Trace number 1109511

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? 140.21 145.076

General information on the benchmark

Namecsp/fischer/
normalized-fischer-6-7-fair.xml
MD5SUM9acb9f3a8fcd46c4bc3d83a3faea8fd2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11071
Number of constraints10467
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10467
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Fri Jul 11 21:30:53 2008
0.05/0.22	c 0	PID 16037
0.05/0.23	c 0	HOST node67.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-1109511-1215804653.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109511-1215804653.xml' 'HOME/temp.csp'
1.03/1.30	c 1	3 domains, 11071 variables, 9 predicates, 0 relations, 10467 constraints
1.13/1.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.13/1.33	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.13/1.41	c 1	Parsing HOME/temp.csp
1.13/1.91	c 2	parsed 10000 expressions
1.88/2.15	c 2	parsed 20000 expressions
1.88/2.18	c 2	parsed 21550 expressions
1.88/2.19	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.31	c 2	MAX CSP: 10467 constraints
2.08/2.31	c 2	Converting to clausal form CSP
2.08/2.36	c 2	converted 3202 (10%) expressions
2.08/2.37	c 2	converted 6404 (20%) expressions
2.08/2.38	c 2	converted 9606 (30%) expressions
2.27/2.58	c 2	converted 12808 (40%) expressions
2.47/2.79	c 3	converted 16010 (50%) expressions
2.68/2.98	c 3	converted 19212 (60%) expressions
3.08/3.31	c 3	converted 22414 (70%) expressions
3.17/3.46	c 3	converted 25616 (80%) expressions
3.36/3.63	c 4	converted 28818 (90%) expressions
4.56/4.86	c 5	converted 32020 (100%) expressions
4.56/4.87	c 5	CSP : 40271 integers, 11143 booleans, 78925 clauses, largest domain size 20001
4.56/4.87	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.87	c 5	Propagation in CSP
5.46/5.71	c 6	10460 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.71	c 6	CSP : 40271 integers, 11143 booleans, 78925 clauses, largest domain size 20001
5.46/5.71	c 6	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.74	c 6	Simplifing CSP by introducing new Boolean variables
6.05/6.33	c 6	CSP : 40271 integers, 27881 booleans, 95663 clauses, largest domain size 20001
6.05/6.33	c 6	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.45/6.76	c 7	Encoding CSP to SAT : HOME/temp.cnf
109.60/112.81	c 113	4028 (10%) CSP integer variables are encoded (79447172 clauses, 1646169917 bytes)
139.19/143.53	c 143	ERROR Exception Too large HOME/temp.cnf
139.22/143.66	c 143	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
139.22/143.66	c 143	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
139.22/143.66	c 143	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
139.22/143.66	s UNKNOWN
139.22/143.87	c 144	CPU 126.12 (0.06 0.02 126.06 13.12)
139.22/143.87	c 144	END Fri Jul 11 21:33:17 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-1109511-1215804653/watcher-1109511-1215804653 -o /tmp/evaluation-result-1109511-1215804653/solver-1109511-1215804653 -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-1109511-1215804653.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: 3.44 2.68 2.26 4/81 16037
/proc/meminfo: memFree=1937048/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=18572 CPUtime=0
/proc/16037/stat : 16037 (runsolver) R 16035 16037 13929 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 37163213 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16037/statm: 4643 292 257 25 0 2626 0

[startup+0.020367 s]
/proc/loadavg: 3.44 2.68 2.26 4/81 16037
/proc/meminfo: memFree=1937048/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=124 CPUtime=0
/proc/16037/stat : 16037 (sugar++) D 16035 16037 13929 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 37163213 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 271635772905 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16037/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101389 s]
/proc/loadavg: 3.44 2.68 2.26 4/81 16037
/proc/meminfo: memFree=1937048/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=12544 CPUtime=0
/proc/16037/stat : 16037 (sugar++) R 16035 16037 13929 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 37163213 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 271638235831 0 0 4224 0 0 0 0 17 1 0 0
/proc/16037/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301401 s]
/proc/loadavg: 3.44 2.68 2.26 4/81 16037
/proc/meminfo: memFree=1937048/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=0.08
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1219 128 0 0 6 2 0 0 19 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.701447 s]
/proc/loadavg: 3.44 2.68 2.26 4/81 16037
/proc/meminfo: memFree=1937048/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=0.08
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1219 128 0 0 6 2 0 0 19 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50152 s]
/proc/loadavg: 3.44 2.68 2.26 4/92 16049
/proc/meminfo: memFree=1908672/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 16 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16740

