Trace number 1112931

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 635.112 641.424

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints52
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.28	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.28	c 0	BEGIN Sat Jul 12 17:14:22 2008
0.03/0.28	c 0	PID 18612
0.07/0.30	c 0	HOST node43.alineos.net
0.07/0.30	c 0	CONVERTING HOME/instance-1112931-1215875662.xml TO HOME/temp.csp
0.07/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112931-1215875662.xml' 'HOME/temp.csp'
0.84/1.11	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.84/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.84/1.14	c 1	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'
0.87/1.22	c 1	Parsing HOME/temp.csp
0.87/1.66	c 2	parsed 10000 expressions
0.87/1.66	c 2	parsed 10027 expressions
0.87/1.66	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.87/1.73	c 2	MAX CSP: 9461 constraints
0.87/1.73	c 2	Converting to clausal form CSP
3.81/4.16	c 4	converted 1950 (10%) expressions
6.61/6.93	c 7	converted 3899 (20%) expressions
8.80/9.18	c 9	converted 5848 (30%) expressions
11.11/11.47	c 12	converted 7797 (40%) expressions
13.30/13.64	c 14	converted 9746 (50%) expressions
15.60/15.97	c 16	converted 11695 (60%) expressions
17.81/18.17	c 18	converted 13644 (70%) expressions
20.20/20.57	c 21	converted 15593 (80%) expressions
22.40/22.73	c 23	converted 17542 (90%) expressions
25.40/25.71	c 26	converted 19491 (100%) expressions
25.40/25.72	c 26	CSP : 20014 integers, 36978 booleans, 85847 clauses, largest domain size 14192
25.40/25.72	c 26	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.40/25.72	c 26	Propagation in CSP
27.30/27.69	c 28	9453 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.40/27.70	c 28	CSP : 20014 integers, 36978 booleans, 85847 clauses, largest domain size 9462
27.40/27.70	c 28	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.40/27.73	c 28	Simplifing CSP by introducing new Boolean variables
27.49/27.88	c 28	CSP : 20014 integers, 56498 booleans, 105367 clauses, largest domain size 9462
27.49/27.88	c 28	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.90/28.25	c 28	Encoding CSP to SAT : HOME/temp.cnf
47.39/47.71	c 48	2002 (10%) CSP integer variables are encoded (1721688 clauses, 30492240 bytes)
48.19/48.55	c 49	4003 (20%) CSP integer variables are encoded (2384196 clauses, 43079892 bytes)
48.28/48.68	c 49	6005 (30%) CSP integer variables are encoded (2487227 clauses, 45037481 bytes)
48.28/48.70	c 49	8006 (40%) CSP integer variables are encoded (2498824 clauses, 45257824 bytes)
48.39/48.71	c 49	10007 (50%) CSP integer variables are encoded (2505546 clauses, 45385542 bytes)
48.39/48.74	c 49	12009 (60%) CSP integer variables are encoded (2527497 clauses, 45802611 bytes)
48.39/48.77	c 49	14010 (70%) CSP integer variables are encoded (2547513 clauses, 46182915 bytes)
48.48/48.80	c 49	16012 (80%) CSP integer variables are encoded (2573853 clauses, 46683375 bytes)
48.59/48.97	c 49	18013 (90%) CSP integer variables are encoded (2703822 clauses, 49152786 bytes)
48.68/49.01	c 49	20014 (100%) CSP integer variables are encoded (2735157 clauses, 49748151 bytes)
178.75/179.36	c 179	10537 (10%) CSP clauses are encoded (11804646 clauses, 268293683 bytes)
267.07/267.97	c 268	21074 (20%) CSP clauses are encoded (19019981 clauses, 454503970 bytes)
317.47/318.51	c 319	31611 (30%) CSP clauses are encoded (24479992 clauses, 599956895 bytes)
362.07/363.38	c 363	42147 (40%) CSP clauses are encoded (29764022 clauses, 744141684 bytes)
406.87/408.32	c 408	52684 (50%) CSP clauses are encoded (34889559 clauses, 883618349 bytes)
447.78/449.49	c 450	63221 (60%) CSP clauses are encoded (39788909 clauses, 1017853334 bytes)
488.29/490.17	c 490	73757 (70%) CSP clauses are encoded (44759527 clauses, 1153420400 bytes)
527.91/529.99	c 530	84294 (80%) CSP clauses are encoded (49619552 clauses, 1286493676 bytes)
555.34/557.77	c 558	94831 (90%) CSP clauses are encoded (58072206 clauses, 1518006761 bytes)
634.24/638.69	c 639	ERROR Exception Too large HOME/temp.cnf
634.24/638.69	c 639	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
634.24/638.69	c 639	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
634.24/638.69	c 639	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
634.24/638.69	s UNKNOWN
634.34/639.15	c 639	CPU 620.32 (0.06 0.02 620.26 14.01)
634.34/639.15	c 639	END Sat Jul 12 17:25:01 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-1112931-1215875662/watcher-1112931-1215875662 -o /tmp/evaluation-result-1112931-1215875662/solver-1112931-1215875662 -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-1112931-1215875662.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.46 2.72 2.95 3/81 18612
/proc/meminfo: memFree=1868048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=18572 CPUtime=0
/proc/18612/stat : 18612 (runsolver) R 18610 18612 18215 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44265630 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18612/statm: 4643 292 257 25 0 2626 0

