Trace number 1112818

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? 224.438 231.843

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-0.xml
MD5SUMcb796999e9af592cdd0cc64917717810
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints73
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Sat Jul 12 16:51:21 2008
0.00/0.17	c 0	PID 16020
0.00/0.17	c 0	HOST node20.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1112818-1215874281.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112818-1215874281.xml' 'HOME/temp.csp'
0.93/1.19	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
1.03/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.23	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.31	c 2	Parsing HOME/temp.csp
1.03/1.67	c 2	parsed 7855 expressions
1.03/1.67	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.77	c 2	MAX CSP: 7122 constraints
1.03/1.77	c 2	Converting to clausal form CSP
2.56/2.86	c 3	converted 1498 (10%) expressions
4.06/4.32	c 5	converted 2996 (20%) expressions
5.24/5.54	c 6	converted 4494 (30%) expressions
6.03/6.32	c 7	converted 5992 (40%) expressions
7.32/7.60	c 8	converted 7490 (50%) expressions
8.41/8.77	c 9	converted 8988 (60%) expressions
9.40/9.72	c 10	converted 10486 (70%) expressions
10.77/11.18	c 11	converted 11984 (80%) expressions
11.66/12.07	c 12	converted 13482 (90%) expressions
13.14/13.55	c 14	converted 14980 (100%) expressions
13.14/13.56	c 14	CSP : 15640 integers, 27435 booleans, 64989 clauses, largest domain size 10684
13.14/13.56	c 14	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.14/13.56	c 14	Propagation in CSP
14.14/14.57	c 15	7114 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.14/14.57	c 15	CSP : 15640 integers, 27435 booleans, 64989 clauses, largest domain size 7123
14.14/14.57	c 15	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.24/14.60	c 15	Simplifing CSP by introducing new Boolean variables
14.34/14.71	c 15	CSP : 15640 integers, 42009 booleans, 79563 clauses, largest domain size 7123
14.34/14.71	c 15	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.93/15.39	c 16	Encoding CSP to SAT : HOME/temp.cnf
17.99/18.47	c 19	1564 (10%) CSP integer variables are encoded (618165 clauses, 10287830 bytes)
18.59/19.05	c 19	3128 (20%) CSP integer variables are encoded (1063288 clauses, 17986846 bytes)
18.88/19.31	c 20	4692 (30%) CSP integer variables are encoded (1254249 clauses, 21615105 bytes)
18.88/19.34	c 20	6256 (40%) CSP integer variables are encoded (1276681 clauses, 22041313 bytes)
18.88/19.36	c 20	7820 (50%) CSP integer variables are encoded (1290276 clauses, 22299618 bytes)
18.88/19.38	c 20	9384 (60%) CSP integer variables are encoded (1303475 clauses, 22550399 bytes)
18.99/19.48	c 20	10948 (70%) CSP integer variables are encoded (1382711 clauses, 24055883 bytes)
19.09/19.53	c 20	12512 (80%) CSP integer variables are encoded (1416999 clauses, 24707355 bytes)
19.09/19.55	c 20	14076 (90%) CSP integer variables are encoded (1433028 clauses, 25011906 bytes)
19.09/19.58	c 20	15640 (100%) CSP integer variables are encoded (1453021 clauses, 25391773 bytes)
39.09/39.85	c 40	7957 (10%) CSP clauses are encoded (5003070 clauses, 105587545 bytes)
53.31/54.23	c 54	15913 (20%) CSP clauses are encoded (7979489 clauses, 176264732 bytes)
62.48/63.56	c 64	23869 (30%) CSP clauses are encoded (10295790 clauses, 234859699 bytes)
69.53/70.76	c 71	31826 (40%) CSP clauses are encoded (12211342 clauses, 283882679 bytes)
74.06/75.33	c 76	39782 (50%) CSP clauses are encoded (13532300 clauses, 318419828 bytes)
79.18/80.50	c 81	47738 (60%) CSP clauses are encoded (15090680 clauses, 359438847 bytes)
84.15/85.77	c 86	55695 (70%) CSP clauses are encoded (16757955 clauses, 403931153 bytes)
88.94/90.62	c 91	63651 (80%) CSP clauses are encoded (18365757 clauses, 446845163 bytes)
123.83/126.62	c 127	71607 (90%) CSP clauses are encoded (35021049 clauses, 902848120 bytes)
223.43/230.06	c 230	ERROR Exception Too large HOME/temp.cnf
223.43/230.08	c 230	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
223.43/230.08	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
223.43/230.08	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
223.43/230.08	s UNKNOWN
223.49/230.15	c 230	CPU 209.24 (0.04 0.01 209.2 14.27)
223.49/230.15	c 230	END Sat Jul 12 16:55:11 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-1112818-1215874281/watcher-1112818-1215874281 -o /tmp/evaluation-result-1112818-1215874281/solver-1112818-1215874281 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112818-1215874281.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.49 2.52 2.52 4/81 16020
/proc/meminfo: memFree=1662744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=18572 CPUtime=0
/proc/16020/stat : 16020 (runsolver) D 16018 16020 15521 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44130318 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16020/statm: 4643 292 257 25 0 2626 0

