Trace number 1111303

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? 538.343 548.572

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 08:51:13 2008
0.00/0.08	c 0	PID 15719
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1111303-1215845472.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111303-1215845472.xml' 'HOME/temp.csp'
2.93/3.08	c 3	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.01/3.12	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.01/3.12	c 3	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'
3.01/3.20	c 3	Parsing HOME/temp.csp
3.39/3.52	c 3	parsed 10000 expressions
3.59/3.70	c 3	parsed 20000 expressions
3.78/3.93	c 4	parsed 30000 expressions
3.98/4.11	c 4	parsed 40000 expressions
4.18/4.37	c 4	parsed 50000 expressions
4.37/4.59	c 4	parsed 57284 expressions
4.37/4.59	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.79/4.98	c 5	MAX CSP: 48484 constraints
4.79/4.98	c 5	Converting to clausal form CSP
5.07/5.23	c 5	converted 10578 (10%) expressions
5.47/5.61	c 5	converted 21155 (20%) expressions
5.67/5.83	c 6	converted 31732 (30%) expressions
5.95/6.12	c 6	converted 42309 (40%) expressions
6.17/6.38	c 6	converted 52886 (50%) expressions
6.47/6.66	c 6	converted 63463 (60%) expressions
7.05/7.30	c 7	converted 74040 (70%) expressions
7.36/7.56	c 7	converted 84617 (80%) expressions
7.64/7.87	c 8	converted 95194 (90%) expressions
16.86/17.11	c 17	converted 105771 (100%) expressions
16.86/17.13	c 17	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 72727
16.86/17.13	c 17	Heap : 170 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.86/17.13	c 17	Propagation in CSP
19.93/20.21	c 20	48475 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.93/20.23	c 20	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 48485
19.93/20.23	c 20	Heap : 179 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.93/20.29	c 20	Simplifing CSP by introducing new Boolean variables
20.42/20.75	c 21	CSP : 144940 integers, 72704 booleans, 296679 clauses, largest domain size 48485
20.42/20.75	c 21	Heap : 197 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.51/21.81	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.71/22.02	c 22	14494 (10%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
21.71/22.04	c 22	28988 (20%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
21.71/22.06	c 22	43482 (30%) CSP integer variables are encoded (121940 clauses, 1865647 bytes)
21.90/22.24	c 22	57976 (40%) CSP integer variables are encoded (256730 clauses, 4157077 bytes)
22.40/22.79	c 23	72470 (50%) CSP integer variables are encoded (698424 clauses, 11665875 bytes)
23.10/23.42	c 23	86964 (60%) CSP integer variables are encoded (1203306 clauses, 20813894 bytes)
23.79/24.11	c 24	101458 (70%) CSP integer variables are encoded (1740837 clauses, 31026983 bytes)
24.78/25.15	c 25	115952 (80%) CSP integer variables are encoded (2579514 clauses, 46961846 bytes)
25.06/25.48	c 25	130446 (90%) CSP integer variables are encoded (2807767 clauses, 51298653 bytes)
25.36/25.77	c 26	144940 (100%) CSP integer variables are encoded (3031222 clauses, 55544298 bytes)
25.95/26.35	c 26	29668 (10%) CSP clauses are encoded (3227306 clauses, 59973714 bytes)
26.64/27.04	c 27	59336 (20%) CSP clauses are encoded (3496350 clauses, 66329013 bytes)
27.33/27.73	c 28	89004 (30%) CSP clauses are encoded (3768316 clauses, 72902624 bytes)
33.73/34.23	c 34	118672 (40%) CSP clauses are encoded (6867736 clauses, 146650593 bytes)
50.35/51.23	c 51	148340 (50%) CSP clauses are encoded (15419716 clauses, 339681173 bytes)
72.06/73.59	c 73	178008 (60%) CSP clauses are encoded (26749472 clauses, 615125662 bytes)
120.40/123.06	c 123	207676 (70%) CSP clauses are encoded (53408807 clauses, 1326227936 bytes)
537.38/545.83	c 546	ERROR Exception Too large HOME/temp.cnf
537.38/545.83	c 546	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
537.38/545.83	c 546	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
537.38/545.83	c 546	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
537.38/545.83	s UNKNOWN
537.40/545.96	c 546	CPU 524.25 (0.05 0.02 524.2 13.19)
537.40/545.96	c 546	END Sat Jul 12 09:00:19 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-1111303-1215845472/watcher-1111303-1215845472 -o /tmp/evaluation-result-1111303-1215845472/solver-1111303-1215845472 -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-1111303-1215845472.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 15719
/proc/meminfo: memFree=1840240/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=12268 CPUtime=0
/proc/15719/stat : 15719 (sugar++) R 15717 15719 14405 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41250193 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 215427890174 0 0 4224 0 0 0 0 17 1 0 0
/proc/15719/statm: 3067 316 241 3 0 167 0

[startup+0.099029 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15719
/proc/meminfo: memFree=1840240/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101036 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15719
/proc/meminfo: memFree=1840240/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301066 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15719
/proc/meminfo: memFree=1840240/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701149 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15719
/proc/meminfo: memFree=1840240/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5023 s]
/proc/loadavg: 2.08 2.02 2.01 5/92 15731
/proc/meminfo: memFree=1803736/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15722] ppid=15719 vsize=5356 CPUtime=0
/proc/15722/stat : 15722 (sh) S 15719 15719 14405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41250202 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15722/statm: 1339 233 193 169 0 50 0
[pid=15723] ppid=15722 vsize=866684 CPUtime=1.39
/proc/15723/stat : 15723 (java) S 15722 15719 14405 0 -1 0 17911 0 1 0 131 8 0 0 18 0 9 0 41250202 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15723/statm: 216671 14992 2529 9 0 211253 0
[pid=15723/tid=15724] ppid=15722 vsize=866684 CPUtime=0.68
/proc/15723/task/15724/stat : 15724 (java) R 15722 15719 14405 0 -1 64 3021 0 1 0 66 2 0 0 25 0 9 0 41250203 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15725] ppid=15722 vsize=866684 CPUtime=0.57
/proc/15723/task/15725/stat : 15725 (java) R 15722 15719 14405 0 -1 64 13688 0 0 0 52 5 0 0 16 0 9 0 41250204 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 102731829 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15726] ppid=15722 vsize=866684 CPUtime=0
/proc/15723/task/15726/stat : 15726 (java) S 15722 15719 14405 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 41250204 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15727] ppid=15722 vsize=866684 CPUtime=0
/proc/15723/task/15727/stat : 15727 (java) S 15722 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 41250204 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15728] ppid=15722 vsize=866684 CPUtime=0
/proc/15723/task/15728/stat : 15728 (java) S 15722 15719 14405 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41250206 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15729] ppid=15722 vsize=866684 CPUtime=0.11
/proc/15723/task/15729/stat : 15729 (java) S 15722 15719 14405 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 41250206 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15730] ppid=15722 vsize=866684 CPUtime=0
/proc/15723/task/15730/stat : 15730 (java) S 15722 15719 14405 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41250206 887484416 14992 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15731] ppid=15722 vsize=866684 CPUtime=0
/proc/15723/task/15731/stat : 15731 (java) S 15722 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250206 887484416 14992 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) 888780