[startup+0.0334679 s]
/proc/loadavg: 2.46 2.72 2.95 3/81 18612
/proc/meminfo: memFree=1868048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=124 CPUtime=0
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 44265630 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 221952144873 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18612/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101478 s]
/proc/loadavg: 2.46 2.72 2.95 3/81 18612
/proc/meminfo: memFree=1868048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=12272 CPUtime=0
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44265630 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18612/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301533 s]
/proc/loadavg: 2.46 2.72 2.95 3/81 18612
/proc/meminfo: memFree=1868048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.07
/proc/18612/stat : 18612 (sugar++) R 18610 18612 18215 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 44265630 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18612/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701533 s]
/proc/loadavg: 2.46 2.72 2.95 3/81 18612
/proc/meminfo: memFree=1868048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.07
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50161 s]
/proc/loadavg: 2.46 2.72 2.95 4/92 18624
/proc/meminfo: memFree=1843896/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1296 9009 0 1 5 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 16740

[startup+3.10276 s]
/proc/loadavg: 2.42 2.70 2.94 3/92 18634
/proc/meminfo: memFree=1848568/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1296 9009 0 1 5 2 74 6 15 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868312 CPUtime=1.94
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 8630 0 1 0 189 5 0 0 18 0 9 0 44265744 889151488 7640 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217078 7640 2541 9 0 211653 0
[pid=18626/tid=18627] ppid=18625 vsize=868312 CPUtime=1.44
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 2718 0 1 0 142 2 0 0 25 0 9 0 44265745 889151488 7640 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868312 CPUtime=0.28
/proc/18626/task/18628/stat : 18628 (java) R 18625 18612 18215 0 -1 64 3783 0 0 0 27 1 0 0 15 0 9 0 44265746 889151488 7640 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868312 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889151488 7642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868312 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44265746 889151488 7643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868312 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889151488 7644 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868312 CPUtime=0.19
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1432 0 0 0 19 0 0 0 15 0 9 0 44265748 889151488 7645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868312 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889151488 7645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868312 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889151488 7645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 890408

[startup+6.30104 s]
/proc/loadavg: 2.42 2.70 2.94 3/92 18634
/proc/meminfo: memFree=1836920/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1296 9009 0 1 5 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868424 CPUtime=5.14
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 9946 0 1 0 505 9 0 0 18 0 9 0 44265744 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217106 8572 2540 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868424 CPUtime=4.33
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 3087 0 1 0 430 3 0 0 25 0 9 0 44265745 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868424 CPUtime=0.57
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 4717 0 0 0 54 3 0 0 16 0 9 0 44265746 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868424 CPUtime=0.2
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1445 0 0 0 20 0 0 0 15 0 9 0 44265748 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889266176 8572 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890520

