Trace number 1112974

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? 508.169 519.303

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-0.xml
MD5SUMfac073e8eb5ef4bb7103b84225c28dd2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1158
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Sat Jul 12 17:25:10 2008
0.00/0.17	c 0	PID 19661
0.00/0.18	c 0	HOST node69.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1112974-1215876309.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112974-1215876309.xml' 'HOME/temp.csp'
2.50/2.87	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.58/2.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.58/2.92	c 2	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'
2.58/2.99	c 2	Parsing HOME/temp.csp
3.14/3.58	c 3	parsed 10000 expressions
3.55/3.94	c 3	parsed 20000 expressions
3.85/4.27	c 4	parsed 30000 expressions
4.13/4.55	c 4	parsed 40000 expressions
4.24/4.64	c 4	parsed 43305 expressions
4.24/4.64	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.63/5.00	c 4	MAX CSP: 40767 constraints
4.63/5.00	c 4	Converting to clausal form CSP
9.09/9.55	c 9	converted 8408 (10%) expressions
15.02/15.54	c 15	converted 16815 (20%) expressions
20.86/21.40	c 21	converted 25223 (30%) expressions
26.00/26.67	c 26	converted 33630 (40%) expressions
31.15/31.82	c 31	converted 42038 (50%) expressions
37.28/38.04	c 37	converted 50445 (60%) expressions
42.13/42.93	c 42	converted 58853 (70%) expressions
46.79/47.66	c 47	converted 67260 (80%) expressions
51.23/52.13	c 52	converted 75668 (90%) expressions
60.84/61.88	c 61	converted 84075 (100%) expressions
60.94/61.90	c 61	CSP : 94099 integers, 159886 booleans, 394234 clauses, largest domain size 61151
60.94/61.90	c 61	Heap : 303 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.94/61.90	c 61	Propagation in CSP
70.54/71.64	c 71	40755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
70.54/71.65	c 71	CSP : 94099 integers, 159886 booleans, 394234 clauses, largest domain size 40768
70.54/71.65	c 71	Heap : 314 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.64/71.76	c 71	Simplifing CSP by introducing new Boolean variables
71.25/72.34	c 72	CSP : 94099 integers, 257886 booleans, 492234 clauses, largest domain size 40768
71.25/72.34	c 72	Heap : 354 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.23/74.36	c 74	Encoding CSP to SAT : HOME/temp.cnf
93.30/94.61	c 94	9410 (10%) CSP integer variables are encoded (5342896 clauses, 99299170 bytes)
100.35/101.81	c 101	18820 (20%) CSP integer variables are encoded (10902664 clauses, 206774781 bytes)
107.18/108.97	c 108	28230 (30%) CSP integer variables are encoded (16052830 clauses, 314928267 bytes)
113.41/115.39	c 115	37640 (40%) CSP integer variables are encoded (20746735 clauses, 413500272 bytes)
118.25/120.31	c 120	47050 (50%) CSP integer variables are encoded (24288267 clauses, 487872444 bytes)
119.13/121.30	c 121	56460 (60%) CSP integer variables are encoded (25011576 clauses, 503061933 bytes)
119.32/121.46	c 121	65870 (70%) CSP integer variables are encoded (25127795 clauses, 505502532 bytes)
119.52/121.66	c 121	75280 (80%) CSP integer variables are encoded (25267834 clauses, 508443351 bytes)
119.72/121.87	c 121	84690 (90%) CSP integer variables are encoded (25386555 clauses, 510936492 bytes)
120.67/122.85	c 122	94099 (100%) CSP integer variables are encoded (26097926 clauses, 525875283 bytes)
301.55/307.54	c 307	49224 (10%) CSP clauses are encoded (54975415 clauses, 1254028243 bytes)
461.12/469.30	c 469	98447 (20%) CSP clauses are encoded (81933578 clauses, 1945404988 bytes)
507.48/516.14	c 516	ERROR Exception Too large HOME/temp.cnf
507.48/516.14	c 516	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
507.48/516.14	c 516	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
507.48/516.14	c 516	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
507.48/516.14	s UNKNOWN
507.53/516.27	c 516	CPU 494.03 (0.03 0.01 494 13.56)
507.53/516.27	c 516	END Sat Jul 12 17:33:46 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-1112974-1215876309/watcher-1112974-1215876309 -o /tmp/evaluation-result-1112974-1215876309/solver-1112974-1215876309 -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-1112974-1215876309.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.12 2.28 2.52 4/82 19661
/proc/meminfo: memFree=1534656/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=18572 CPUtime=0
/proc/19661/stat : 19661 (runsolver) R 19659 19661 18522 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44328854 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19661/statm: 4643 292 257 25 0 2626 0