[startup+3.1026 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 15731
/proc/meminfo: memFree=1761368/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=0.06
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1236 128 0 0 5 1 0 0 16 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15722] ppid=15719 vsize=5356 CPUtime=0
/proc/15722/stat : 15722 (sh) S 15719 15719 14405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41250202 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15722/statm: 1339 233 193 169 0 50 0
[pid=15723] ppid=15722 vsize=864700 CPUtime=2.95
/proc/15723/stat : 15723 (java) S 15722 15719 14405 0 -1 0 26448 0 1 0 283 12 0 0 18 0 9 0 41250202 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15723/statm: 216175 22037 2529 9 0 210757 0
[pid=15723/tid=15724] ppid=15722 vsize=864700 CPUtime=1.56
/proc/15723/task/15724/stat : 15724 (java) S 15722 15719 14405 0 -1 64 3803 0 1 0 153 3 0 0 25 0 9 0 41250203 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15725] ppid=15722 vsize=864700 CPUtime=1.2
/proc/15723/task/15725/stat : 15725 (java) S 15722 15719 14405 0 -1 64 21413 0 0 0 113 7 0 0 16 0 9 0 41250204 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15726] ppid=15722 vsize=864700 CPUtime=0
/proc/15723/task/15726/stat : 15726 (java) S 15722 15719 14405 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 41250204 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15727] ppid=15722 vsize=864700 CPUtime=0
/proc/15723/task/15727/stat : 15727 (java) S 15722 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250204 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15728] ppid=15722 vsize=864700 CPUtime=0
/proc/15723/task/15728/stat : 15728 (java) S 15722 15719 14405 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41250206 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15729] ppid=15722 vsize=864700 CPUtime=0.16
/proc/15723/task/15729/stat : 15729 (java) S 15722 15719 14405 0 -1 64 532 0 0 0 16 0 0 0 16 0 9 0 41250206 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15730] ppid=15722 vsize=864700 CPUtime=0
/proc/15723/task/15730/stat : 15730 (java) S 15722 15719 14405 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41250206 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15723/tid=15731] ppid=15722 vsize=864700 CPUtime=0
/proc/15723/task/15731/stat : 15731 (java) S 15722 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250206 885452800 22037 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886796