[startup+3.10273 s]
/proc/loadavg: 3.41 2.69 2.26 4/92 16059
/proc/meminfo: memFree=1921344/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 15 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868976 CPUtime=1.74
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 12084 0 1 0 169 5 0 0 18 0 9 0 37163346 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217244 10858 2540 9 0 211819 0
[pid=16051/tid=16052] ppid=16050 vsize=868976 CPUtime=1.05
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 2766 0 1 0 104 1 0 0 21 0 9 0 37163347 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868976 CPUtime=0.46
/proc/16051/task/16053/stat : 16053 (java) R 16050 16037 13929 0 -1 64 7142 0 0 0 44 2 0 0 16 0 9 0 37163348 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 103735743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868976 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868976 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868976 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868976 CPUtime=0.2
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 37163350 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868976 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889831424 10858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868976 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889831424 10858 996147200 134512640 134550740 4294955920 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) 891072

[startup+6.30307 s]
/proc/loadavg: 3.41 2.69 2.26 3/92 16059
/proc/meminfo: memFree=1864448/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 15 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=889464 CPUtime=4.92
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 32453 0 1 0 478 14 0 0 18 0 9 0 37163346 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 222366 25709 2540 9 0 216941 0
[pid=16051/tid=16052] ppid=16050 vsize=889464 CPUtime=2.91
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 3223 0 1 0 289 2 0 0 25 0 9 0 37163347 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16053] ppid=16050 vsize=889464 CPUtime=1.73
/proc/16051/task/16053/stat : 16053 (java) R 16050 16037 13929 0 -1 64 27015 0 0 0 162 11 0 0 16 0 9 0 37163348 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 101574049 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16054] ppid=16050 vsize=889464 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=889464 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=889464 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=889464 CPUtime=0.25
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1518 0 0 0 25 0 0 0 15 0 9 0 37163350 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=889464 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=889464 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 910811136 25709 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 911560

[startup+12.7027 s]
/proc/loadavg: 3.27 2.68 2.27 3/92 16059
/proc/meminfo: memFree=1779776/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 15 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=11.26
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 38915 0 1 0 1055 71 0 0 18 0 9 0 37163346 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21116 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=8.67
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 3947 0 1 0 814 53 0 0 25 0 9 0 37163347 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4127145322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=2.28
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 212 16 0 0 16 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1537 0 0 0 28 0 0 0 16 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890680

[startup+25.503 s]
/proc/loadavg: 3.23 2.69 2.27 3/92 16059
/proc/meminfo: memFree=1580032/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 15 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=23.79
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 39501 0 1 0 2195 184 0 0 18 0 9 0 37163346 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21116 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=20.89
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 4533 0 1 0 1927 162 0 0 25 0 9 0 37163347 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4126935109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=2.59
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 239 20 0 0 16 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1537 0 0 0 28 0 0 0 16 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 890680

[startup+51.1026 s]
/proc/loadavg: 3.15 2.71 2.29 3/92 16059
/proc/meminfo: memFree=1193984/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 15 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=48.61
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 40624 0 1 0 4427 434 0 0 18 0 9 0 37163346 889430016 21116 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 7968 0 1 0 8494 886 0 0 25 0 9 0 37163347 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=4.26
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 381 45 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1539 0 0 0 28 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.5
Current children cumulated vsize (KiB) 890680

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

[startup+128.003 s]
/proc/loadavg: 4.25 3.10 2.46 3/92 16059
/proc/meminfo: memFree=15232/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 16 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=123.08
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 44135 0 1 0 11150 1158 0 0 18 0 9 0 37163346 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21118 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=117.96
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 9165 0 1 0 10693 1103 0 0 25 0 9 0 37163347 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=4.81
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 428 53 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1539 0 0 0 28 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.21
Current children cumulated vsize (KiB) 890680

[startup+134.402 s]
/proc/loadavg: 4.15 3.10 2.46 3/92 16059
/proc/meminfo: memFree=15104/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 16 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=129.27
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 44435 0 1 0 11710 1217 0 0 18 0 9 0 37163346 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21118 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=124.01
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 9465 0 1 0 11241 1160 0 0 25 0 9 0 37163347 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=4.95
/proc/16051/task/16053/stat : 16053 (java) R 16050 16037 13929 0 -1 64 32734 0 0 0 440 55 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 102538390 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1539 0 0 0 28 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.4
Current children cumulated vsize (KiB) 890680

[startup+140.803 s]
/proc/loadavg: 4.06 3.10 2.46 3/92 16059
/proc/meminfo: memFree=15296/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 16 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=135.47
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 44733 0 1 0 12270 1277 0 0 18 0 9 0 37163346 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21118 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=130.06
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 9763 0 1 0 11788 1218 0 0 25 0 9 0 37163347 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=5.09
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 452 57 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1539 0 0 0 28 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.6
Current children cumulated vsize (KiB) 890680