[startup+12.7026 s]
/proc/loadavg: 2.36 2.68 2.93 3/92 18634
/proc/meminfo: memFree=1828408/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1296 9009 0 1 5 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868424 CPUtime=11.54
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 13757 0 1 0 1139 15 0 0 18 0 9 0 44265744 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217106 10659 2540 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868424 CPUtime=10.13
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 3642 0 1 0 1008 5 0 0 25 0 9 0 44265745 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4126584470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868424 CPUtime=1.17
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 7973 0 0 0 109 8 0 0 16 0 9 0 44265746 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868424 CPUtime=0.21
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1445 0 0 0 21 0 0 0 15 0 9 0 44265748 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889266176 10659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890520

[startup+25.5028 s]
/proc/loadavg: 2.38 2.67 2.92 3/92 18634
/proc/meminfo: memFree=1806328/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1296 9009 0 1 5 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868424 CPUtime=24.33
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 20794 0 1 0 2410 23 0 0 18 0 9 0 44265744 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217106 16830 2540 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868424 CPUtime=21.87
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 4395 0 1 0 2180 7 0 0 25 0 9 0 44265745 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4126653361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868424 CPUtime=2.2
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 14242 0 0 0 206 14 0 0 16 0 9 0 44265746 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868424 CPUtime=0.23
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1460 0 0 0 23 0 0 0 15 0 9 0 44265748 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868424 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889266176 16830 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890520

[startup+51.1021 s]
/proc/loadavg: 2.30 2.63 2.90 3/92 18634
/proc/meminfo: memFree=1732408/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.87
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1297 9009 0 1 5 2 74 6 15 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868536 CPUtime=49.89
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 25627 0 1 0 4933 56 0 0 18 0 9 0 44265744 889380864 21034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+614.302 s]
/proc/loadavg: 2.67 2.58 2.68 3/93 18637
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.88
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1297 9009 0 1 6 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868536 CPUtime=609.62
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 33872 0 1 0 59710 1252 0 0 18 0 9 0 44265744 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217134 21042 2566 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868536 CPUtime=601.82
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 13323 0 1 0 59004 1178 0 0 25 0 9 0 44265745 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4127147464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868536 CPUtime=7.43
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 18341 0 0 0 672 71 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868536 CPUtime=0.33
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1511 0 0 0 32 1 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 610.5
Current children cumulated vsize (KiB) 890632

[startup+627.103 s]
/proc/loadavg: 2.60 2.56 2.68 3/93 18637
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.88
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1297 9009 0 1 6 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868536 CPUtime=622.25
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 34321 0 1 0 60911 1314 0 0 18 0 9 0 44265744 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217134 21042 2566 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868536 CPUtime=614.23
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 13772 0 1 0 60185 1238 0 0 25 0 9 0 44265745 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868536 CPUtime=7.66
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 18341 0 0 0 692 74 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868536 CPUtime=0.33
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1511 0 0 0 32 1 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 623.13
Current children cumulated vsize (KiB) 890632

[startup+633.503 s]
/proc/loadavg: 2.55 2.55 2.67 3/93 18637
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.88
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1297 9009 0 1 6 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868536 CPUtime=628.38
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 34559 0 1 0 61486 1352 0 0 18 0 9 0 44265744 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217134 21042 2566 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868536 CPUtime=620.26
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 14010 0 1 0 60751 1275 0 0 25 0 9 0 44265745 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4126558845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868536 CPUtime=7.77
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 18341 0 0 0 702 75 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868536 CPUtime=0.33
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1511 0 0 0 32 1 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 629.26
Current children cumulated vsize (KiB) 890632

