Trace number 1125988

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? 183.089 189.176

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog05cc_ext.xml
MD5SUM874105fa56391be4aa9625e3b3422ec3
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 benchmark124.021
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints28851
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension28851
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 04:37:24 2008
0.00/0.04	c 0	PID 29265
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125988-1216175844.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125988-1216175844.xml' 'HOME/temp.csp'
1.36/1.47	c 2	9 domains, 352 variables, 0 predicates, 121 relations, 28851 constraints
1.43/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.51	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.43/1.59	c 2	Parsing HOME/temp.csp
1.45/1.93	c 2	parsed 10000 expressions
1.45/2.15	c 2	parsed 20000 expressions
2.22/2.39	c 3	parsed 29333 expressions
2.22/2.39	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.51/2.65	c 3	MAX CSP: 28851 constraints
2.51/2.65	c 3	Converting to clausal form CSP
2.80/2.94	c 3	converted 5819 (10%) expressions
3.01/3.15	c 3	converted 11638 (20%) expressions
3.10/3.23	c 4	converted 17457 (30%) expressions
3.10/3.29	c 4	converted 23275 (40%) expressions
3.20/3.38	c 4	converted 29094 (50%) expressions
3.30/3.44	c 4	converted 34913 (60%) expressions
3.49/3.69	c 4	converted 40731 (70%) expressions
3.59/3.79	c 4	converted 46550 (80%) expressions
3.69/3.87	c 4	converted 52369 (90%) expressions
6.65/6.83	c 7	converted 58187 (100%) expressions
6.65/6.84	c 7	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 43277
6.65/6.84	c 7	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.84	c 7	Propagation in CSP
7.65/7.88	c 8	28843 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.65/7.89	c 8	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 28852
7.65/7.89	c 8	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.74/7.92	c 8	Simplifing CSP by introducing new Boolean variables
7.74/7.95	c 8	CSP : 58054 integers, 0 booleans, 86552 clauses, largest domain size 28852
7.74/7.95	c 8	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.24/8.46	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.34/8.51	c 9	5806 (10%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.34/8.52	c 9	11611 (20%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.34/8.52	c 9	17417 (30%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.34/8.53	c 9	23222 (40%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.34/8.54	c 9	29027 (50%) CSP integer variables are encoded (657 clauses, 7137 bytes)
8.44/8.66	c 9	34833 (60%) CSP integer variables are encoded (87616 clauses, 1352373 bytes)
8.53/8.76	c 9	40638 (70%) CSP integer variables are encoded (158682 clauses, 2560495 bytes)
8.63/8.88	c 9	46444 (80%) CSP integer variables are encoded (241434 clauses, 3967279 bytes)
8.73/8.98	c 9	52249 (90%) CSP integer variables are encoded (312491 clauses, 5175248 bytes)
9.32/9.58	c 10	58054 (100%) CSP integer variables are encoded (775726 clauses, 13050243 bytes)
9.62/9.86	c 10	8656 (10%) CSP clauses are encoded (784382 clauses, 13240986 bytes)
9.91/10.10	c 10	17311 (20%) CSP clauses are encoded (793037 clauses, 13443513 bytes)
10.11/10.34	c 11	25966 (30%) CSP clauses are encoded (801692 clauses, 13642635 bytes)
17.81/18.16	c 18	34621 (40%) CSP clauses are encoded (4945247 clauses, 102337192 bytes)
107.88/110.92	c 111	43276 (50%) CSP clauses are encoded (53010316 clauses, 1239248947 bytes)
133.61/137.36	c 138	51932 (60%) CSP clauses are encoded (66369568 clauses, 1565794788 bytes)
182.00/187.66	c 188	ERROR Exception Too large HOME/temp.cnf
182.00/187.68	c 188	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
182.00/187.68	c 188	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
182.00/187.68	c 188	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
182.00/187.68	s UNKNOWN
182.07/187.73	c 188	CPU 168.24 (0.03 0.01 168.21 13.85)
182.07/187.73	c 188	END Wed Jul 16 04:40:32 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-1125988-1216175844/watcher-1125988-1216175844 -o /tmp/evaluation-result-1125988-1216175844/solver-1125988-1216175844 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125988-1216175844.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.18 2.44 2.49 4/81 29265
/proc/meminfo: memFree=1902488/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=4708 CPUtime=0
/proc/29265/stat : 29265 (sugar) R 29263 29265 26457 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 74284251 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 213113697673 0 0 4096 0 0 0 0 17 1 0 0
/proc/29265/statm: 1177 43 33 3 0 8 0

[startup+0.127154 s]
/proc/loadavg: 2.18 2.44 2.49 4/81 29265
/proc/meminfo: memFree=1902488/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=0.03
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 74284251 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201158 s]
/proc/loadavg: 2.18 2.44 2.49 4/81 29265
/proc/meminfo: memFree=1902488/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=0.03
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 74284251 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301164 s]
/proc/loadavg: 2.18 2.44 2.49 4/81 29265
/proc/meminfo: memFree=1902488/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=0.03
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 74284251 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701218 s]
/proc/loadavg: 2.18 2.44 2.49 4/81 29265
/proc/meminfo: memFree=1902488/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=0.03
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 74284251 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.18 2.44 2.49 4/92 29277
/proc/meminfo: memFree=1873336/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=0.03
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 917 127 0 0 3 0 0 0 16 0 1 0 74284251 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 796 370 3 0 500 0
[pid=29268] ppid=29265 vsize=5356 CPUtime=0
/proc/29268/stat : 29268 (sh) S 29265 29265 26457 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 74284256 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29268/statm: 1339 233 193 169 0 50 0
[pid=29269] ppid=29268 vsize=864672 CPUtime=1.4
/proc/29269/stat : 29269 (java) S 29268 29265 26457 0 -1 0 11815 0 1 0 131 9 0 0 18 0 9 0 74284257 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29269/statm: 216168 10314 2529 9 0 210750 0
[pid=29269/tid=29270] ppid=29268 vsize=864672 CPUtime=0.89
/proc/29269/task/29270/stat : 29270 (java) S 29268 29265 26457 0 -1 64 2866 0 1 0 86 3 0 0 25 0 9 0 74284258 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29271] ppid=29268 vsize=864672 CPUtime=0.33
/proc/29269/task/29271/stat : 29271 (java) S 29268 29265 26457 0 -1 64 7725 0 0 0 29 4 0 0 16 0 9 0 74284259 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29272] ppid=29268 vsize=864672 CPUtime=0
/proc/29269/task/29272/stat : 29272 (java) S 29268 29265 26457 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74284259 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29273] ppid=29268 vsize=864672 CPUtime=0
/proc/29269/task/29273/stat : 29273 (java) S 29268 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74284259 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29274] ppid=29268 vsize=864672 CPUtime=0
/proc/29269/task/29274/stat : 29274 (java) S 29268 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284261 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29275] ppid=29268 vsize=864672 CPUtime=0.14
/proc/29269/task/29275/stat : 29275 (java) S 29268 29265 26457 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 74284261 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29276] ppid=29268 vsize=864672 CPUtime=0
/proc/29269/task/29276/stat : 29276 (java) S 29268 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284261 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29269/tid=29277] ppid=29268 vsize=864672 CPUtime=0
/proc/29269/task/29277/stat : 29277 (java) S 29268 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74284261 885424128 10314 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883628

