Trace number 1125883

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 203.556 211.034

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog08c_ext.xml
MD5SUM3c25352633da6af66eee16ddf1b0178e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark6.39403
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of constraints46014
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension46014
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Wed Jul 16 04:21:28 2008
0.06/0.08	c 0	PID 31408
0.06/0.08	c 0	HOST node6.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1125883-1216174888.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125883-1216174888.xml' 'HOME/temp.csp'
1.86/1.99	c 2	9 domains, 409 variables, 0 predicates, 128 relations, 46014 constraints
1.95/2.05	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/2.05	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.99/2.14	c 2	Parsing HOME/temp.csp
2.28/2.46	c 3	parsed 10000 expressions
2.47/2.66	c 3	parsed 20000 expressions
2.68/2.88	c 3	parsed 30000 expressions
2.88/3.05	c 3	parsed 40000 expressions
3.07/3.24	c 4	parsed 46560 expressions
3.07/3.24	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.46/3.63	c 4	MAX CSP: 46014 constraints
3.46/3.63	c 4	Converting to clausal form CSP
3.76/3.96	c 4	converted 9258 (10%) expressions
3.86/4.07	c 4	converted 18516 (20%) expressions
4.27/4.43	c 5	converted 27774 (30%) expressions
4.35/4.53	c 5	converted 37031 (40%) expressions
4.45/4.65	c 5	converted 46289 (50%) expressions
4.55/4.78	c 5	converted 55547 (60%) expressions
4.65/4.88	c 5	converted 64804 (70%) expressions
4.74/5.00	c 5	converted 74062 (80%) expressions
5.15/5.38	c 6	converted 83320 (90%) expressions
10.39/10.64	c 11	converted 92577 (100%) expressions
10.39/10.65	c 11	CSP : 92437 integers, 0 booleans, 138041 clauses, largest domain size 69022
10.39/10.65	c 11	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.39/10.65	c 11	Propagation in CSP
12.07/12.35	c 13	46003 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.07/12.37	c 13	CSP : 92437 integers, 0 booleans, 138041 clauses, largest domain size 46015
12.07/12.37	c 13	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.17/12.41	c 13	Simplifing CSP by introducing new Boolean variables
12.17/12.47	c 13	CSP : 92437 integers, 0 booleans, 138041 clauses, largest domain size 46015
12.17/12.47	c 13	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.87/13.15	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.97/13.21	c 13	9244 (10%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.97/13.23	c 13	18488 (20%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.97/13.24	c 14	27732 (30%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.97/13.25	c 14	36975 (40%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.97/13.26	c 14	46219 (50%) CSP integer variables are encoded (767 clauses, 8478 bytes)
13.16/13.45	c 14	55463 (60%) CSP integer variables are encoded (146740 clauses, 2385836 bytes)
13.36/13.61	c 14	64706 (70%) CSP integer variables are encoded (266035 clauses, 4413851 bytes)
14.25/14.58	c 15	73950 (80%) CSP integer variables are encoded (1048794 clauses, 17957201 bytes)
14.45/14.74	c 15	83194 (90%) CSP integer variables are encoded (1168483 clauses, 20231292 bytes)
14.65/14.94	c 15	92437 (100%) CSP integer variables are encoded (1315663 clauses, 23027712 bytes)
15.05/15.34	c 16	13805 (10%) CSP clauses are encoded (1329468 clauses, 23343680 bytes)
15.43/15.71	c 16	27609 (20%) CSP clauses are encoded (1343272 clauses, 23668399 bytes)
15.73/16.06	c 16	41413 (30%) CSP clauses are encoded (1357076 clauses, 23987270 bytes)
35.46/36.13	c 36	55217 (40%) CSP clauses are encoded (11838288 clauses, 277512734 bytes)
202.49/208.49	c 209	ERROR Exception Too large HOME/temp.cnf
202.61/208.64	c 209	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
202.61/208.64	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
202.61/208.64	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
202.61/208.64	s UNKNOWN
202.61/208.64	c 209	CPU 187.52 (0.06 0.01 187.46 15.08)
202.61/208.64	c 209	END Wed Jul 16 04:24:57 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125883-1216174888/watcher-1125883-1216174888 -o /tmp/evaluation-result-1125883-1216174888/solver-1125883-1216174888 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125883-1216174888.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.53 2.53 4/81 31408
/proc/meminfo: memFree=1551212/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=12268 CPUtime=0
/proc/31408/stat : 31408 (sugar++) R 31406 31408 31371 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 74192048 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31408/statm: 3067 316 241 3 0 167 0

[startup+0.0774551 s]
/proc/loadavg: 2.39 2.53 2.53 4/81 31408
/proc/meminfo: memFree=1551212/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16476 CPUtime=0.06
/proc/31408/stat : 31408 (sugar++) R 31406 31408 31371 0 -1 4194304 1021 0 0 0 5 1 0 0 18 0 1 0 74192048 16871424 989 996147200 4194304 4206940 548682068528 18446744073709551615 268600487124 0 0 4224 0 0 0 0 17 1 0 0
/proc/31408/statm: 4119 989 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.102497 s]
/proc/loadavg: 2.39 2.53 2.53 4/81 31408
/proc/meminfo: memFree=1551212/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=0.07
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301476 s]
/proc/loadavg: 2.39 2.53 2.53 4/81 31408
/proc/meminfo: memFree=1551212/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=0.07
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702526 s]
/proc/loadavg: 2.39 2.53 2.53 4/81 31408
/proc/meminfo: memFree=1551212/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=0.07
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50263 s]
/proc/loadavg: 2.39 2.53 2.53 3/92 31420
/proc/meminfo: memFree=1524628/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=0.07
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31411] ppid=31408 vsize=5356 CPUtime=0
/proc/31411/stat : 31411 (sh) S 31408 31408 31371 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74192056 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31411/statm: 1339 233 193 169 0 50 0
[pid=31412] ppid=31411 vsize=864668 CPUtime=1.38
/proc/31412/stat : 31412 (java) S 31411 31408 31371 0 -1 0 14466 0 1 0 131 7 0 0 18 0 9 0 74192057 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31412/statm: 216167 12513 2529 9 0 210749 0
[pid=31412/tid=31413] ppid=31411 vsize=864668 CPUtime=0.77
/proc/31412/task/31413/stat : 31413 (java) R 31411 31408 31371 0 -1 64 3002 0 1 0 75 2 0 0 24 0 9 0 74192058 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4126691599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31414] ppid=31411 vsize=864668 CPUtime=0.47
/proc/31412/task/31414/stat : 31414 (java) S 31411 31408 31371 0 -1 64 10261 0 0 0 44 3 0 0 16 0 9 0 74192059 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31415] ppid=31411 vsize=864668 CPUtime=0
/proc/31412/task/31415/stat : 31415 (java) S 31411 31408 31371 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74192059 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31416] ppid=31411 vsize=864668 CPUtime=0
/proc/31412/task/31416/stat : 31416 (java) S 31411 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74192059 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31417] ppid=31411 vsize=864668 CPUtime=0
/proc/31412/task/31417/stat : 31417 (java) S 31411 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192061 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31418] ppid=31411 vsize=864668 CPUtime=0.11
/proc/31412/task/31418/stat : 31418 (java) S 31411 31408 31371 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 74192061 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31419] ppid=31411 vsize=864668 CPUtime=0
/proc/31412/task/31419/stat : 31419 (java) S 31411 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192061 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31412/tid=31420] ppid=31411 vsize=864668 CPUtime=0
/proc/31412/task/31420/stat : 31420 (java) S 31411 31408 31371 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74192062 885420032 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886764