[startup+6.30122 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 15741
/proc/meminfo: memFree=1786264/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 15 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868432 CPUtime=3.13
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 20776 0 1 0 301 12 0 0 18 0 9 0 41250506 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217108 18243 2540 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868432 CPUtime=1.75
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 3273 0 1 0 172 3 0 0 25 0 9 0 41250506 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4126540813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868432 CPUtime=1.14
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 15342 0 0 0 107 7 0 0 16 0 9 0 41250508 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868432 CPUtime=0.22
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1464 0 0 0 21 1 0 0 16 0 9 0 41250510 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889274368 18243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889274368 18243 996147200 134512640 134550740 4294955920 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) 890528

[startup+12.7115 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 15741
/proc/meminfo: memFree=1695896/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 15 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868432 CPUtime=9.47
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 52220 0 1 0 921 26 0 0 18 0 9 0 41250506 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217108 39884 2541 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868432 CPUtime=5.83
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 4454 0 1 0 580 3 0 0 25 0 9 0 41250506 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868432 CPUtime=3.38
/proc/15733/task/15735/stat : 15735 (java) R 15732 15719 14405 0 -1 64 45591 0 0 0 318 20 0 0 16 0 9 0 41250508 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868432 CPUtime=0.24
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1478 0 0 0 23 1 0 0 16 0 9 0 41250510 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889274368 39884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868432 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889274368 39884 996147200 134512640 134550740 4294955920 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) 890528

[startup+25.5019 s]
/proc/loadavg: 2.21 2.05 2.01 3/92 15741
/proc/meminfo: memFree=1568984/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 15 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868544 CPUtime=22.12
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 81267 0 1 0 2142 70 0 0 18 0 9 0 41250506 889389056 57049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217136 57049 2565 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868544 CPUtime=15.08
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 5458 0 1 0 1474 34 0 0 25 0 9 0 41250506 889389056 57049 996147200 134512640 134550740 4294955920 18446744073709551615 4127082892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868544 CPUtime=6.72
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 73600 0 0 0 639 33 0 0 16 0 9 0 41250508 889389056 57049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15733/tid=15739] ppid=15732 vsize=868544 CPUtime=0.31
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1525 0 0 0 30 1 0 0 16 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 514.14
Current children cumulated vsize (KiB) 890640

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

[startup+524.807 s]
/proc/loadavg: 2.00 2.13 2.09 3/92 15811
/proc/meminfo: memFree=16216/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 16 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868544 CPUtime=513.57
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 86045 0 1 0 50093 1264 0 0 18 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217136 57063 2565 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868544 CPUtime=502.7
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 10223 0 1 0 49070 1200 0 0 25 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4127086283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868544 CPUtime=10.52
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 73600 0 0 0 991 61 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868544 CPUtime=0.31
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1525 0 0 0 30 1 0 0 16 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 516.61
Current children cumulated vsize (KiB) 890640

[startup+537.602 s]
/proc/loadavg: 2.00 2.12 2.09 3/92 15811
/proc/meminfo: memFree=15896/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 16 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868544 CPUtime=526.24
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 86123 0 1 0 51359 1265 0 0 18 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217136 57063 2565 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868544 CPUtime=515.31
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 10301 0 1 0 50331 1200 0 0 25 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4127149716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868544 CPUtime=10.59
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 73600 0 0 0 997 62 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868544 CPUtime=0.31
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1525 0 0 0 30 1 0 0 16 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 529.28
Current children cumulated vsize (KiB) 890640

[startup+544.002 s]
/proc/loadavg: 2.00 2.12 2.09 3/92 15811
/proc/meminfo: memFree=15320/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 16 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868544 CPUtime=532.57
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 86192 0 1 0 51970 1287 0 0 18 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217136 57063 2565 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868544 CPUtime=521.57
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 10370 0 1 0 50936 1221 0 0 25 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4127088249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868544 CPUtime=10.65
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 73600 0 0 0 1003 62 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868544 CPUtime=0.31
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1525 0 0 0 30 1 0 0 16 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 535.61
Current children cumulated vsize (KiB) 890640

