Trace number 1111304

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? 534.6 545.195

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 08:51:44 2008
0.00/0.05	c 0	PID 15474
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111304-1215845504.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111304-1215845504.xml' 'HOME/temp.csp'
3.23/3.38	c 4	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.32/3.40	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.32/3.40	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.32/3.48	c 4	Parsing HOME/temp.csp
3.32/4.05	c 4	parsed 10000 expressions
3.32/4.23	c 5	parsed 20000 expressions
4.30/4.47	c 5	parsed 30000 expressions
4.49/4.65	c 5	parsed 40000 expressions
4.79/4.91	c 5	parsed 50000 expressions
4.98/5.14	c 6	parsed 57284 expressions
4.98/5.14	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.38/5.56	c 6	MAX CSP: 48484 constraints
5.38/5.56	c 6	Converting to clausal form CSP
5.68/5.82	c 6	converted 10578 (10%) expressions
5.99/6.20	c 7	converted 21155 (20%) expressions
6.28/6.43	c 7	converted 31732 (30%) expressions
6.57/6.72	c 7	converted 42309 (40%) expressions
6.87/7.00	c 7	converted 52886 (50%) expressions
7.07/7.28	c 8	converted 63463 (60%) expressions
7.75/7.95	c 8	converted 74040 (70%) expressions
8.05/8.23	c 9	converted 84617 (80%) expressions
8.35/8.55	c 9	converted 95194 (90%) expressions
17.86/18.12	c 19	converted 105771 (100%) expressions
17.86/18.14	c 19	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 72727
17.86/18.14	c 19	Heap : 169 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.86/18.14	c 19	Propagation in CSP
21.03/21.36	c 22	48475 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.03/21.38	c 22	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 48485
21.03/21.38	c 22	Heap : 181 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.13/21.45	c 22	Simplifing CSP by introducing new Boolean variables
21.62/21.94	c 22	CSP : 144940 integers, 72704 booleans, 296679 clauses, largest domain size 48485
21.62/21.94	c 22	Heap : 200 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.81/23.14	c 24	Encoding CSP to SAT : HOME/temp.cnf
23.00/23.36	c 24	14494 (10%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
23.00/23.38	c 24	28988 (20%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
23.10/23.40	c 24	43482 (30%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
23.21/23.58	c 24	57976 (40%) CSP integer variables are encoded (256730 clauses, 4157077 bytes)
23.80/24.15	c 25	72470 (50%) CSP integer variables are encoded (698424 clauses, 11665875 bytes)
24.48/24.80	c 25	86964 (60%) CSP integer variables are encoded (1203306 clauses, 20813894 bytes)
25.18/25.51	c 26	101458 (70%) CSP integer variables are encoded (1740837 clauses, 31026983 bytes)
26.17/26.60	c 27	115952 (80%) CSP integer variables are encoded (2579514 clauses, 46961846 bytes)
26.57/26.91	c 27	130446 (90%) CSP integer variables are encoded (2807767 clauses, 51298653 bytes)
26.87/27.22	c 28	144940 (100%) CSP integer variables are encoded (3031222 clauses, 55544298 bytes)
27.46/27.80	c 28	29668 (10%) CSP clauses are encoded (3227306 clauses, 59973714 bytes)
28.13/28.53	c 29	59336 (20%) CSP clauses are encoded (3496350 clauses, 66329013 bytes)
28.82/29.24	c 30	89004 (30%) CSP clauses are encoded (3768316 clauses, 72902624 bytes)
35.32/35.85	c 36	118672 (40%) CSP clauses are encoded (6867736 clauses, 146650593 bytes)
52.23/53.22	c 54	148340 (50%) CSP clauses are encoded (15419716 clauses, 339681173 bytes)
74.64/76.21	c 77	178008 (60%) CSP clauses are encoded (26749472 clauses, 615125662 bytes)
127.63/131.63	c 132	207676 (70%) CSP clauses are encoded (53408807 clauses, 1326227936 bytes)
533.67/542.34	c 543	ERROR Exception Too large HOME/temp.cnf
533.67/542.35	c 543	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
533.67/542.35	c 543	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
533.67/542.35	c 543	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
533.67/542.35	s UNKNOWN
533.73/542.43	c 543	CPU 519.56 (0.03 0.01 519.53 14.19)
533.73/542.43	c 543	END Sat Jul 12 09:00:47 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-1111304-1215845504/watcher-1111304-1215845504 -o /tmp/evaluation-result-1111304-1215845504/solver-1111304-1215845504 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111304-1215845504.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.03 2.04 2.00 4/74 15474
/proc/meminfo: memFree=1576840/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=18572 CPUtime=0
/proc/15474/stat : 15474 (runsolver) R 15472 15474 13928 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 41253061 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15474/statm: 4643 292 257 25 0 2626 0

[startup+0.0541179 s]
/proc/loadavg: 2.03 2.04 2.00 4/74 15474
/proc/meminfo: memFree=1576840/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10112 s]
/proc/loadavg: 2.03 2.04 2.00 4/74 15474
/proc/meminfo: memFree=1576840/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301146 s]
/proc/loadavg: 2.03 2.04 2.00 4/74 15474
/proc/meminfo: memFree=1576840/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701227 s]
/proc/loadavg: 2.03 2.04 2.00 4/74 15474
/proc/meminfo: memFree=1576840/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 2.03 2.04 2.00 3/85 15486
/proc/meminfo: memFree=1549616/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
[pid=15477] ppid=15474 vsize=5356 CPUtime=0
/proc/15477/stat : 15477 (sh) S 15474 15474 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41253066 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15477/statm: 1339 233 193 169 0 50 0
[pid=15478] ppid=15477 vsize=864676 CPUtime=1.42
/proc/15478/stat : 15478 (java) S 15477 15474 13928 0 -1 0 15581 0 1 0 133 9 0 0 18 0 9 0 41253066 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15478/statm: 216169 13134 2529 9 0 210751 0
[pid=15478/tid=15479] ppid=15477 vsize=864676 CPUtime=0.81
/proc/15478/task/15479/stat : 15479 (java) R 15477 15474 13928 0 -1 64 2987 0 1 0 79 2 0 0 24 0 9 0 41253067 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4126454736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15480] ppid=15477 vsize=864676 CPUtime=0.48
/proc/15478/task/15480/stat : 15480 (java) S 15477 15474 13928 0 -1 64 11406 0 0 0 43 5 0 0 16 0 9 0 41253068 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15481] ppid=15477 vsize=864676 CPUtime=0
/proc/15478/task/15481/stat : 15481 (java) S 15477 15474 13928 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 41253069 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15482] ppid=15477 vsize=864676 CPUtime=0
/proc/15478/task/15482/stat : 15482 (java) S 15477 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 41253069 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15483] ppid=15477 vsize=864676 CPUtime=0
/proc/15478/task/15483/stat : 15483 (java) S 15477 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253071 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15484] ppid=15477 vsize=864676 CPUtime=0.09
/proc/15478/task/15484/stat : 15484 (java) S 15477 15474 13928 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 41253071 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15485] ppid=15477 vsize=864676 CPUtime=0
/proc/15478/task/15485/stat : 15485 (java) S 15477 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41253071 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15486] ppid=15477 vsize=864676 CPUtime=0
/proc/15478/task/15486/stat : 15486 (java) S 15477 15474 13928 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41253071 885428224 13134 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10264 s]
/proc/loadavg: 2.03 2.04 2.00 4/85 15486
/proc/meminfo: memFree=1510704/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=0.03
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41253061 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 796 370 3 0 500 0
[pid=15477] ppid=15474 vsize=5356 CPUtime=0
/proc/15477/stat : 15477 (sh) S 15474 15474 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41253066 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15477/statm: 1339 233 193 169 0 50 0
[pid=15478] ppid=15477 vsize=864716 CPUtime=3
/proc/15478/stat : 15478 (java) S 15477 15474 13928 0 -1 0 25972 0 1 0 285 15 0 0 18 0 9 0 41253066 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15478/statm: 216179 21568 2529 9 0 210761 0
[pid=15478/tid=15479] ppid=15477 vsize=864716 CPUtime=1.53
/proc/15478/task/15479/stat : 15479 (java) R 15477 15474 13928 0 -1 64 3332 0 1 0 150 3 0 0 25 0 9 0 41253067 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15480] ppid=15477 vsize=864716 CPUtime=1.29
/proc/15478/task/15480/stat : 15480 (java) S 15477 15474 13928 0 -1 64 21410 0 0 0 119 10 0 0 19 0 9 0 41253068 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15481] ppid=15477 vsize=864716 CPUtime=0
/proc/15478/task/15481/stat : 15481 (java) S 15477 15474 13928 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 41253069 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15482] ppid=15477 vsize=864716 CPUtime=0
/proc/15478/task/15482/stat : 15482 (java) S 15477 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253069 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15483] ppid=15477 vsize=864716 CPUtime=0
/proc/15478/task/15483/stat : 15483 (java) S 15477 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253071 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15484] ppid=15477 vsize=864716 CPUtime=0.15
/proc/15478/task/15484/stat : 15484 (java) R 15477 15474 13928 0 -1 64 531 0 0 0 15 0 0 0 16 0 9 0 41253071 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 101637440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15485] ppid=15477 vsize=864716 CPUtime=0
/proc/15478/task/15485/stat : 15485 (java) S 15477 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41253071 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15478/tid=15486] ppid=15477 vsize=864716 CPUtime=0
/proc/15478/task/15486/stat : 15486 (java) S 15477 15474 13928 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41253071 885469184 21568 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883672

