Trace number 1109971

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? 180.991 187.792

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-4-accl.xml
MD5SUM61d4fd22729510c40786100f4846d59a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark126.304
Satisfiable
(Un)Satisfiability was proved
Number of variables3939
Number of constraints10411
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10411
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:17:03 2008
0.00/0.08	c 0	PID 12886
0.00/0.08	c 0	HOST node11.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109971-1215814623.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109971-1215814623.xml' 'HOME/temp.csp'
1.14/1.26	c 2	3 domains, 3939 variables, 9 predicates, 0 relations, 10411 constraints
1.14/1.28	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.28	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.22/1.36	c 2	Parsing HOME/temp.csp
1.22/1.66	c 2	parsed 10000 expressions
1.22/1.81	c 2	parsed 14362 expressions
1.22/1.82	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.94	c 2	MAX CSP: 10411 constraints
1.22/1.94	c 2	Converting to clausal form CSP
1.22/1.99	c 2	converted 2478 (10%) expressions
2.02/2.14	c 2	converted 4956 (20%) expressions
2.12/2.21	c 2	converted 7433 (30%) expressions
2.12/2.25	c 3	converted 9911 (40%) expressions
2.12/2.30	c 3	converted 12388 (50%) expressions
2.22/2.34	c 3	converted 14866 (60%) expressions
2.31/2.47	c 3	converted 17344 (70%) expressions
2.42/2.52	c 3	converted 19821 (80%) expressions
2.42/2.57	c 3	converted 22299 (90%) expressions
3.92/4.05	c 4	converted 24776 (100%) expressions
3.92/4.06	c 4	CSP : 31945 integers, 0 booleans, 45494 clauses, largest domain size 15617
3.92/4.06	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.92/4.06	c 4	Propagation in CSP
4.41/4.56	c 5	10404 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.41/4.57	c 5	CSP : 31945 integers, 0 booleans, 45494 clauses, largest domain size 10412
4.41/4.57	c 5	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.59	c 5	Simplifing CSP by introducing new Boolean variables
4.51/4.61	c 5	CSP : 31945 integers, 0 booleans, 45494 clauses, largest domain size 10412
4.51/4.61	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.78	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.71/4.82	c 5	3195 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.71/4.82	c 5	6389 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.71/4.83	c 5	9584 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.71/4.83	c 5	12778 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.81/4.90	c 5	15973 (50%) CSP integer variables are encoded (60001 clauses, 900079 bytes)
4.92/5.03	c 5	19167 (60%) CSP integer variables are encoded (169758 clauses, 2719292 bytes)
5.02/5.15	c 5	22362 (70%) CSP integer variables are encoded (260413 clauses, 4260427 bytes)
5.02/5.19	c 5	25556 (80%) CSP integer variables are encoded (293817 clauses, 4828295 bytes)
5.11/5.24	c 6	28751 (90%) CSP integer variables are encoded (331345 clauses, 5466271 bytes)
5.31/5.44	c 6	31945 (100%) CSP integer variables are encoded (497739 clauses, 8294969 bytes)
5.42/5.52	c 6	4550 (10%) CSP clauses are encoded (502289 clauses, 8379243 bytes)
5.42/5.56	c 6	9099 (20%) CSP clauses are encoded (506838 clauses, 8480506 bytes)
6.45/7.44	c 8	13649 (30%) CSP clauses are encoded (1129563 clauses, 21343784 bytes)
8.55/9.56	c 10	18198 (40%) CSP clauses are encoded (2369609 clauses, 49504542 bytes)
10.83/11.83	c 12	22747 (50%) CSP clauses are encoded (3677904 clauses, 80706175 bytes)
14.83/15.89	c 16	27297 (60%) CSP clauses are encoded (6041040 clauses, 138062307 bytes)
24.51/25.63	c 26	31846 (70%) CSP clauses are encoded (11699301 clauses, 276298127 bytes)
59.67/61.35	c 62	36396 (80%) CSP clauses are encoded (31981903 clauses, 772723109 bytes)
70.78/72.66	c 73	40945 (90%) CSP clauses are encoded (38490376 clauses, 931769603 bytes)
179.94/184.84	c 185	ERROR Exception Too large HOME/temp.cnf
179.94/184.84	c 185	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
179.94/184.84	c 185	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
179.94/184.84	c 185	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
179.94/184.84	s UNKNOWN
179.99/185.48	c 186	CPU 166.15 (0.05 0.02 166.1 13.84)
179.99/185.48	c 186	END Sat Jul 12 00:20:09 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-1109971-1215814623/watcher-1109971-1215814623 -o /tmp/evaluation-result-1109971-1215814623/solver-1109971-1215814623 -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-1109971-1215814623.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.00 2.15 2.20 4/81 12886
/proc/meminfo: memFree=1891928/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=4708 CPUtime=0
/proc/12886/stat : 12886 (sugar++) R 12884 12886 12549 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 38165122 4820992 42 996147200 4194304 4206940 548682068528 18446744073709551615 262907385401 0 0 4096 0 0 0 0 17 1 0 0
/proc/12886/statm: 1177 42 32 3 0 8 0