[startup+142.403 s]
/proc/loadavg: 4.05 3.11 2.47 3/92 16059
/proc/meminfo: memFree=15616/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=1.13
/proc/16037/stat : 16037 (sugar++) S 16035 16037 13929 0 -1 4194304 1297 11072 0 1 6 2 99 6 16 0 1 0 37163213 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16037/statm: 4185 1104 409 3 0 764 0
[pid=16050] ppid=16037 vsize=5356 CPUtime=0
/proc/16050/stat : 16050 (sh) S 16037 16037 13929 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37163346 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16050/statm: 1339 233 193 169 0 50 0
[pid=16051] ppid=16050 vsize=868584 CPUtime=136.99
/proc/16051/stat : 16051 (java) S 16050 16037 13929 0 -1 0 44806 0 1 0 12407 1292 0 0 18 0 9 0 37163346 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16051/statm: 217146 21118 2565 9 0 211693 0
[pid=16051/tid=16052] ppid=16050 vsize=868584 CPUtime=131.55
/proc/16051/task/16052/stat : 16052 (java) R 16050 16037 13929 0 -1 64 9836 0 1 0 11922 1233 0 0 25 0 9 0 37163347 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16053] ppid=16050 vsize=868584 CPUtime=5.12
/proc/16051/task/16053/stat : 16053 (java) S 16050 16037 13929 0 -1 64 32734 0 0 0 455 57 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16051/tid=16054] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16054/stat : 16054 (java) S 16050 16037 13929 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16055] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16055/stat : 16055 (java) S 16050 16037 13929 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37163348 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16056] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16056/stat : 16056 (java) S 16050 16037 13929 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16057] ppid=16050 vsize=868584 CPUtime=0.28
/proc/16051/task/16057/stat : 16057 (java) S 16050 16037 13929 0 -1 64 1539 0 0 0 28 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16058] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16058/stat : 16058 (java) S 16050 16037 13929 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16051/tid=16059] ppid=16050 vsize=868584 CPUtime=0
/proc/16051/task/16059/stat : 16059 (java) S 16050 16037 13929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37163350 889430016 21118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.12
Current children cumulated vsize (KiB) 890680

[startup+144.001 s]
/proc/loadavg: 4.05 3.11 2.47 3/92 16059
/proc/meminfo: memFree=14912/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=139.35
/proc/16037/stat : 16037 (sugar++) R 16035 16037 13929 0 -1 4194304 1320 56229 0 2 6 11 12606 1312 16 0 1 0 37163213 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16037/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 139.35
Current children cumulated vsize (KiB) 16740

[startup+144.802 s]
/proc/loadavg: 4.05 3.11 2.47 3/82 16059
/proc/meminfo: memFree=541904/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=140.14
/proc/16037/stat : 16037 (sugar++) R 16035 16037 13929 0 -1 4194304 1320 56229 0 2 6 90 12606 1312 17 0 1 0 37163213 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16037/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 140.14
Current children cumulated vsize (KiB) 16740

[startup+145.002 s]
/proc/loadavg: 4.05 3.11 2.47 3/82 16059
/proc/meminfo: memFree=541904/2055920 swapFree=4180996/4192956
[pid=16037] ppid=16035 vsize=16740 CPUtime=140.18
/proc/16037/stat : 16037 (sugar++) D 16035 16037 13929 0 -1 4194304 1320 56229 0 2 6 94 12606 1312 15 0 1 0 37163213 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16037/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 140.18
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 145.076
CPU time (s): 140.21
CPU user time (s): 126.132
CPU system time (s): 14.0779
CPU usage (%): 96.6459
Max. virtual memory (cumulated for all children) (KiB): 911560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.132
system time used= 14.0779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57605
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= 49588
involuntary context switches= 52239

runsolver used 0.179972 second user time and 0.508922 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-11 21:30:53
IDJOB=1109511
IDBENCH=60974
IDSOLVER=367
FILE ID=node67/1109511-1215804653
PBS_JOBID= 7903226
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-6-7-fair.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-1109511-1215804653/watcher-1109511-1215804653 -o /tmp/evaluation-result-1109511-1215804653/solver-1109511-1215804653 -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-1109511-1215804653.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9acb9f3a8fcd46c4bc3d83a3faea8fd2
RANDOM SEED=1507720421

node67.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.218
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.218
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:       1937528 kB
Buffers:          2724 kB
Cached:          37772 kB
SwapCached:       4724 kB
Active:          68148 kB
Inactive:         7036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937528 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          51932 kB
Slab:            28304 kB
Committed_AS:   235612 kB
PageTables:       1932 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= 66436 MiB
End job on node67 at 2008-07-11 21:33:18