[startup+3.10248 s]
/proc/loadavg: 2.17 2.43 2.49 3/92 29287
/proc/meminfo: memFree=1886776/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 15 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=869420 CPUtime=1.56
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 12037 0 1 0 149 7 0 0 18 0 9 0 74284403 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217355 10766 2540 9 0 211930 0
[pid=29279/tid=29280] ppid=29278 vsize=869420 CPUtime=0.79
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 2782 0 1 0 78 1 0 0 19 0 9 0 74284404 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=869420 CPUtime=0.53
/proc/29279/task/29281/stat : 29281 (java) R 29278 29265 26457 0 -1 64 7098 0 0 0 50 3 0 0 16 0 9 0 74284405 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 102731935 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=869420 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=869420 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74284406 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=869420 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=869420 CPUtime=0.19
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1461 0 0 0 19 0 0 0 16 0 9 0 74284408 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=869420 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=869420 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 890286080 10766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 888376

[startup+6.30283 s]
/proc/loadavg: 2.17 2.43 2.49 3/93 29288
/proc/meminfo: memFree=1823728/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 15 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868416 CPUtime=4.72
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 25522 0 1 0 460 12 0 0 18 0 9 0 74284403 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217104 23549 2540 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868416 CPUtime=2.82
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 3544 0 1 0 280 2 0 0 25 0 9 0 74284404 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4126619476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868416 CPUtime=1.64
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 19802 0 0 0 156 8 0 0 16 0 9 0 74284405 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868416 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868416 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868416 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868416 CPUtime=0.22
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1480 0 0 0 22 0 0 0 16 0 9 0 74284408 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868416 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868416 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889257984 23549 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887372

[startup+12.7025 s]
/proc/loadavg: 2.22 2.44 2.49 3/92 29288
/proc/meminfo: memFree=1727920/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 15 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=11.03
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 33014 0 1 0 1063 40 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=8.17
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 3822 0 1 0 791 26 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4127082626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=2.52
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 239 13 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887484

[startup+25.5029 s]
/proc/loadavg: 2.19 2.42 2.48 3/92 29288
/proc/meminfo: memFree=1574064/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 16 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=23.53
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 33598 0 1 0 2218 135 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=20.33
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 4406 0 1 0 1917 116 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4126618884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=2.84
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 268 16 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 10672 0 1 0 13859 1114 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4126563859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=6.24
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 567 57 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.78
Current children cumulated vsize (KiB) 887484

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

[startup+166.502 s]
/proc/loadavg: 2.75 2.52 2.50 3/92 29288
/proc/meminfo: memFree=16176/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 16 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=160.38
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 40059 0 1 0 14828 1210 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=153.7
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 10867 0 1 0 14220 1150 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4126477199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=6.33
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 575 58 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 887484

