Trace number 1111297

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? 509.37 517.347

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-08.xml
MD5SUMcc16c493dbfac3e6a3e2b2c64b0d62cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 08:47:58 2008
0.00/0.07	c 0	PID 18219
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1111297-1215845277.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111297-1215845277.xml' 'HOME/temp.csp'
2.85/2.91	c 2	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
2.85/2.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.85/2.95	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.88/3.03	c 3	Parsing HOME/temp.csp
3.21/3.33	c 3	parsed 10000 expressions
3.40/3.51	c 3	parsed 20000 expressions
3.61/3.72	c 3	parsed 30000 expressions
3.70/3.89	c 3	parsed 40000 expressions
4.01/4.12	c 4	parsed 50000 expressions
4.20/4.34	c 4	parsed 57284 expressions
4.20/4.34	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.60/4.71	c 4	MAX CSP: 48484 constraints
4.60/4.71	c 4	Converting to clausal form CSP
4.80/4.95	c 4	converted 10578 (10%) expressions
5.09/5.30	c 5	converted 21155 (20%) expressions
5.39/5.52	c 5	converted 31732 (30%) expressions
5.59/5.78	c 5	converted 42309 (40%) expressions
5.89/6.03	c 6	converted 52886 (50%) expressions
6.09/6.28	c 6	converted 63463 (60%) expressions
6.68/6.88	c 6	converted 74040 (70%) expressions
6.99/7.13	c 7	converted 84617 (80%) expressions
7.29/7.41	c 7	converted 95194 (90%) expressions
15.94/16.13	c 16	converted 105771 (100%) expressions
15.94/16.15	c 16	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 72727
15.94/16.15	c 16	Heap : 170 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.94/16.15	c 16	Propagation in CSP
18.82/19.08	c 19	48475 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.92/19.10	c 19	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 48485
18.92/19.10	c 19	Heap : 179 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.92/19.16	c 19	Simplifing CSP by introducing new Boolean variables
19.42/19.60	c 19	CSP : 144940 integers, 72704 booleans, 296679 clauses, largest domain size 48485
19.42/19.60	c 19	Heap : 197 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.41/20.68	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.61/20.81	c 20	14494 (10%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
20.61/20.82	c 20	28988 (20%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
20.61/20.84	c 20	43482 (30%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
20.72/20.93	c 20	57976 (40%) CSP integer variables are encoded (112802 clauses, 1794140 bytes)
20.91/21.17	c 21	72470 (50%) CSP integer variables are encoded (312208 clauses, 5184042 bytes)
21.21/21.45	c 21	86964 (60%) CSP integer variables are encoded (540786 clauses, 9069868 bytes)
21.61/21.80	c 21	101458 (70%) CSP integer variables are encoded (839397 clauses, 14146255 bytes)
22.50/22.78	c 22	115952 (80%) CSP integer variables are encoded (1678074 clauses, 29967489 bytes)
22.80/23.07	c 23	130446 (90%) CSP integer variables are encoded (1906327 clauses, 34304296 bytes)
23.10/23.34	c 23	144940 (100%) CSP integer variables are encoded (2129782 clauses, 38549941 bytes)
23.50/23.71	c 23	29668 (10%) CSP clauses are encoded (2232810 clauses, 40737352 bytes)
23.89/24.13	c 24	59336 (20%) CSP clauses are encoded (2367758 clauses, 43861591 bytes)
24.27/24.53	c 24	89004 (30%) CSP clauses are encoded (2503732 clauses, 47010187 bytes)
25.96/26.24	c 26	118672 (40%) CSP clauses are encoded (3321944 clauses, 65465119 bytes)
29.93/30.24	c 30	148340 (50%) CSP clauses are encoded (5423644 clauses, 110889363 bytes)
34.97/35.32	c 35	178008 (60%) CSP clauses are encoded (8163928 clauses, 171938961 bytes)
59.08/60.07	c 60	207676 (70%) CSP clauses are encoded (21957111 clauses, 503930848 bytes)
508.41/514.66	c 514	ERROR Exception Too large HOME/temp.cnf
508.48/514.86	c 514	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
508.48/514.86	c 514	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
508.48/514.86	c 514	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
508.48/514.86	s UNKNOWN
508.51/515.04	c 515	CPU 495.47 (0.06 0.01 495.41 13.04)
508.51/515.04	c 515	END Sat Jul 12 08:56:33 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-1111297-1215845277/watcher-1111297-1215845277 -o /tmp/evaluation-result-1111297-1215845277/solver-1111297-1215845277 -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-1111297-1215845277.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: 1.92 2.02 1.99 4/82 18219
/proc/meminfo: memFree=1481432/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=3672 CPUtime=0
/proc/18219/stat : 18219 (sugar++) R 18217 18219 17165 0 -1 4194304 49 0 0 0 0 0 0 0 19 0 1 0 41230826 3760128 34 996147200 4194304 4206940 548682068528 18446744073709551615 228703926316 0 0 4096 0 0 0 0 17 0 0 0
/proc/18219/statm: 918 34 26 3 0 6 0

[startup+0.0914951 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 18219
/proc/meminfo: memFree=1481432/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=0.06
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101496 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 18219
/proc/meminfo: memFree=1481432/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=0.06
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301531 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 18219
/proc/meminfo: memFree=1481432/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=0.06
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701601 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 18219
/proc/meminfo: memFree=1481432/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=0.06
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50274 s]
/proc/loadavg: 1.92 2.02 1.99 3/93 18231
/proc/meminfo: memFree=1446912/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=0.06
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18222] ppid=18219 vsize=5356 CPUtime=0
/proc/18222/stat : 18222 (sh) S 18219 18219 17165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41230833 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18222/statm: 1339 233 193 169 0 50 0
[pid=18223] ppid=18222 vsize=864664 CPUtime=1.4
/proc/18223/stat : 18223 (java) S 18222 18219 17165 0 -1 0 18231 0 1 0 129 11 0 0 19 0 9 0 41230834 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18223/statm: 216166 14806 2529 9 0 210748 0
[pid=18223/tid=18224] ppid=18222 vsize=864664 CPUtime=0.66
/proc/18223/task/18224/stat : 18224 (java) R 18222 18219 17165 0 -1 64 3314 0 1 0 63 3 0 0 25 0 9 0 41230835 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18225] ppid=18222 vsize=864664 CPUtime=0.6
/proc/18223/task/18225/stat : 18225 (java) R 18222 18219 17165 0 -1 64 13716 0 0 0 54 6 0 0 17 0 9 0 41230836 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 104179143 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18226] ppid=18222 vsize=864664 CPUtime=0
/proc/18223/task/18226/stat : 18226 (java) S 18222 18219 17165 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 41230836 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18227] ppid=18222 vsize=864664 CPUtime=0
/proc/18223/task/18227/stat : 18227 (java) S 18222 18219 17165 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41230837 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18228] ppid=18222 vsize=864664 CPUtime=0
/proc/18223/task/18228/stat : 18228 (java) S 18222 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 41230838 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18229] ppid=18222 vsize=864664 CPUtime=0.11
/proc/18223/task/18229/stat : 18229 (java) S 18222 18219 17165 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 41230838 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18230] ppid=18222 vsize=864664 CPUtime=0
/proc/18223/task/18230/stat : 18230 (java) S 18222 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41230839 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18223/tid=18231] ppid=18222 vsize=864664 CPUtime=0
/proc/18223/task/18231/stat : 18231 (java) S 18222 18219 17165 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41230839 885415936 14806 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886760