[startup+0.099872 s]
/proc/loadavg: 2.49 2.52 2.52 4/81 16020
/proc/meminfo: memFree=1662744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=12272 CPUtime=0
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 44130318 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16020/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101868 s]
/proc/loadavg: 2.49 2.52 2.52 4/81 16020
/proc/meminfo: memFree=1662744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=12272 CPUtime=0
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 44130318 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16020/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30192 s]
/proc/loadavg: 2.49 2.52 2.52 4/81 16020
/proc/meminfo: memFree=1662744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44130318 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701992 s]
/proc/loadavg: 2.49 2.52 2.52 4/81 16020
/proc/meminfo: memFree=1662744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44130318 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.49 2.52 2.52 3/92 16032
/proc/meminfo: memFree=1643520/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10147 s]
/proc/loadavg: 2.45 2.51 2.52 3/92 16042
/proc/meminfo: memFree=1642304/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868384 CPUtime=1.84
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 8963 0 1 0 178 6 0 0 18 0 9 0 44130441 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217096 8027 2541 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868384 CPUtime=1.32
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 2699 0 1 0 131 1 0 0 25 0 9 0 44130442 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4126586267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868384 CPUtime=0.27
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 4110 0 0 0 26 1 0 0 16 0 9 0 44130443 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868384 CPUtime=0.2
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1457 0 0 0 19 1 0 0 15 0 9 0 44130445 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889225216 8027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887340

[startup+6.3021 s]
/proc/loadavg: 2.45 2.51 2.52 3/92 16042
/proc/meminfo: memFree=1624896/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868384 CPUtime=5
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 13812 0 1 0 490 10 0 0 18 0 9 0 44130441 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217096 12575 2540 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868384 CPUtime=3.91
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 3083 0 1 0 389 2 0 0 25 0 9 0 44130442 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4126586208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868384 CPUtime=0.83
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 8564 0 0 0 79 4 0 0 16 0 9 0 44130443 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868384 CPUtime=0.22
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1468 0 0 0 21 1 0 0 15 0 9 0 44130445 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889225216 12575 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887340

[startup+12.7014 s]
/proc/loadavg: 2.38 2.49 2.52 3/92 16042
/proc/meminfo: memFree=1579136/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868384 CPUtime=11.32
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 32875 0 1 0 1113 19 0 0 18 0 9 0 44130441 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217096 23837 2540 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868384 CPUtime=8.71
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 3836 0 1 0 868 3 0 0 25 0 9 0 44130442 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4126586208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868384 CPUtime=2.36
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 26873 0 0 0 223 13 0 0 16 0 9 0 44130443 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868384 CPUtime=0.22
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1469 0 0 0 21 1 0 0 16 0 9 0 44130445 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868384 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889225216 23837 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887340

[startup+25.5029 s]
/proc/loadavg: 2.40 2.49 2.51 3/92 16042
/proc/meminfo: memFree=1509312/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 15 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=23.98
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 39578 0 1 0 2344 54 0 0 18 0 9 0 44130441 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217124 28760 2566 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868496 CPUtime=20.25
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 4461 0 1 0 1991 34 0 0 25 0 9 0 44130442 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4126641387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868496 CPUtime=3.38
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 32892 0 0 0 321 17 0 0 16 0 9 0 44130443 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868496 CPUtime=0.33
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1528 0 0 0 31 2 0 0 17 0 9 0 44130445 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889339904 28760 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 887452

[startup+51.1029 s]
/proc/loadavg: 2.48 2.50 2.52 3/92 16042
/proc/meminfo: memFree=1397120/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 3 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=49.21
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 39896 0 1 0 4797 124 0 0 18 0 9 0 44130441 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+162.303 s]
/proc/loadavg: 3.14 2.72 2.59 3/92 16042
/proc/meminfo: memFree=206272/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 4 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=157.17
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 42672 0 1 0 14845 872 0 0 18 0 9 0 44130441 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217124 28765 2566 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868496 CPUtime=151.39
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 7550 0 1 0 14307 832 0 0 25 0 9 0 44130442 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4127104993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868496 CPUtime=5.42
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 32892 0 0 0 505 37 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868496 CPUtime=0.34
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1533 0 0 0 32 2 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.21
Current children cumulated vsize (KiB) 887452