[startup+545.603 s]
/proc/loadavg: 2.00 2.12 2.09 3/92 15811
/proc/meminfo: memFree=15384/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=3.04
/proc/15719/stat : 15719 (sugar++) S 15717 15719 14405 0 -1 4194304 1297 26866 0 1 5 2 283 14 16 0 1 0 41250193 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15719/statm: 4185 1104 409 3 0 764 0
[pid=15732] ppid=15719 vsize=5356 CPUtime=0
/proc/15732/stat : 15732 (sh) S 15719 15719 14405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41250505 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15732/statm: 1339 233 193 169 0 50 0
[pid=15733] ppid=15732 vsize=868544 CPUtime=534.14
/proc/15733/stat : 15733 (java) S 15732 15719 14405 0 -1 0 86221 0 1 0 52116 1298 0 0 18 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15733/statm: 217136 57063 2565 9 0 211683 0
[pid=15733/tid=15734] ppid=15732 vsize=868544 CPUtime=523.13
/proc/15733/task/15734/stat : 15734 (java) R 15732 15719 14405 0 -1 64 10399 0 1 0 51080 1233 0 0 25 0 9 0 41250506 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4126571952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15735] ppid=15732 vsize=868544 CPUtime=10.67
/proc/15733/task/15735/stat : 15735 (java) S 15732 15719 14405 0 -1 64 73600 0 0 0 1005 62 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15736] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15736/stat : 15736 (java) S 15732 15719 14405 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15737] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15737/stat : 15737 (java) S 15732 15719 14405 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41250508 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15738] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15738/stat : 15738 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15739] ppid=15732 vsize=868544 CPUtime=0.31
/proc/15733/task/15739/stat : 15739 (java) S 15732 15719 14405 0 -1 64 1525 0 0 0 30 1 0 0 16 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15740] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15740/stat : 15740 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15733/tid=15741] ppid=15732 vsize=868544 CPUtime=0
/proc/15733/task/15741/stat : 15741 (java) S 15732 15719 14405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41250510 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 537.18
Current children cumulated vsize (KiB) 890640

[startup+547.201 s]
/proc/loadavg: 2.00 2.12 2.09 3/82 15811
/proc/meminfo: memFree=1722664/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=538.17
/proc/15719/stat : 15719 (sugar++) D 15717 15719 14405 0 -1 4194304 1320 113388 0 2 5 73 52420 1319 15 0 1 0 41250193 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15719/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 538.17
Current children cumulated vsize (KiB) 16740

[startup+548.002 s]
/proc/loadavg: 2.00 2.12 2.09 2/82 15811
/proc/meminfo: memFree=1783400/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=538.26
/proc/15719/stat : 15719 (sugar++) D 15717 15719 14405 0 -1 4194304 1320 113388 0 2 5 82 52420 1319 15 0 1 0 41250193 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15719/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 538.26
Current children cumulated vsize (KiB) 16740

[startup+548.402 s]
/proc/loadavg: 2.00 2.12 2.09 2/82 15811
/proc/meminfo: memFree=1783400/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=538.31
/proc/15719/stat : 15719 (sugar++) D 15717 15719 14405 0 -1 4194304 1320 113388 0 2 5 87 52420 1319 15 0 1 0 41250193 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15719/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 538.31
Current children cumulated vsize (KiB) 16740

[startup+548.501 s]
/proc/loadavg: 2.00 2.12 2.09 2/82 15811
/proc/meminfo: memFree=1783400/2055920 swapFree=4180380/4192956
[pid=15719] ppid=15717 vsize=16740 CPUtime=538.31
/proc/15719/stat : 15719 (sugar++) D 15717 15719 14405 0 -1 4194304 1320 113388 0 2 5 87 52420 1319 15 0 1 0 41250193 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15719/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 538.31
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 548.572
CPU time (s): 538.343
CPU user time (s): 524.266
CPU system time (s): 14.0769
CPU usage (%): 98.1354
Max. virtual memory (cumulated for all children) (KiB): 918144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.266
system time used= 14.0769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114764
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= 50410
involuntary context switches= 61678

runsolver used 0.755885 second user time and 1.78973 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 08:51:13
IDJOB=1111303
IDBENCH=61259
IDSOLVER=367
FILE ID=node9/1111303-1215845472
PBS_JOBID= 7903357
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.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-1111303-1215845472/watcher-1111303-1215845472 -o /tmp/evaluation-result-1111303-1215845472/solver-1111303-1215845472 -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-1111303-1215845472.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=3975078

node9.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.260
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.260
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:       1840720 kB
Buffers:         41980 kB
Cached:          93788 kB
SwapCached:       6828 kB
Active:          83220 kB
Inactive:        71956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840720 kB
SwapTotal:     4192956 kB
SwapFree:      4180380 kB
Dirty:            7464 kB
Writeback:           0 kB
Mapped:          34996 kB
Slab:            45212 kB
Committed_AS:   221716 kB
PageTables:       1840 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= 66544 MiB
End job on node9 at 2008-07-12 09:00:21