[startup+3.10214 s]
/proc/loadavg: 2.39 2.53 2.53 3/88 31426
/proc/meminfo: memFree=1543860/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 15 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=865104 CPUtime=1.02
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 7881 0 1 0 98 4 0 0 18 0 9 0 74192254 885866496 6915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 216276 6915 2532 9 0 210858 0
[pid=31422/tid=31423] ppid=31421 vsize=865104 CPUtime=0.67
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 2594 0 1 0 66 1 0 0 25 0 9 0 74192255 885866496 6915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=865104 CPUtime=0.24
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 4255 0 0 0 23 1 0 0 15 0 9 0 74192256 885866496 6915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=865104 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 885866496 6915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=865104 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74192256 885866496 6915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887200

[startup+6.30218 s]
/proc/loadavg: 2.36 2.52 2.53 4/92 31430
/proc/meminfo: memFree=1470996/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 15 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869456 CPUtime=4.17
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 25767 0 1 0 405 12 0 0 18 0 9 0 74192254 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217364 23381 2540 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869456 CPUtime=2.29
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 3730 0 1 0 227 2 0 0 25 0 9 0 74192255 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869456 CPUtime=1.64
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 19876 0 0 0 156 8 0 0 16 0 9 0 74192256 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869456 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869456 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869456 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869456 CPUtime=0.21
/proc/31422/task/31428/stat : 31428 (java) R 31421 31408 31371 0 -1 64 1464 0 0 0 21 0 0 0 16 0 9 0 74192259 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 101727771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869456 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869456 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890322944 23381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 891552