[startup+636.703 s]
/proc/loadavg: 2.55 2.55 2.67 4/93 18637
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=0.88
/proc/18612/stat : 18612 (sugar++) S 18610 18612 18215 0 -1 4194304 1297 9009 0 1 6 2 74 6 16 0 1 0 44265630 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18612/statm: 4185 1104 409 3 0 764 0
[pid=18625] ppid=18612 vsize=5356 CPUtime=0
/proc/18625/stat : 18625 (sh) S 18612 18612 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44265744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18625/statm: 1339 233 193 169 0 50 0
[pid=18626] ppid=18625 vsize=868536 CPUtime=631.52
/proc/18626/stat : 18626 (java) S 18625 18612 18215 0 -1 0 34730 0 1 0 61775 1377 0 0 18 0 9 0 44265744 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18626/statm: 217134 21042 2566 9 0 211681 0
[pid=18626/tid=18627] ppid=18625 vsize=868536 CPUtime=623.3
/proc/18626/task/18627/stat : 18627 (java) R 18625 18612 18215 0 -1 64 14181 0 1 0 61032 1298 0 0 25 0 9 0 44265745 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18628] ppid=18625 vsize=868536 CPUtime=7.86
/proc/18626/task/18628/stat : 18628 (java) S 18625 18612 18215 0 -1 64 18341 0 0 0 710 76 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18629] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18629/stat : 18629 (java) S 18625 18612 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18630] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18630/stat : 18630 (java) S 18625 18612 18215 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44265746 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18631] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18631/stat : 18631 (java) S 18625 18612 18215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18632] ppid=18625 vsize=868536 CPUtime=0.33
/proc/18626/task/18632/stat : 18632 (java) S 18625 18612 18215 0 -1 64 1511 0 0 0 32 1 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18633] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18633/stat : 18633 (java) S 18625 18612 18215 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18626/tid=18634] ppid=18625 vsize=868536 CPUtime=0
/proc/18626/task/18634/stat : 18634 (java) S 18625 18612 18215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44265748 889380864 21042 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.4
Current children cumulated vsize (KiB) 890632

[startup+639.92 s]
/proc/loadavg: 2.51 2.54 2.67 2/91 18637
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=634.99
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 1320 44142 0 2 6 66 62026 1401 16 0 1 0 44265630 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18612/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 634.99
Current children cumulated vsize (KiB) 16740

[startup+640.701 s]
/proc/loadavg: 2.51 2.54 2.67 2/83 18637
/proc/meminfo: memFree=1457472/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=635.06
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 1320 44142 0 2 6 73 62026 1401 15 0 1 0 44265630 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18612/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 635.06
Current children cumulated vsize (KiB) 16740

[startup+641.101 s]
/proc/loadavg: 2.51 2.54 2.67 2/83 18637
/proc/meminfo: memFree=1457472/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=635.07
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 1320 44142 0 2 6 74 62026 1401 15 0 1 0 44265630 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18612/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 635.07
Current children cumulated vsize (KiB) 16740

[startup+641.305 s]
/proc/loadavg: 2.51 2.54 2.67 2/83 18637
/proc/meminfo: memFree=1456896/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=635.08
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 1320 44142 0 2 6 75 62026 1401 15 0 1 0 44265630 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18612/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 635.08
Current children cumulated vsize (KiB) 16740

[startup+641.401 s]
/proc/loadavg: 2.51 2.54 2.67 2/83 18637
/proc/meminfo: memFree=1456896/2055920 swapFree=4192812/4192956
[pid=18612] ppid=18610 vsize=16740 CPUtime=635.09
/proc/18612/stat : 18612 (sugar++) D 18610 18612 18215 0 -1 4194304 1320 44142 0 2 6 76 62026 1401 15 0 1 0 44265630 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18612/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 635.09
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 641.424
CPU time (s): 635.112
CPU user time (s): 620.332
CPU system time (s): 14.7808
CPU usage (%): 99.0161
Max. virtual memory (cumulated for all children) (KiB): 895648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 620.332
system time used= 14.7808
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45518
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= 91661
involuntary context switches= 93810

runsolver used 0.846871 second user time and 2.13167 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 17:14:22
IDJOB=1112931
IDBENCH=61498
IDSOLVER=367
FILE ID=node43/1112931-1215875662
PBS_JOBID= 7903528
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-1.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-1112931-1215875662/watcher-1112931-1215875662 -o /tmp/evaluation-result-1112931-1215875662/solver-1112931-1215875662 -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-1112931-1215875662.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=1344041016

node43.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.216
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.216
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:       1868528 kB
Buffers:          3856 kB
Cached:          48300 kB
SwapCached:          0 kB
Active:         126436 kB
Inactive:         7140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         101624 kB
Slab:            38768 kB
Committed_AS:   267284 kB
PageTables:       2168 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= 66500 MiB
End job on node43 at 2008-07-12 17:25:04