[startup+222.303 s]
/proc/loadavg: 2.81 2.69 2.59 3/92 16042
/proc/meminfo: memFree=15168/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 4 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=214.88
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 44394 0 1 0 20134 1354 0 0 18 0 9 0 44130441 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217124 28765 2566 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868496 CPUtime=207.99
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 9272 0 1 0 19497 1302 0 0 25 0 9 0 44130442 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4126643257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868496 CPUtime=6.52
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 32892 0 0 0 603 49 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868496 CPUtime=0.34
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1533 0 0 0 32 2 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) R 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.92
Current children cumulated vsize (KiB) 887452

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

[startup+223.903 s]
/proc/loadavg: 2.81 2.69 2.59 3/92 16042
/proc/meminfo: memFree=15232/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 4 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=216.45
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 44441 0 1 0 20278 1367 0 0 18 0 9 0 44130441 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217124 28765 2566 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868496 CPUtime=209.53
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 9319 0 1 0 19638 1315 0 0 25 0 9 0 44130442 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868496 CPUtime=6.55
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 32892 0 0 0 606 49 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868496 CPUtime=0.34
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1533 0 0 0 32 2 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.49
Current children cumulated vsize (KiB) 887452

[startup+227.101 s]
/proc/loadavg: 2.83 2.70 2.59 3/92 16042
/proc/meminfo: memFree=15744/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.04
/proc/16020/stat : 16020 (sugar) S 16018 16020 15521 0 -1 4194304 971 8184 3 1 4 1 93 6 16 0 1 0 44130318 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15521 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44130441 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=868496 CPUtime=219.54
/proc/16034/stat : 16034 (java) S 16033 16020 15521 0 -1 0 44536 0 1 0 20561 1393 0 0 18 0 9 0 44130441 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 217124 28765 2566 9 0 211671 0
[pid=16034/tid=16035] ppid=16033 vsize=868496 CPUtime=212.57
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15521 0 -1 64 9414 0 1 0 19916 1341 0 0 25 0 9 0 44130442 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=868496 CPUtime=6.61
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15521 0 -1 64 32892 0 0 0 612 49 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15521 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44130443 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=868496 CPUtime=0.34
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15521 0 -1 64 1533 0 0 0 32 2 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15521 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=868496 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44130445 889339904 28765 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 887452

[startup+230.302 s]
/proc/loadavg: 2.83 2.70 2.59 3/92 16042
/proc/meminfo: memFree=15872/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=223.63
/proc/16020/stat : 16020 (sugar) R 16018 16020 15521 0 -1 4194304 995 53108 3 2 4 12 20920 1427 17 0 1 0 44130318 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 223.63
Current children cumulated vsize (KiB) 13600

[startup+231.102 s]
/proc/loadavg: 2.83 2.70 2.59 3/82 16042
/proc/meminfo: memFree=1633680/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=224.37
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 995 53108 3 2 4 86 20920 1427 20 0 1 0 44130318 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 224.37
Current children cumulated vsize (KiB) 13600

[startup+231.502 s]
/proc/loadavg: 2.83 2.70 2.59 3/82 16042
/proc/meminfo: memFree=1633680/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=224.4
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 995 53108 3 2 4 89 20920 1427 18 0 1 0 44130318 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 224.4
Current children cumulated vsize (KiB) 13600

[startup+231.702 s]
/proc/loadavg: 2.83 2.70 2.59 3/82 16042
/proc/meminfo: memFree=1633680/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=224.41
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 995 53108 3 2 4 90 20920 1427 18 0 1 0 44130318 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 224.41
Current children cumulated vsize (KiB) 13600

[startup+231.802 s]
/proc/loadavg: 2.83 2.70 2.59 3/82 16042
/proc/meminfo: memFree=1633680/2055920 swapFree=4181128/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=224.41
/proc/16020/stat : 16020 (sugar) D 16018 16020 15521 0 -1 4194304 995 53108 3 2 4 90 20920 1427 18 0 1 0 44130318 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 224.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 231.843
CPU time (s): 224.438
CPU user time (s): 209.252
CPU system time (s): 15.1857
CPU usage (%): 96.8058
Max. virtual memory (cumulated for all children) (KiB): 897588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.252
system time used= 15.1857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54133
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45929
involuntary context switches= 54567

runsolver used 0.315951 second user time and 0.805877 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-12 16:51:21
IDJOB=1112818
IDBENCH=61479
IDSOLVER=368
FILE ID=node20/1112818-1215874281
PBS_JOBID= 7903505
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb796999e9af592cdd0cc64917717810
RANDOM SEED=1887199533

node20.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.263
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.263
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:       1663224 kB
Buffers:         12676 kB
Cached:          50264 kB
SwapCached:       5944 kB
Active:         317692 kB
Inactive:        24220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663224 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         294744 kB
Slab:            35424 kB
Committed_AS:   597288 kB
PageTables:       2456 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= 66496 MiB
End job on node20 at 2008-07-12 16:55:13