[startup+12.7019 s]
/proc/loadavg: 2.33 2.51 2.53 3/92 31430
/proc/meminfo: memFree=1399252/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 15 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=874024 CPUtime=10.51
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 52672 0 1 0 1026 25 0 0 18 0 9 0 74192254 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 218506 40293 2540 9 0 213081 0
[pid=31422/tid=31423] ppid=31421 vsize=874024 CPUtime=6.84
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 4369 0 1 0 681 3 0 0 25 0 9 0 74192255 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=874024 CPUtime=3.4
/proc/31422/task/31424/stat : 31424 (java) R 31421 31408 31371 0 -1 64 46117 0 0 0 320 20 0 0 16 0 9 0 74192256 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 103736414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=874024 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=874024 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=874024 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=874024 CPUtime=0.24
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1489 0 0 0 24 0 0 0 16 0 9 0 74192259 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=874024 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=874024 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 895000576 40293 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 896120

[startup+25.5024 s]
/proc/loadavg: 2.26 2.49 2.52 3/92 31430
/proc/meminfo: memFree=1261332/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 15 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869568 CPUtime=23.15
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 55684 0 1 0 2209 106 0 0 18 0 9 0 74192254 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217392 39251 2567 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869568 CPUtime=18.58
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 4768 0 1 0 1778 80 0 0 25 0 9 0 74192255 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4127082654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869568 CPUtime=4.22
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 48680 0 0 0 398 24 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869568 CPUtime=0.32
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1539 0 0 0 32 0 0 0 16 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

Solver just ended. Dumping a history of the last processes samples

[startup+179.102 s]
/proc/loadavg: 2.35 2.44 2.49 3/92 31430
/proc/meminfo: memFree=15956/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 16 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869568 CPUtime=172.1
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 59984 0 1 0 15921 1289 0 0 18 0 9 0 74192254 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217392 39251 2567 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869568 CPUtime=164.86
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 9068 0 1 0 15251 1235 0 0 25 0 9 0 74192255 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869568 CPUtime=6.89
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 48680 0 0 0 637 52 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869568 CPUtime=0.32
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1539 0 0 0 32 0 0 0 16 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.06
Current children cumulated vsize (KiB) 891664

[startup+191.902 s]
/proc/loadavg: 2.34 2.44 2.49 4/92 31430
/proc/meminfo: memFree=15444/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 16 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869568 CPUtime=184.47
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 60320 0 1 0 17067 1380 0 0 18 0 9 0 74192254 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217392 39251 2567 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869568 CPUtime=177.02
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 9404 0 1 0 16378 1324 0 0 25 0 9 0 74192255 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4127212744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869568 CPUtime=7.1
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 48680 0 0 0 656 54 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869568 CPUtime=0.32
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1539 0 0 0 32 0 0 0 16 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 186.43
Current children cumulated vsize (KiB) 891664

[startup+204.702 s]
/proc/loadavg: 2.27 2.41 2.48 3/92 31430
/proc/meminfo: memFree=15892/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 16 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869568 CPUtime=196.91
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 60660 0 1 0 18222 1469 0 0 18 0 9 0 74192254 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217392 39251 2567 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869568 CPUtime=189.27
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 9744 0 1 0 17516 1411 0 0 25 0 9 0 74192255 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869568 CPUtime=7.29
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 48680 0 0 0 673 56 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869568 CPUtime=0.32
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1539 0 0 0 32 0 0 0 16 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 198.87
Current children cumulated vsize (KiB) 891664