[startup+6.3022 s]
/proc/loadavg: 2.11 2.05 2.01 4/85 15496
/proc/meminfo: memFree=1543664/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 15 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868468 CPUtime=2.85
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 18159 0 1 0 274 11 0 0 18 0 9 0 41253401 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217117 15654 2540 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868468 CPUtime=1.56
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 3273 0 1 0 153 3 0 0 25 0 9 0 41253402 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4126655066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868468 CPUtime=1.06
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 12720 0 0 0 100 6 0 0 16 0 9 0 41253403 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868468 CPUtime=0.21
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1468 0 0 0 20 1 0 0 16 0 9 0 41253405 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889311232 15654 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887424

[startup+12.7023 s]
/proc/loadavg: 2.10 2.05 2.00 3/85 15496
/proc/meminfo: memFree=1439536/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 15 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868468 CPUtime=9.19
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 49159 0 1 0 890 29 0 0 18 0 9 0 41253401 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217117 36842 2541 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868468 CPUtime=5.5
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 4447 0 1 0 546 4 0 0 25 0 9 0 41253402 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4126935070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868468 CPUtime=3.43
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 42529 0 0 0 320 23 0 0 16 0 9 0 41253403 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868468 CPUtime=0.23
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1485 0 0 0 22 1 0 0 16 0 9 0 41253405 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868468 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889311232 36842 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887424

