Trace number 1112411

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? 194.978 201.283

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-27.xml
MD5SUM29eeeb4fa472c212f46109214960e651
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
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 14:59:16 2008
0.00/0.08	c 0	PID 17399
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112411-1215867556.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112411-1215867556.xml' 'HOME/temp.csp'
1.06/1.13	c 1	87 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	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'
1.09/1.22	c 1	Parsing HOME/temp.csp
1.10/1.56	c 1	parsed 10000 expressions
1.10/1.57	c 1	parsed 10215 expressions
1.10/1.57	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.67	c 1	MAX CSP: 9675 constraints
1.10/1.67	c 1	Converting to clausal form CSP
1.10/1.90	c 2	converted 1990 (10%) expressions
1.10/2.02	c 2	converted 3979 (20%) expressions
1.10/2.07	c 2	converted 5968 (30%) expressions
2.04/2.12	c 2	converted 7958 (40%) expressions
2.04/2.17	c 2	converted 9947 (50%) expressions
2.14/2.22	c 2	converted 11936 (60%) expressions
2.14/2.27	c 2	converted 13926 (70%) expressions
2.23/2.40	c 2	converted 15915 (80%) expressions
2.32/2.44	c 2	converted 17904 (90%) expressions
3.22/3.40	c 3	converted 19893 (100%) expressions
3.31/3.40	c 3	CSP : 19800 integers, 0 booleans, 29024 clauses, largest domain size 14513
3.31/3.40	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.40	c 3	Propagation in CSP
3.70/3.81	c 4	9667 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.70/3.82	c 4	CSP : 19800 integers, 0 booleans, 29024 clauses, largest domain size 9676
3.70/3.82	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.83	c 4	Simplifing CSP by introducing new Boolean variables
3.81/3.94	c 4	CSP : 19800 integers, 19350 booleans, 48374 clauses, largest domain size 9676
3.81/3.94	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.00/4.11	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.49/4.64	c 4	1980 (10%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.49/4.64	c 4	3960 (20%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.49/4.64	c 4	5940 (30%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.49/4.64	c 4	7920 (40%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.49/4.65	c 4	9900 (50%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
4.49/4.68	c 4	11880 (60%) CSP integer variables are encoded (399797 clauses, 6574672 bytes)
4.60/4.71	c 4	13860 (70%) CSP integer variables are encoded (421595 clauses, 6945238 bytes)
4.60/4.74	c 5	15840 (80%) CSP integer variables are encoded (446183 clauses, 7363234 bytes)
4.60/4.77	c 5	17820 (90%) CSP integer variables are encoded (467395 clauses, 7723838 bytes)
4.79/4.96	c 5	19800 (100%) CSP integer variables are encoded (610397 clauses, 10154872 bytes)
9.53/9.75	c 10	4838 (10%) CSP clauses are encoded (3148483 clauses, 68827244 bytes)
14.24/14.54	c 14	9675 (20%) CSP clauses are encoded (5704672 clauses, 129030369 bytes)
18.95/19.32	c 19	14513 (30%) CSP clauses are encoded (8266468 clauses, 192373828 bytes)
23.65/24.11	c 24	19350 (40%) CSP clauses are encoded (10810281 clauses, 255919180 bytes)
28.33/28.93	c 29	24187 (50%) CSP clauses are encoded (13361096 clauses, 319639568 bytes)
33.00/33.72	c 33	29025 (60%) CSP clauses are encoded (15882842 clauses, 382633230 bytes)
44.30/45.34	c 45	33862 (70%) CSP clauses are encoded (21786689 clauses, 526867202 bytes)
77.86/79.98	c 80	38700 (80%) CSP clauses are encoded (39403331 clauses, 957992096 bytes)
89.19/91.55	c 91	43537 (90%) CSP clauses are encoded (45307178 clauses, 1102226067 bytes)
193.91/199.30	c 199	ERROR Exception Too large HOME/temp.cnf
193.91/199.30	c 199	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.91/199.30	c 199	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.91/199.30	c 199	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.91/199.30	s UNKNOWN
193.93/199.70	c 199	CPU 178.63 (0.05 0.02 178.58 15.28)
193.93/199.70	c 199	END Sat Jul 12 15:02:35 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-1112411-1215867556/watcher-1112411-1215867556 -o /tmp/evaluation-result-1112411-1215867556/solver-1112411-1215867556 -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-1112411-1215867556.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.00 2.00 4/81 17399
/proc/meminfo: memFree=1812784/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=12132 CPUtime=0
/proc/17399/stat : 17399 (sugar++) R 17397 17399 16399 0 -1 4194304 220 0 0 0 0 0 0 0 22 0 1 0 43458796 12423168 188 996147200 4194304 4206940 548682068528 18446744073709551615 244670960353 0 0 4224 0 0 0 0 17 1 0 0
/proc/17399/statm: 3033 188 142 3 0 133 0

[startup+0.0812169 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17399
/proc/meminfo: memFree=1812784/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=0.06
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1143 0 0 0 4 2 0 0 18 0 1 0 43458796 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101587 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17399
/proc/meminfo: memFree=1812784/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=0.06
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301405 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17399
/proc/meminfo: memFree=1812784/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=0.06
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701483 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17399
/proc/meminfo: memFree=1812784/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=0.06
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50163 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 17411
/proc/meminfo: memFree=1789336/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16740

[startup+3.10441 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 17421
/proc/meminfo: memFree=1789016/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 15 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868384 CPUtime=1.92
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 12002 0 1 0 186 6 0 0 18 0 9 0 43458911 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217096 10901 2540 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868384 CPUtime=1.13
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 2882 0 1 0 111 2 0 0 25 0 9 0 43458912 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868384 CPUtime=0.55
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 6947 0 0 0 53 2 0 0 15 0 9 0 43458913 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868384 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868384 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43458913 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868384 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868384 CPUtime=0.21
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1476 0 0 0 21 0 0 0 16 0 9 0 43458915 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868384 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868384 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889225216 10901 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890480

[startup+6.30253 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 17421
/proc/meminfo: memFree=1749080/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 15 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=5.08
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 15236 0 1 0 484 24 0 0 18 0 9 0 43458911 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13629 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=3.81
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 3219 0 1 0 364 17 0 0 25 0 9 0 43458912 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=0.96
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 91 5 0 0 16 0 9 0 43458913 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.29
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1519 0 0 0 28 1 0 0 15 0 9 0 43458915 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890592

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 17421
/proc/meminfo: memFree=1667864/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=11.36
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 15962 0 1 0 1062 74 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=9.78
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 3941 0 1 0 916 62 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4127060108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=1.26
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 116 10 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890592

[startup+25.5021 s]
/proc/loadavg: 2.14 2.03 2.01 3/92 17421
/proc/meminfo: memFree=1495064/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=23.92
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 17455 0 1 0 2210 182 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=21.75
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 5434 0 1 0 2014 161 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4126875971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=1.84
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 166 18 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 890592

[startup+51.1028 s]
/proc/loadavg: 2.36 2.09 2.03 4/92 17421
/proc/meminfo: memFree=1174360/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=48.87
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 20303 0 1 0 4488 399 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.34
Current children cumulated vsize (KiB) 890592

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

[startup+179.102 s]
/proc/loadavg: 2.18 2.12 2.04 3/92 17427
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=173.46
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 33273 0 1 0 15995 1351 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=164.87
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 21252 0 1 0 15258 1229 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4126565021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=8.27
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 707 120 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.56
Current children cumulated vsize (KiB) 890592

[startup+191.902 s]
/proc/loadavg: 2.23 2.13 2.05 3/92 17427
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=185.78
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 34662 0 1 0 17121 1457 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=176.62
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 22641 0 1 0 16336 1326 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4126564823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=8.84
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 755 129 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.88
Current children cumulated vsize (KiB) 890592

[startup+195.102 s]
/proc/loadavg: 2.21 2.13 2.05 3/92 17427
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=188.74
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 34997 0 1 0 17388 1486 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=179.46
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 22976 0 1 0 16592 1354 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4127059876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=8.97
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 766 131 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.84
Current children cumulated vsize (KiB) 890592

[startup+198.304 s]
/proc/loadavg: 2.28 2.14 2.05 3/92 17427
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=1.1
/proc/17399/stat : 17399 (sugar++) S 17397 17399 16399 0 -1 4194304 1297 9024 0 1 5 2 98 5 16 0 1 0 43458796 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 4185 1104 409 3 0 764 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43458911 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=868496 CPUtime=191.87
/proc/17413/stat : 17413 (java) S 17412 17399 16399 0 -1 0 35353 0 1 0 17675 1512 0 0 18 0 9 0 43458911 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17413/statm: 217124 13633 2565 9 0 211671 0
[pid=17413/tid=17414] ppid=17412 vsize=868496 CPUtime=182.43
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 16399 0 -1 64 23332 0 1 0 16866 1377 0 0 25 0 9 0 43458912 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17415] ppid=17412 vsize=868496 CPUtime=9.11
/proc/17413/task/17415/stat : 17415 (java) S 17412 17399 16399 0 -1 64 9801 0 0 0 779 132 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17417] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43458913 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17412 vsize=868496 CPUtime=0.3
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 16399 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17412 vsize=868496 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43458915 889339904 13633 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.97
Current children cumulated vsize (KiB) 890592

[startup+199.901 s]
/proc/loadavg: 2.28 2.14 2.05 3/92 17427
/proc/meminfo: memFree=15704/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=193.93
/proc/17399/stat : 17399 (sugar++) D 17397 17399 16399 0 -1 4194304 1320 44781 0 2 5 2 17858 1528 15 0 1 0 43458796 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 193.93
Current children cumulated vsize (KiB) 16740

[startup+200.702 s]
/proc/loadavg: 2.28 2.14 2.05 3/82 17427
/proc/meminfo: memFree=472168/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=194.71
/proc/17399/stat : 17399 (sugar++) R 17397 17399 16399 0 -1 4194304 1320 44781 0 2 5 80 17858 1528 16 0 1 0 43458796 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.71
Current children cumulated vsize (KiB) 16740

[startup+201.103 s]
/proc/loadavg: 2.28 2.14 2.05 3/82 17427
/proc/meminfo: memFree=472168/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=194.93
/proc/17399/stat : 17399 (sugar++) D 17397 17399 16399 0 -1 4194304 1320 44781 0 2 5 102 17858 1528 15 0 1 0 43458796 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.93
Current children cumulated vsize (KiB) 16740

[startup+201.202 s]
/proc/loadavg: 2.28 2.14 2.05 2/82 17427
/proc/meminfo: memFree=1937192/2055920 swapFree=4192812/4192956
[pid=17399] ppid=17397 vsize=16740 CPUtime=194.94
/proc/17399/stat : 17399 (sugar++) D 17397 17399 16399 0 -1 4194304 1320 44781 0 2 5 103 17858 1528 15 0 1 0 43458796 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17399/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.94
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 201.283
CPU time (s): 194.978
CPU user time (s): 178.646
CPU system time (s): 16.3325
CPU usage (%): 96.8677
Max. virtual memory (cumulated for all children) (KiB): 890984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.646
system time used= 16.3325
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46157
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= 150119
involuntary context switches= 156489

runsolver used 0.298954 second user time and 0.672897 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 14:59:16
IDJOB=1112411
IDBENCH=61413
IDSOLVER=367
FILE ID=node7/1112411-1215867556
PBS_JOBID= 7903466
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-27.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-1112411-1215867556/watcher-1112411-1215867556 -o /tmp/evaluation-result-1112411-1215867556/solver-1112411-1215867556 -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-1112411-1215867556.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29eeeb4fa472c212f46109214960e651
RANDOM SEED=261071052

node7.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.259
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.259
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:       1813264 kB
Buffers:         58992 kB
Cached:          92920 kB
SwapCached:          0 kB
Active:         106336 kB
Inactive:        73388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          48040 kB
Slab:            47928 kB
Committed_AS:   264180 kB
PageTables:       1964 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= 66520 MiB
End job on node7 at 2008-07-12 15:02:37