[startup+207.907 s]
/proc/loadavg: 2.27 2.41 2.48 3/92 31430
/proc/meminfo: memFree=15188/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=1.96
/proc/31408/stat : 31408 (sugar++) S 31406 31408 31371 0 -1 4194304 1297 16287 0 1 6 1 179 10 16 0 1 0 74192048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31408/statm: 4185 1104 409 3 0 764 0
[pid=31421] ppid=31408 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (sh) S 31408 31408 31371 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74192253 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31421/statm: 1339 233 193 169 0 50 0
[pid=31422] ppid=31421 vsize=869568 CPUtime=200.04
/proc/31422/stat : 31422 (java) S 31421 31408 31371 0 -1 0 60751 0 1 0 18513 1491 0 0 18 0 9 0 74192254 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31422/statm: 217392 39251 2567 9 0 211939 0
[pid=31422/tid=31423] ppid=31421 vsize=869568 CPUtime=192.34
/proc/31422/task/31423/stat : 31423 (java) R 31421 31408 31371 0 -1 64 9835 0 1 0 17801 1433 0 0 25 0 9 0 74192255 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31422/tid=31424] ppid=31421 vsize=869568 CPUtime=7.35
/proc/31422/task/31424/stat : 31424 (java) S 31421 31408 31371 0 -1 64 48680 0 0 0 678 57 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31422/tid=31425] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31425/stat : 31425 (java) S 31421 31408 31371 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31426] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31426/stat : 31426 (java) S 31421 31408 31371 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74192256 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31427] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31427/stat : 31427 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31428] ppid=31421 vsize=869568 CPUtime=0.32
/proc/31422/task/31428/stat : 31428 (java) S 31421 31408 31371 0 -1 64 1539 0 0 0 32 0 0 0 16 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31429] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31429/stat : 31429 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31422/tid=31430] ppid=31421 vsize=869568 CPUtime=0
/proc/31422/task/31430/stat : 31430 (java) S 31421 31408 31371 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74192259 890437632 39251 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202
Current children cumulated vsize (KiB) 891664

[startup+209.502 s]
/proc/loadavg: 2.27 2.41 2.48 3/82 31430
/proc/meminfo: memFree=335844/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=203.28
/proc/31408/stat : 31408 (sugar++) R 31406 31408 31371 0 -1 4194304 1320 77349 0 2 6 68 18746 1508 16 0 1 0 74192048 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31408/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 203.28
Current children cumulated vsize (KiB) 16740

[startup+210.302 s]
/proc/loadavg: 2.32 2.42 2.48 2/82 31430
/proc/meminfo: memFree=1882148/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=203.5
/proc/31408/stat : 31408 (sugar++) D 31406 31408 31371 0 -1 4194304 1320 77349 0 2 6 90 18746 1508 15 0 1 0 74192048 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31408/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 16740

[startup+210.702 s]
/proc/loadavg: 2.32 2.42 2.48 2/82 31430
/proc/meminfo: memFree=1882148/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=203.51
/proc/31408/stat : 31408 (sugar++) D 31406 31408 31371 0 -1 4194304 1320 77349 0 2 6 91 18746 1508 15 0 1 0 74192048 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31408/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 203.51
Current children cumulated vsize (KiB) 16740

[startup+210.901 s]
/proc/loadavg: 2.32 2.42 2.48 2/82 31430
/proc/meminfo: memFree=1882148/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=203.52
/proc/31408/stat : 31408 (sugar++) D 31406 31408 31371 0 -1 4194304 1320 77349 0 2 6 92 18746 1508 15 0 1 0 74192048 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31408/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 203.52
Current children cumulated vsize (KiB) 16740

[startup+211.001 s]
/proc/loadavg: 2.32 2.42 2.48 2/82 31430
/proc/meminfo: memFree=1882148/2055924 swapFree=4181092/4192956
[pid=31408] ppid=31406 vsize=16740 CPUtime=203.53
/proc/31408/stat : 31408 (sugar++) D 31406 31408 31371 0 -1 4194304 1320 77349 0 2 6 93 18746 1508 15 0 1 0 74192048 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31408/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 211.034
CPU time (s): 203.556
CPU user time (s): 187.533
CPU system time (s): 16.0226
CPU usage (%): 96.4566
Max. virtual memory (cumulated for all children) (KiB): 912040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.533
system time used= 16.0226
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78725
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46096
involuntary context switches= 51158

runsolver used 0.265959 second user time and 0.750885 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-16 04:21:28
IDJOB=1125883
IDBENCH=64175
IDSOLVER=367
FILE ID=node6/1125883-1216174888
PBS_JOBID= 7905867
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog08c_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125883-1216174888/watcher-1125883-1216174888 -o /tmp/evaluation-result-1125883-1216174888/solver-1125883-1216174888 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125883-1216174888.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c25352633da6af66eee16ddf1b0178e
RANDOM SEED=1187842668

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1551692 kB
Buffers:         85768 kB
Cached:         267896 kB
SwapCached:       5716 kB
Active:         271520 kB
Inactive:       160480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1551692 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:          94348 kB
Slab:            57460 kB
Committed_AS:   489724 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node6 at 2008-07-16 04:24:59