[startup+25.5015 s]
/proc/loadavg: 2.08 2.05 2.00 3/85 15496
/proc/meminfo: memFree=1326256/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 15 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868580 CPUtime=21.86
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 81603 0 1 0 2120 66 0 0 18 0 9 0 41253401 889425920 57424 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217145 57424 2565 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868580 CPUtime=14.27
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 5399 0 1 0 1404 23 0 0 25 0 9 0 41253402 889425920 57424 996147200 134512640 134550740 4294955936 18446744073709551615 4127092156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868580 CPUtime=7.27
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 73986 0 0 0 687 40 0 0 16 0 9 0 41253403 889425920 57424 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57424 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57424 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868580 CPUtime=510.36
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 86436 0 1 0 49673 1363 0 0 18 0 9 0 41253401 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217145 57437 2565 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868580 CPUtime=498.64
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 10221 0 1 0 48579 1285 0 0 25 0 9 0 41253402 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4127143809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868580 CPUtime=11.38
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 73986 0 0 0 1063 75 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868580 CPUtime=0.31
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.68
Current children cumulated vsize (KiB) 887536

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

[startup+524.807 s]
/proc/loadavg: 2.09 2.33 2.20 4/84 15649
/proc/meminfo: memFree=133360/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 16 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868580 CPUtime=512.87
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 86453 0 1 0 49923 1364 0 0 18 0 9 0 41253401 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217145 57437 2565 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868580 CPUtime=501.13
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 10238 0 1 0 48827 1286 0 0 25 0 9 0 41253402 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4127145224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868580 CPUtime=11.39
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 73986 0 0 0 1064 75 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868580 CPUtime=0.31
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 516.19
Current children cumulated vsize (KiB) 887536

[startup+537.601 s]
/proc/loadavg: 2.08 2.32 2.19 3/84 15649
/proc/meminfo: memFree=132976/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 16 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868580 CPUtime=525.65
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 86540 0 1 0 51200 1365 0 0 18 0 9 0 41253401 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217145 57437 2565 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868580 CPUtime=513.85
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 10325 0 1 0 50099 1286 0 0 25 0 9 0 41253402 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4127146982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868580 CPUtime=11.45
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 73986 0 0 0 1069 76 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868580 CPUtime=0.31
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 528.97
Current children cumulated vsize (KiB) 887536