[startup+3.10302 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 18231
/proc/meminfo: memFree=1402176/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.88
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 5 1 266 16 15 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 16740

[startup+6.30258 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 18241
/proc/meminfo: memFree=1423736/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 15 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868432 CPUtime=3.3
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 22369 0 1 0 319 11 0 0 18 0 9 0 41231121 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217108 19825 2540 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868432 CPUtime=1.91
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 3284 0 1 0 189 2 0 0 25 0 9 0 41231122 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4126573315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868432 CPUtime=1.18
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 16924 0 0 0 110 8 0 0 16 0 9 0 41231123 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868432 CPUtime=0.19
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 41231125 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 889274368 19825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890528

[startup+12.7027 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 18241
/proc/meminfo: memFree=1324920/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 15 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868432 CPUtime=9.67
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 55080 0 1 0 940 27 0 0 18 0 9 0 41231121 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217108 42738 2541 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868432 CPUtime=6.03
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 4460 0 1 0 600 3 0 0 25 0 9 0 41231122 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4126918378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868432 CPUtime=3.39
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 48445 0 0 0 317 22 0 0 16 0 9 0 41231123 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868432 CPUtime=0.2
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1478 0 0 0 20 0 0 0 16 0 9 0 41231125 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868432 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 889274368 42738 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890528

[startup+25.5019 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 18241
/proc/meminfo: memFree=1202880/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 15 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=22.37
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 84181 0 1 0 2164 73 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217136 57063 2565 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868544 CPUtime=15.49
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 5477 0 1 0 1513 36 0 0 25 0 9 0 41231122 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4126569480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868544 CPUtime=6.58
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 76482 0 0 0 623 35 0 0 16 0 9 0 41231123 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 25.26
Current children cumulated vsize (KiB) 890640

[startup+51.1014 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 18241
/proc/meminfo: memFree=881024/2055920 swapFree=4192956/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=47.6
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 84629 0 1 0 4508 252 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 458.1
Current children cumulated vsize (KiB) 890640

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

[startup+486.303 s]
/proc/loadavg: 2.06 2.04 2.00 5/93 18241
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=478.1
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 88704 0 1 0 46748 1062 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217136 57063 2565 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868544 CPUtime=467.61
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 10000 0 1 0 45767 994 0 0 25 0 9 0 41231122 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868544 CPUtime=10.17
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 76482 0 0 0 952 65 0 0 16 0 9 0 41231123 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 480.99
Current children cumulated vsize (KiB) 890640

[startup+499.103 s]
/proc/loadavg: 2.19 2.07 2.01 3/93 18241
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=490.52
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 88939 0 1 0 47889 1163 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217136 57063 2565 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868544 CPUtime=479.84
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 10235 0 1 0 46890 1094 0 0 25 0 9 0 41231122 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4126929727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868544 CPUtime=10.38
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 76482 0 0 0 970 68 0 0 16 0 9 0 41231123 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 493.41
Current children cumulated vsize (KiB) 890640

[startup+505.503 s]
/proc/loadavg: 2.18 2.07 2.01 4/93 18241
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=496.7
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 89057 0 1 0 48458 1212 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217136 57063 2565 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868544 CPUtime=485.93
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 10353 0 1 0 47451 1142 0 0 25 0 9 0 41231122 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4127082757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868544 CPUtime=10.46
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 76482 0 0 0 978 68 0 0 16 0 9 0 41231123 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 499.59
Current children cumulated vsize (KiB) 890640

[startup+511.902 s]
/proc/loadavg: 2.16 2.07 2.01 3/93 18241
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=2.89
/proc/18219/stat : 18219 (sugar++) S 18217 18219 17165 0 -1 4194304 1297 26867 0 1 6 1 266 16 16 0 1 0 41230826 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18219/statm: 4185 1104 409 3 0 764 0
[pid=18232] ppid=18219 vsize=5356 CPUtime=0
/proc/18232/stat : 18232 (sh) S 18219 18219 17165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41231121 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18232/statm: 1339 233 193 169 0 50 0
[pid=18233] ppid=18232 vsize=868544 CPUtime=502.91
/proc/18233/stat : 18233 (java) S 18232 18219 17165 0 -1 0 89175 0 1 0 49028 1263 0 0 18 0 9 0 41231121 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18233/statm: 217136 57063 2565 9 0 211683 0
[pid=18233/tid=18234] ppid=18232 vsize=868544 CPUtime=492.05
/proc/18233/task/18234/stat : 18234 (java) R 18232 18219 17165 0 -1 64 10471 0 1 0 48012 1193 0 0 25 0 9 0 41231122 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4127138063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18235] ppid=18232 vsize=868544 CPUtime=10.56
/proc/18233/task/18235/stat : 18235 (java) S 18232 18219 17165 0 -1 64 76482 0 0 0 987 69 0 0 16 0 9 0 41231123 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18236] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18236/stat : 18236 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18237] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18237/stat : 18237 (java) S 18232 18219 17165 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41231124 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18238] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18238/stat : 18238 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18239] ppid=18232 vsize=868544 CPUtime=0.28
/proc/18233/task/18239/stat : 18239 (java) S 18232 18219 17165 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18240] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18240/stat : 18240 (java) S 18232 18219 17165 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41231125 889389056 57063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18233/tid=18241] ppid=18232 vsize=868544 CPUtime=0
/proc/18233/task/18241/stat : 18241 (java) S 18232 18219 17165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41231125 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) 505.8
Current children cumulated vsize (KiB) 890640