[startup+0.0961759 s]
/proc/loadavg: 2.00 2.15 2.20 4/81 12886
/proc/meminfo: memFree=1891928/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=0.07
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101174 s]
/proc/loadavg: 2.00 2.15 2.20 4/81 12886
/proc/meminfo: memFree=1891928/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=0.07
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301192 s]
/proc/loadavg: 2.00 2.15 2.20 4/81 12886
/proc/meminfo: memFree=1891928/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=0.07
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701243 s]
/proc/loadavg: 2.00 2.15 2.20 4/81 12886
/proc/meminfo: memFree=1891928/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=0.07
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50133 s]
/proc/loadavg: 2.00 2.15 2.20 3/92 12898
/proc/meminfo: memFree=1867008/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16740

[startup+3.10252 s]
/proc/loadavg: 2.00 2.15 2.20 4/92 12908
/proc/meminfo: memFree=1870464/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 15 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868432 CPUtime=1.79
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 12209 0 1 0 173 6 0 0 20 0 9 0 38165251 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217108 11090 2541 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868432 CPUtime=1.02
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 2934 0 1 0 101 1 0 0 25 0 9 0 38165252 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4126659880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868432 CPUtime=0.54
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 7107 0 0 0 52 2 0 0 16 0 9 0 38165253 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868432 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868432 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868432 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868432 CPUtime=0.2
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1472 0 0 0 19 1 0 0 16 0 9 0 38165255 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868432 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868432 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889274368 11090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890528

[startup+6.3019 s]
/proc/loadavg: 2.00 2.15 2.20 3/92 12908
/proc/meminfo: memFree=1828736/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 15 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=4.83
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 17037 0 1 0 465 18 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=3.41
/proc/12900/task/12901/stat : 12901 (java) D 12899 12886 12549 0 -1 64 3384 0 1 0 331 10 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=1.11
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 106 5 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 890640

[startup+12.7027 s]
/proc/loadavg: 2.00 2.15 2.20 3/92 12908
/proc/meminfo: memFree=1752064/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=10.51
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 17489 0 1 0 993 58 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=8.89
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 3836 0 1 0 842 47 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4127112840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=1.32
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 124 8 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 890640

[startup+25.5012 s]
/proc/loadavg: 2.30 2.21 2.21 3/92 12908
/proc/meminfo: memFree=1563712/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=23.2
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 18554 0 1 0 2153 167 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=21.15
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 4901 0 1 0 1965 150 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=1.74
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 160 14 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 890640

[startup+51.1012 s]
/proc/loadavg: 2.54 2.27 2.23 3/92 12908
/proc/meminfo: memFree=1212480/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=48.41
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 20666 0 1 0 4460 381 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.23
Current children cumulated vsize (KiB) 890640

[startup+162.302 s]
/proc/loadavg: 3.13 2.54 2.33 3/92 12910
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=157.37
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 28986 0 1 0 14536 1201 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=151
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 15333 0 1 0 13990 1110 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=6.07
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 519 88 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.59
Current children cumulated vsize (KiB) 890640

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

[startup+166.503 s]
/proc/loadavg: 3.12 2.55 2.33 3/92 12910
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=161.48
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 29330 0 1 0 14912 1236 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=154.96
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 15677 0 1 0 14353 1143 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4127069918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=6.22
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 532 90 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.7
Current children cumulated vsize (KiB) 890640

[startup+179.301 s]
/proc/loadavg: 3.18 2.58 2.35 3/92 12910
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=173.56
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 30291 0 1 0 16021 1335 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=166.65
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 16638 0 1 0 15429 1236 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4126476195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=6.61
/proc/12900/task/12902/stat : 12902 (java) S 12899 12886 12549 0 -1 64 11444 0 0 0 565 96 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.78
Current children cumulated vsize (KiB) 890640