[startup+540.803 s]
/proc/loadavg: 2.07 2.31 2.19 3/84 15649
/proc/meminfo: memFree=104688/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.32
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 974 26867 0 1 3 0 312 17 16 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=868580 CPUtime=528.85
/proc/15488/stat : 15488 (java) S 15487 15474 13928 0 -1 0 86593 0 1 0 51500 1385 0 0 18 0 9 0 41253401 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15488/statm: 217145 57437 2565 9 0 211692 0
[pid=15488/tid=15489] ppid=15487 vsize=868580 CPUtime=517.02
/proc/15488/task/15489/stat : 15489 (java) R 15487 15474 13928 0 -1 64 10378 0 1 0 50396 1306 0 0 25 0 9 0 41253402 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15490] ppid=15487 vsize=868580 CPUtime=11.49
/proc/15488/task/15490/stat : 15490 (java) S 15487 15474 13928 0 -1 64 73986 0 0 0 1073 76 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15488/tid=15491] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15491/stat : 15491 (java) S 15487 15474 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15492] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15492/stat : 15492 (java) S 15487 15474 13928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41253403 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15493] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15493/stat : 15493 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15494] ppid=15487 vsize=868580 CPUtime=0.31
/proc/15488/task/15494/stat : 15494 (java) S 15487 15474 13928 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15495] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15495/stat : 15495 (java) S 15487 15474 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41253405 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15488/tid=15496] ppid=15487 vsize=868580 CPUtime=0
/proc/15488/task/15496/stat : 15496 (java) S 15487 15474 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41253406 889425920 57437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 532.17
Current children cumulated vsize (KiB) 887536

[startup+542.407 s]
/proc/loadavg: 2.07 2.31 2.19 3/84 15649
/proc/meminfo: memFree=70384/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=3.33
/proc/15474/stat : 15474 (sugar) S 15472 15474 13928 0 -1 4194304 975 26867 0 1 3 1 312 17 16 0 1 0 41253061 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15474/statm: 3400 797 370 3 0 500 0
[pid=15487] ppid=15474 vsize=5356 CPUtime=0
/proc/15487/stat : 15487 (sh) S 15474 15474 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41253401 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15487/statm: 1339 233 193 169 0 50 0
[pid=15488] ppid=15487 vsize=0 CPUtime=530.4
/proc/15488/stat : 15488 (java) Z 15487 15474 13928 0 -1 1036 86636 0 1 0 51641 1399 0 0 16 0 2 0 41253401 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15488/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 533.73
Current children cumulated vsize (KiB) 18956

[startup+544.001 s]
/proc/loadavg: 2.07 2.31 2.19 2/74 15649
/proc/meminfo: memFree=1807680/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=534.42
/proc/15474/stat : 15474 (sugar) D 15472 15474 13928 0 -1 4194304 998 113789 0 2 3 67 51953 1419 15 0 1 0 41253061 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15474/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 534.42
Current children cumulated vsize (KiB) 13600

[startup+544.801 s]
/proc/loadavg: 2.14 2.32 2.20 2/74 15649
/proc/meminfo: memFree=1841984/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=534.53
/proc/15474/stat : 15474 (sugar) D 15472 15474 13928 0 -1 4194304 998 113789 0 2 3 78 51953 1419 15 0 1 0 41253061 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15474/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 534.53
Current children cumulated vsize (KiB) 13600

[startup+545.001 s]
/proc/loadavg: 2.14 2.32 2.20 2/74 15649
/proc/meminfo: memFree=1841984/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=534.55
/proc/15474/stat : 15474 (sugar) D 15472 15474 13928 0 -1 4194304 998 113789 0 2 3 80 51953 1419 15 0 1 0 41253061 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15474/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 534.55
Current children cumulated vsize (KiB) 13600

[startup+545.101 s]
/proc/loadavg: 2.14 2.32 2.20 2/74 15649
/proc/meminfo: memFree=1841984/2055920 swapFree=4192812/4192956
[pid=15474] ppid=15472 vsize=13600 CPUtime=534.56
/proc/15474/stat : 15474 (sugar) D 15472 15474 13928 0 -1 4194304 998 113789 0 2 3 81 51953 1419 15 0 1 0 41253061 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15474/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 534.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 545.195
CPU time (s): 534.6
CPU user time (s): 519.573
CPU system time (s): 15.0267
CPU usage (%): 98.0566
Max. virtual memory (cumulated for all children) (KiB): 915040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.573
system time used= 15.0267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114817
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= 50331
involuntary context switches= 56171

runsolver used 0.688895 second user time and 1.89271 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 08:51:44
IDJOB=1111304
IDBENCH=61259
IDSOLVER=368
FILE ID=node14/1111304-1215845504
PBS_JOBID= 7903331
Free space on /tmp= 66408 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1095205474

node14.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.270
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.270
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:       1577320 kB
Buffers:         43544 kB
Cached:         135976 kB
SwapCached:          0 kB
Active:         349968 kB
Inactive:        68240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7896 kB
Writeback:           0 kB
Mapped:         249764 kB
Slab:            45180 kB
Committed_AS:   368392 kB
PageTables:       2316 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= 66440 MiB
End job on node14 at 2008-07-12 09:00:50