[startup+0.0564141 s]
/proc/loadavg: 2.12 2.28 2.52 4/82 19661
/proc/meminfo: memFree=1534656/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=12268 CPUtime=0
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44328854 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 237947812453 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101417 s]
/proc/loadavg: 2.12 2.28 2.52 4/82 19661
/proc/meminfo: memFree=1534656/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=12272 CPUtime=0
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 44328854 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 237956545534 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301434 s]
/proc/loadavg: 2.12 2.28 2.52 4/82 19661
/proc/meminfo: memFree=1534656/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=0.04
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44328854 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701469 s]
/proc/loadavg: 2.12 2.28 2.52 4/82 19661
/proc/meminfo: memFree=1534656/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=0.04
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44328854 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 2.12 2.28 2.52 4/93 19673
/proc/meminfo: memFree=1512104/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=0.04
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44328854 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 796 370 3 0 500 0
[pid=19664] ppid=19661 vsize=5356 CPUtime=0
/proc/19664/stat : 19664 (sh) S 19661 19661 18522 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44328873 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19664/statm: 1339 233 193 169 0 50 0
[pid=19665] ppid=19664 vsize=866680 CPUtime=1.17
/proc/19665/stat : 19665 (java) S 19664 19661 18522 0 -1 0 13087 0 1 0 110 7 0 0 18 0 9 0 44328873 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19665/statm: 216670 11145 2529 9 0 211252 0
[pid=19665/tid=19666] ppid=19664 vsize=866680 CPUtime=0.7
/proc/19665/task/19666/stat : 19666 (java) R 19664 19661 18522 0 -1 64 2817 0 1 0 67 3 0 0 22 0 9 0 44328877 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19667] ppid=19664 vsize=866680 CPUtime=0.35
/proc/19665/task/19667/stat : 19667 (java) R 19664 19661 18522 0 -1 64 9096 0 0 0 32 3 0 0 16 0 9 0 44328886 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 104182531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19668] ppid=19664 vsize=866680 CPUtime=0
/proc/19665/task/19668/stat : 19668 (java) S 19664 19661 18522 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44328886 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19669] ppid=19664 vsize=866680 CPUtime=0
/proc/19665/task/19669/stat : 19669 (java) S 19664 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44328886 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19670] ppid=19664 vsize=866680 CPUtime=0
/proc/19665/task/19670/stat : 19670 (java) S 19664 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44328888 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19671] ppid=19664 vsize=866680 CPUtime=0.09
/proc/19665/task/19671/stat : 19671 (java) S 19664 19661 18522 0 -1 64 474 0 0 0 9 0 0 0 18 0 9 0 44328888 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19672] ppid=19664 vsize=866680 CPUtime=0
/proc/19665/task/19672/stat : 19672 (java) S 19664 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44328888 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19673] ppid=19664 vsize=866680 CPUtime=0
/proc/19665/task/19673/stat : 19673 (java) S 19664 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44328888 887480320 11145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 885636

[startup+3.10166 s]
/proc/loadavg: 2.12 2.28 2.52 4/93 19673
/proc/meminfo: memFree=1472744/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 13600

[startup+6.30292 s]
/proc/loadavg: 2.11 2.28 2.52 4/93 19683
/proc/meminfo: memFree=1448296/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 15 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868468 CPUtime=3.33
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 16326 0 1 0 322 11 0 0 18 0 9 0 44329146 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217117 14459 2541 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868468 CPUtime=2.09
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 3266 0 1 0 207 2 0 0 25 0 9 0 44329147 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4126612723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868468 CPUtime=0.99
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 10880 0 0 0 92 7 0 0 16 0 9 0 44329148 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868468 CPUtime=0.23
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1483 0 0 0 22 1 0 0 16 0 9 0 44329150 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889311232 14459 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 887424