[startup+515.102 s]
/proc/loadavg: 2.15 2.07 2.01 2/93 18241
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=508.52
/proc/18219/stat : 18219 (sugar++) D 18217 18219 17165 0 -1 4194304 1320 116391 0 2 6 1 49541 1304 15 0 1 0 41230826 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 508.52
Current children cumulated vsize (KiB) 16740

[startup+516.703 s]
/proc/loadavg: 2.15 2.07 2.01 3/83 18241
/proc/meminfo: memFree=1442000/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=509.3
/proc/18219/stat : 18219 (sugar++) D 18217 18219 17165 0 -1 4194304 1320 116391 0 2 6 79 49541 1304 15 0 1 0 41230826 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.3
Current children cumulated vsize (KiB) 16740

[startup+517.103 s]
/proc/loadavg: 2.15 2.07 2.01 2/83 18241
/proc/meminfo: memFree=1787024/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=509.32
/proc/18219/stat : 18219 (sugar++) D 18217 18219 17165 0 -1 4194304 1320 116391 0 2 6 81 49541 1304 15 0 1 0 41230826 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.32
Current children cumulated vsize (KiB) 16740

[startup+517.302 s]
/proc/loadavg: 2.15 2.07 2.01 2/83 18241
/proc/meminfo: memFree=1787024/2055920 swapFree=4192812/4192956
[pid=18219] ppid=18217 vsize=16740 CPUtime=509.34
/proc/18219/stat : 18219 (sugar++) D 18217 18219 17165 0 -1 4194304 1320 116391 0 2 6 83 49541 1304 15 0 1 0 41230826 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18219/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.34
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 517.347
CPU time (s): 509.37
CPU user time (s): 495.488
CPU system time (s): 13.8819
CPU usage (%): 98.4581
Max. virtual memory (cumulated for all children) (KiB): 916140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.488
system time used= 13.8819
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117767
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= 50802
involuntary context switches= 59384

runsolver used 0.743886 second user time and 1.67874 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-12 08:47:57
IDJOB=1111297
IDBENCH=61258
IDSOLVER=367
FILE ID=node8/1111297-1215845277
PBS_JOBID= 7903375
Free space on /tmp= 66324 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc16c493dbfac3e6a3e2b2c64b0d62cb
RANDOM SEED=345042661

node8.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1481912 kB
Buffers:         71172 kB
Cached:         271140 kB
SwapCached:          0 kB
Active:         363976 kB
Inactive:       141912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7456 kB
Writeback:           0 kB
Mapped:         183756 kB
Slab:            52764 kB
Committed_AS:   445588 kB
PageTables:       2176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node8 at 2008-07-12 08:56:35