[startup+182.502 s]
/proc/loadavg: 3.24 2.60 2.36 3/92 12910
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=1.22
/proc/12886/stat : 12886 (sugar++) S 12884 12886 12549 0 -1 4194304 1297 10184 0 1 5 2 109 6 16 0 1 0 38165122 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12886/statm: 4185 1104 409 3 0 764 0
[pid=12899] ppid=12886 vsize=5356 CPUtime=0
/proc/12899/stat : 12899 (sh) S 12886 12886 12549 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 38165251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12899/statm: 1339 233 193 169 0 50 0
[pid=12900] ppid=12899 vsize=868544 CPUtime=176.47
/proc/12900/stat : 12900 (java) S 12899 12886 12549 0 -1 0 30519 0 1 0 16289 1358 0 0 20 0 9 0 38165251 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12900/statm: 217136 15372 2565 9 0 211683 0
[pid=12900/tid=12901] ppid=12899 vsize=868544 CPUtime=169.47
/proc/12900/task/12901/stat : 12901 (java) R 12899 12886 12549 0 -1 64 16866 0 1 0 15690 1257 0 0 25 0 9 0 38165252 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12900/tid=12902] ppid=12899 vsize=868544 CPUtime=6.7
/proc/12900/task/12902/stat : 12902 (java) R 12899 12886 12549 0 -1 64 11444 0 0 0 573 97 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12900/tid=12903] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12903/stat : 12903 (java) S 12899 12886 12549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12904] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12904/stat : 12904 (java) S 12899 12886 12549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38165253 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12905] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12905/stat : 12905 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12906] ppid=12899 vsize=868544 CPUtime=0.27
/proc/12900/task/12906/stat : 12906 (java) S 12899 12886 12549 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12907] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12907/stat : 12907 (java) S 12899 12886 12549 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12900/tid=12908] ppid=12899 vsize=868544 CPUtime=0
/proc/12900/task/12908/stat : 12908 (java) S 12899 12886 12549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38165255 889389056 15372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 177.69
Current children cumulated vsize (KiB) 890640

[startup+185.702 s]
/proc/loadavg: 3.22 2.61 2.36 2/90 12910
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=180.01
/proc/12886/stat : 12886 (sugar++) D 12884 12886 12549 0 -1 4194304 1320 41180 0 2 5 2 16610 1384 15 0 1 0 38165122 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12886/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (KiB) 16740

[startup+186.503 s]
/proc/loadavg: 3.22 2.61 2.36 3/82 12910
/proc/meminfo: memFree=654160/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=180.75
/proc/12886/stat : 12886 (sugar++) R 12884 12886 12549 0 -1 4194304 1320 41180 0 2 5 76 16610 1384 16 0 1 0 38165122 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12886/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 180.75
Current children cumulated vsize (KiB) 16740

[startup+187.302 s]
/proc/loadavg: 3.22 2.61 2.36 2/82 12910
/proc/meminfo: memFree=1929296/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=180.95
/proc/12886/stat : 12886 (sugar++) D 12884 12886 12549 0 -1 4194304 1320 41180 0 2 5 96 16610 1384 15 0 1 0 38165122 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12886/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 180.95
Current children cumulated vsize (KiB) 16740

[startup+187.702 s]
/proc/loadavg: 3.22 2.61 2.36 2/82 12910
/proc/meminfo: memFree=1929296/2055920 swapFree=4192812/4192956
[pid=12886] ppid=12884 vsize=16740 CPUtime=180.96
/proc/12886/stat : 12886 (sugar++) D 12884 12886 12549 0 -1 4194304 1320 41180 0 2 5 97 16610 1384 15 0 1 0 38165122 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12886/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 180.96
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 187.792
CPU time (s): 180.991
CPU user time (s): 166.162
CPU system time (s): 14.8297
CPU usage (%): 96.3785
Max. virtual memory (cumulated for all children) (KiB): 891032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.162
system time used= 14.8297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42556
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= 103212
involuntary context switches= 105022

runsolver used 0.199969 second user time and 0.674897 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 00:17:03
IDJOB=1109971
IDBENCH=61044
IDSOLVER=367
FILE ID=node11/1109971-1215814623
PBS_JOBID= 7903284
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-4-accl.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-1109971-1215814623/watcher-1109971-1215814623 -o /tmp/evaluation-result-1109971-1215814623/solver-1109971-1215814623 -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-1109971-1215814623.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61d4fd22729510c40786100f4846d59a
RANDOM SEED=1288350978

node11.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.218
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.218
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:       1892408 kB
Buffers:         14948 kB
Cached:          57472 kB
SwapCached:          0 kB
Active:          81904 kB
Inactive:        30868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          60524 kB
Slab:            35732 kB
Committed_AS:   158560 kB
PageTables:       2032 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= 66552 MiB
End job on node11 at 2008-07-12 00:20:11