[startup+12.7024 s]
/proc/loadavg: 2.18 2.29 2.52 3/93 19683
/proc/meminfo: memFree=1420840/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868468 CPUtime=9.66
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 27315 0 1 0 948 18 0 0 18 0 9 0 44329146 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217117 21192 2541 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868468 CPUtime=7.43
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 3811 0 1 0 740 3 0 0 25 0 9 0 44329147 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4126729079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868468 CPUtime=1.96
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 21314 0 0 0 184 12 0 0 16 0 9 0 44329148 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868468 CPUtime=0.25
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1493 0 0 0 24 1 0 0 15 0 9 0 44329150 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889311232 21192 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 887424

[startup+25.5015 s]
/proc/loadavg: 2.21 2.29 2.51 3/93 19683
/proc/meminfo: memFree=1330792/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868468 CPUtime=22.33
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 45267 0 1 0 2206 27 0 0 18 0 9 0 44329146 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217117 34867 2541 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868468 CPUtime=18.38
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 4633 0 1 0 1834 4 0 0 25 0 9 0 44329147 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4126521210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868468 CPUtime=3.66
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 38442 0 0 0 346 20 0 0 16 0 9 0 44329148 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868468 CPUtime=0.25
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1495 0 0 0 24 1 0 0 15 0 9 0 44329150 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889311232 34867 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868468 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889311232 34867 996147200 134512640 134550740 4294955936 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) 887424

[startup+51.1015 s]
/proc/loadavg: 2.26 2.30 2.51 3/93 19683
/proc/meminfo: memFree=1167208/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868468 CPUtime=47.65
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 76192 0 1 0 4724 41 0 0 18 0 9 0 44329146 889311232 61421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+486.802 s]
/proc/loadavg: 1.09 1.55 2.10 2/93 19683
/proc/meminfo: memFree=15592/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868580 CPUtime=475.92
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 115681 0 1 0 46328 1264 0 0 18 0 9 0 44329146 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217145 94263 2566 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868580 CPUtime=461.35
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 9073 0 1 0 44934 1201 0 0 16 0 9 0 44329147 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4127161535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868580 CPUtime=14.16
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 104361 0 0 0 1357 59 0 0 15 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868580 CPUtime=0.36
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.51
Current children cumulated vsize (KiB) 887536

[startup+499.602 s]
/proc/loadavg: 1.07 1.53 2.08 2/93 19683
/proc/meminfo: memFree=15592/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868580 CPUtime=488.56
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 115720 0 1 0 47563 1293 0 0 18 0 9 0 44329146 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217145 94263 2566 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868580 CPUtime=473.96
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 9112 0 1 0 46165 1231 0 0 25 0 9 0 44329147 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4127159792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868580 CPUtime=14.21
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 104361 0 0 0 1362 59 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868580 CPUtime=0.36
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.15
Current children cumulated vsize (KiB) 887536

[startup+512.402 s]
/proc/loadavg: 1.06 1.51 2.07 2/93 19683
/proc/meminfo: memFree=15848/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868580 CPUtime=501.23
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 115756 0 1 0 48798 1325 0 0 18 0 9 0 44329146 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217145 94263 2566 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868580 CPUtime=486.58
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 9148 0 1 0 47395 1263 0 0 20 0 9 0 44329147 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4127161499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868580 CPUtime=14.25
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 104361 0 0 0 1366 59 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868580 CPUtime=0.36
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 503.82
Current children cumulated vsize (KiB) 887536