[startup+179.302 s]
/proc/loadavg: 2.79 2.53 2.50 4/92 29288
/proc/meminfo: memFree=14896/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 16 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=172.65
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 40653 0 1 0 15957 1308 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=165.64
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 11461 0 1 0 15321 1243 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=6.65
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 603 62 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.1
Current children cumulated vsize (KiB) 887484

[startup+185.702 s]
/proc/loadavg: 2.81 2.54 2.51 3/92 29288
/proc/meminfo: memFree=15920/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 16 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=178.7
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 40964 0 1 0 16514 1356 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=171.53
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 11772 0 1 0 15863 1290 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4127208079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=6.82
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 618 64 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.15
Current children cumulated vsize (KiB) 887484

[startup+187.302 s]
/proc/loadavg: 2.82 2.55 2.51 3/92 29288
/proc/meminfo: memFree=15664/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=1.45
/proc/29265/stat : 29265 (sugar) S 29263 29265 26457 0 -1 4194304 974 12232 0 1 3 1 131 10 16 0 1 0 74284251 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29265/statm: 3400 797 370 3 0 500 0
[pid=29278] ppid=29265 vsize=5356 CPUtime=0
/proc/29278/stat : 29278 (sh) S 29265 29265 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74284403 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29278/statm: 1339 233 193 169 0 50 0
[pid=29279] ppid=29278 vsize=868528 CPUtime=180.26
/proc/29279/stat : 29279 (java) S 29278 29265 26457 0 -1 0 41045 0 1 0 16657 1369 0 0 18 0 9 0 74284403 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29279/statm: 217132 26649 2567 9 0 211679 0
[pid=29279/tid=29280] ppid=29278 vsize=868528 CPUtime=173.05
/proc/29279/task/29280/stat : 29280 (java) R 29278 29265 26457 0 -1 64 11853 0 1 0 16002 1303 0 0 25 0 9 0 74284404 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4126563985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29279/tid=29281] ppid=29278 vsize=868528 CPUtime=6.85
/proc/29279/task/29281/stat : 29281 (java) S 29278 29265 26457 0 -1 64 26953 0 0 0 621 64 0 0 16 0 9 0 74284405 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29279/tid=29282] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29282/stat : 29282 (java) S 29278 29265 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29283] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29283/stat : 29283 (java) S 29278 29265 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74284406 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29284] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29284/stat : 29284 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74284407 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29285] ppid=29278 vsize=868528 CPUtime=0.32
/proc/29279/task/29285/stat : 29285 (java) S 29278 29265 26457 0 -1 64 1543 0 0 0 32 0 0 0 16 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29286] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29286/stat : 29286 (java) S 29278 29265 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29279/tid=29287] ppid=29278 vsize=868528 CPUtime=0
/proc/29279/task/29287/stat : 29287 (java) S 29278 29265 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74284408 889372672 26649 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.71
Current children cumulated vsize (KiB) 887484

[startup+188.102 s]
/proc/loadavg: 2.82 2.55 2.51 3/92 29288
/proc/meminfo: memFree=15664/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=182.44
/proc/29265/stat : 29265 (sugar) R 29263 29265 26457 0 -1 4194304 998 53590 0 2 3 35 16821 1385 16 0 1 0 74284251 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29265/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.44
Current children cumulated vsize (KiB) 13600

[startup+188.902 s]
/proc/loadavg: 2.82 2.55 2.51 3/82 29288
/proc/meminfo: memFree=1084224/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=183.05
/proc/29265/stat : 29265 (sugar) D 29263 29265 26457 0 -1 4194304 998 53590 0 2 3 96 16821 1385 15 0 1 0 74284251 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29265/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.05
Current children cumulated vsize (KiB) 13600

[startup+189.102 s]
/proc/loadavg: 2.82 2.55 2.51 3/82 29288
/proc/meminfo: memFree=1084224/2055920 swapFree=4191900/4192956
[pid=29265] ppid=29263 vsize=13600 CPUtime=183.06
/proc/29265/stat : 29265 (sugar) D 29263 29265 26457 0 -1 4194304 998 53590 0 2 3 97 16821 1385 15 0 1 0 74284251 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29265/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 189.176
CPU time (s): 183.089
CPU user time (s): 168.255
CPU system time (s): 14.8337
CPU usage (%): 96.7827
Max. virtual memory (cumulated for all children) (KiB): 897624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.255
system time used= 14.8337
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54618
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= 64796
involuntary context switches= 71565

runsolver used 0.222966 second user time and 0.695894 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-16 04:37:24
IDJOB=1125988
IDBENCH=64188
IDSOLVER=368
FILE ID=node37/1125988-1216175844
PBS_JOBID= 7905693
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 874105fa56391be4aa9625e3b3422ec3
RANDOM SEED=866057219

node37.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.238
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.238
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:      2055920 kB
MemFree:       1902968 kB
Buffers:          3648 kB
Cached:          58460 kB
SwapCached:        384 kB
Active:          87256 kB
Inactive:        14544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902968 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6332 kB
Writeback:           0 kB
Mapped:          58444 kB
Slab:            36268 kB
Committed_AS:   348912 kB
PageTables:       2044 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 node37 at 2008-07-16 04:40:33