[startup+515.601 s]
/proc/loadavg: 1.05 1.50 2.06 2/93 19683
/proc/meminfo: memFree=15080/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=2.59
/proc/19661/stat : 19661 (sugar) S 19659 19661 18522 0 -1 4194304 974 22498 0 1 3 1 242 13 16 0 1 0 44328854 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19661/statm: 3400 797 370 3 0 500 0
[pid=19674] ppid=19661 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19661 19661 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44329146 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19674/statm: 1339 233 193 169 0 50 0
[pid=19675] ppid=19674 vsize=868580 CPUtime=504.39
/proc/19675/stat : 19675 (java) S 19674 19661 18522 0 -1 0 115766 0 1 0 49104 1335 0 0 18 0 9 0 44329146 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19675/statm: 217145 94263 2566 9 0 211692 0
[pid=19675/tid=19676] ppid=19674 vsize=868580 CPUtime=489.72
/proc/19675/task/19676/stat : 19676 (java) R 19674 19661 18522 0 -1 64 9158 0 1 0 47700 1272 0 0 18 0 9 0 44329147 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4127169576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19677] ppid=19674 vsize=868580 CPUtime=14.26
/proc/19675/task/19677/stat : 19677 (java) S 19674 19661 18522 0 -1 64 104361 0 0 0 1367 59 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19675/tid=19678] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19678/stat : 19678 (java) S 19674 19661 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19679] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19679/stat : 19679 (java) S 19674 19661 18522 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44329148 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19680] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19680/stat : 19680 (java) S 19674 19661 18522 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19681] ppid=19674 vsize=868580 CPUtime=0.36
/proc/19675/task/19681/stat : 19681 (java) S 19674 19661 18522 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19682] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19682/stat : 19682 (java) S 19674 19661 18522 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19675/tid=19683] ppid=19674 vsize=868580 CPUtime=0
/proc/19675/task/19683/stat : 19683 (java) S 19674 19661 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44329150 889425920 94263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 506.98
Current children cumulated vsize (KiB) 887536

[startup+517.202 s]
/proc/loadavg: 1.05 1.50 2.06 2/83 19683
/proc/meminfo: memFree=406008/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=508.05
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 997 138560 0 4 3 46 49400 1356 15 0 1 0 44328854 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 508.05
Current children cumulated vsize (KiB) 13600

[startup+518.002 s]
/proc/loadavg: 1.05 1.50 2.06 1/83 19683
/proc/meminfo: memFree=1204792/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=508.08
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 997 138560 0 4 3 49 49400 1356 15 0 1 0 44328854 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 508.08
Current children cumulated vsize (KiB) 13600

[startup+518.802 s]
/proc/loadavg: 1.05 1.50 2.06 1/83 19683
/proc/meminfo: memFree=1204280/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=508.12
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 997 138560 0 4 3 53 49400 1356 15 0 1 0 44328854 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 508.12
Current children cumulated vsize (KiB) 13600

[startup+519.202 s]
/proc/loadavg: 1.05 1.50 2.06 1/83 19683
/proc/meminfo: memFree=1204280/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=508.13
/proc/19661/stat : 19661 (sugar) D 19659 19661 18522 0 -1 4194304 997 138560 0 4 3 54 49400 1356 15 0 1 0 44328854 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19661/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 508.13
Current children cumulated vsize (KiB) 13600

[startup+519.302 s]
/proc/loadavg: 1.05 1.50 2.06 1/83 19683
/proc/meminfo: memFree=1204280/2055920 swapFree=4180248/4192956
[pid=19661] ppid=19659 vsize=13600 CPUtime=508.14
/proc/19661/stat : 19661 (sugar) R 19659 19661 18522 0 -1 4194304 997 138560 0 4 3 55 49400 1356 15 0 1 0 44328854 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19661/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 508.14
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 519.303
CPU time (s): 508.169
CPU user time (s): 494.043
CPU system time (s): 14.1259
CPU usage (%): 97.856
Max. virtual memory (cumulated for all children) (KiB): 898676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.043
system time used= 14.1259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139588
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26866
involuntary context switches= 33487

runsolver used 0.663899 second user time and 1.75173 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 17:25:09
IDJOB=1112974
IDBENCH=61505
IDSOLVER=368
FILE ID=node69/1112974-1215876309
PBS_JOBID= 7903493
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-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-1112974-1215876309/watcher-1112974-1215876309 -o /tmp/evaluation-result-1112974-1215876309/solver-1112974-1215876309 -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-1112974-1215876309.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fac073e8eb5ef4bb7103b84225c28dd2
RANDOM SEED=1240294810

node69.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.233
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.233
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:       1535328 kB
Buffers:          2836 kB
Cached:          38300 kB
SwapCached:       6260 kB
Active:         462672 kB
Inactive:         4608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535328 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            7228 kB
Writeback:           0 kB
Mapped:         442528 kB
Slab:            37516 kB
Committed_AS:   915104 kB
PageTables:       2892 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= 66464 MiB
End job on node69 at 2008-07-12 17:33:49