Trace number 1113010

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? 234.254 242.087

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints25
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 17:33:26 2008
0.00/0.04	c 0	PID 17642
0.03/0.05	c 0	HOST node13.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1113010-1215876806.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113010-1215876806.xml' 'HOME/temp.csp'
0.03/0.94	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.08	c 2	Parsing HOME/temp.csp
1.46/1.50	c 2	parsed 9632 expressions
1.46/1.51	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.46/1.57	c 2	MAX CSP: 8996 constraints
1.46/1.57	c 2	Converting to clausal form CSP
3.04/3.14	c 4	converted 1864 (10%) expressions
4.42/4.59	c 5	converted 3727 (20%) expressions
5.51/5.61	c 6	converted 5590 (30%) expressions
6.70/6.89	c 7	converted 7453 (40%) expressions
7.59/7.80	c 8	converted 9316 (50%) expressions
8.47/8.67	c 9	converted 11179 (60%) expressions
9.66/9.86	c 10	converted 13042 (70%) expressions
10.55/10.77	c 11	converted 14905 (80%) expressions
11.35/11.58	c 12	converted 16768 (90%) expressions
12.94/13.18	c 14	converted 18631 (100%) expressions
12.94/13.19	c 14	CSP : 19190 integers, 35017 booleans, 80854 clauses, largest domain size 13495
12.94/13.19	c 14	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.94/13.19	c 14	Propagation in CSP
14.71/14.98	c 15	8991 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.71/14.98	c 15	CSP : 19190 integers, 35017 booleans, 80854 clauses, largest domain size 8997
14.71/14.98	c 15	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.80/15.02	c 15	Simplifing CSP by introducing new Boolean variables
14.91/15.15	c 16	CSP : 19190 integers, 52769 booleans, 98606 clauses, largest domain size 8997
14.91/15.16	c 16	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.60/15.85	c 16	Encoding CSP to SAT : HOME/temp.cnf
18.37/18.62	c 19	1919 (10%) CSP integer variables are encoded (719275 clauses, 12006772 bytes)
18.86/19.12	c 20	3838 (20%) CSP integer variables are encoded (1120051 clauses, 19065817 bytes)
18.86/19.19	c 20	5757 (30%) CSP integer variables are encoded (1167736 clauses, 19971832 bytes)
18.86/19.19	c 20	7676 (40%) CSP integer variables are encoded (1170476 clauses, 20023892 bytes)
18.86/19.20	c 20	9595 (50%) CSP integer variables are encoded (1170476 clauses, 20023892 bytes)
18.96/19.29	c 20	11514 (60%) CSP integer variables are encoded (1244791 clauses, 21435877 bytes)
19.06/19.39	c 20	13433 (70%) CSP integer variables are encoded (1313334 clauses, 22738194 bytes)
19.15/19.43	c 20	15352 (80%) CSP integer variables are encoded (1342770 clauses, 23297478 bytes)
19.15/19.46	c 20	17271 (90%) CSP integer variables are encoded (1362815 clauses, 23678333 bytes)
19.15/19.49	c 20	19190 (100%) CSP integer variables are encoded (1387994 clauses, 24156734 bytes)
38.62/39.24	c 40	9861 (10%) CSP clauses are encoded (5125554 clauses, 107925736 bytes)
52.27/53.04	c 53	19722 (20%) CSP clauses are encoded (8142133 clauses, 179598341 bytes)
60.04/60.95	c 61	29582 (30%) CSP clauses are encoded (10277820 clauses, 233610457 bytes)
65.63/66.67	c 67	39443 (40%) CSP clauses are encoded (12155035 clauses, 283191074 bytes)
71.31/72.49	c 73	49303 (50%) CSP clauses are encoded (14142241 clauses, 335665378 bytes)
77.36/78.63	c 79	59164 (60%) CSP clauses are encoded (16254083 clauses, 391289091 bytes)
83.43/84.85	c 85	69025 (70%) CSP clauses are encoded (18400233 clauses, 447546511 bytes)
89.81/91.36	c 92	78885 (80%) CSP clauses are encoded (20584634 clauses, 505212801 bytes)
190.24/194.37	c 195	88746 (90%) CSP clauses are encoded (63355278 clauses, 1678622421 bytes)
233.29/238.90	c 239	ERROR Exception Too large HOME/temp.cnf
233.29/238.91	c 239	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
233.29/238.91	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
233.29/238.91	c 239	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
233.29/238.91	s UNKNOWN
233.29/238.99	c 239	CPU 219.26 (0.03 0 219.23 14.07)
233.29/238.99	c 239	END Sat Jul 12 17:37:25 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-1113010-1215876806/watcher-1113010-1215876806 -o /tmp/evaluation-result-1113010-1215876806/solver-1113010-1215876806 -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-1113010-1215876806.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.14 2.03 2.01 4/80 17642
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=12132 CPUtime=0
/proc/17642/stat : 17642 (sugar) R 17640 17642 16454 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 44383375 12423168 183 996147200 4194304 4206940 548682068592 18446744073709551615 269757091637 0 0 4224 0 0 0 0 17 1 0 0
/proc/17642/statm: 3033 183 142 3 0 133 0

[startup+0.0500271 s]
/proc/loadavg: 2.14 2.03 2.01 4/80 17642
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.03
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 44383375 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101043 s]
/proc/loadavg: 2.14 2.03 2.01 4/80 17642
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.03
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44383375 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301063 s]
/proc/loadavg: 2.14 2.03 2.01 4/80 17642
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.03
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44383375 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701123 s]
/proc/loadavg: 2.14 2.03 2.01 4/80 17642
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.03
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44383375 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 17656
/proc/meminfo: memFree=1737328/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=864196 CPUtime=0.49
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 5865 0 1 0 46 3 0 0 19 0 9 0 44383475 884936704 5122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 216049 5122 2531 9 0 210631 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883152

[startup+3.10244 s]
/proc/loadavg: 2.14 2.03 2.01 4/91 17664
/proc/meminfo: memFree=1717744/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 15 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868396 CPUtime=2.07
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 9887 0 1 0 201 6 0 0 19 0 9 0 44383475 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217099 8833 2540 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868396 CPUtime=1.46
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 2801 0 1 0 145 1 0 0 25 0 9 0 44383476 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4126586301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868396 CPUtime=0.37
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 4924 0 0 0 35 2 0 0 16 0 9 0 44383477 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868396 CPUtime=0.19
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1464 0 0 0 19 0 0 0 15 0 9 0 44383479 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889237504 8833 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887352

[startup+6.30286 s]
/proc/loadavg: 2.29 2.06 2.02 3/91 17664
/proc/meminfo: memFree=1695984/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868396 CPUtime=5.24
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 20406 0 1 0 512 12 0 0 19 0 9 0 44383475 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217099 14013 2540 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868396 CPUtime=3.84
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 3048 0 1 0 382 2 0 0 25 0 9 0 44383476 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4126586208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868396 CPUtime=1.16
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 15186 0 0 0 108 8 0 0 16 0 9 0 44383477 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868396 CPUtime=0.21
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1474 0 0 0 21 0 0 0 15 0 9 0 44383479 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889237504 14013 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887352

[startup+12.7027 s]
/proc/loadavg: 2.42 2.10 2.03 3/91 17664
/proc/meminfo: memFree=1643376/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 15 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868396 CPUtime=11.57
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 37180 0 1 0 1136 21 0 0 19 0 9 0 44383475 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217099 27152 2540 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868396 CPUtime=8.87
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 3783 0 1 0 884 3 0 0 25 0 9 0 44383476 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4126633288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868396 CPUtime=2.44
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 31211 0 0 0 228 16 0 0 16 0 9 0 44383477 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868396 CPUtime=0.23
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1488 0 0 0 23 0 0 0 15 0 9 0 44383479 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868396 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889237504 27152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887352

[startup+25.5014 s]
/proc/loadavg: 2.48 2.12 2.04 3/91 17664
/proc/meminfo: memFree=1569456/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 15 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868508 CPUtime=24.22
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 49010 0 1 0 2365 57 0 0 19 0 9 0 44383475 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217127 33058 2566 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868508 CPUtime=19.76
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 4659 0 1 0 1944 32 0 0 25 0 9 0 44383476 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4127099652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868508 CPUtime=4.12
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 42119 0 0 0 389 23 0 0 16 0 9 0 44383477 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868508 CPUtime=0.31
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1534 0 0 0 30 1 0 0 15 0 9 0 44383479 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889352192 33058 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887464

[startup+51.1018 s]
/proc/loadavg: 2.52 2.16 2.05 3/91 17664
/proc/meminfo: memFree=1450608/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[startup+162.301 s]
/proc/loadavg: 2.57 2.25 2.10 3/91 17664
/proc/meminfo: memFree=363312/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868508 CPUtime=158.19
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 51695 0 1 0 15027 792 0 0 19 0 9 0 44383475 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217127 33062 2566 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868508 CPUtime=152.07
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 7340 0 1 0 14455 752 0 0 25 0 9 0 44383476 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4126564823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868508 CPUtime=5.77
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 42119 0 0 0 539 38 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868508 CPUtime=0.32
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.16
Current children cumulated vsize (KiB) 887464

[startup+222.301 s]
/proc/loadavg: 2.43 2.26 2.10 3/91 17664
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868508 CPUtime=216.33
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 53300 0 1 0 20362 1271 0 0 19 0 9 0 44383475 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217127 33062 2566 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868508 CPUtime=209.18
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 8945 0 1 0 19698 1220 0 0 25 0 9 0 44383476 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868508 CPUtime=6.81
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 42119 0 0 0 632 49 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868508 CPUtime=0.32
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.3
Current children cumulated vsize (KiB) 887464

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

[startup+230.301 s]
/proc/loadavg: 2.36 2.26 2.10 3/91 17664
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868508 CPUtime=224.06
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 53515 0 1 0 21074 1332 0 0 19 0 9 0 44383475 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217127 33062 2566 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868508 CPUtime=216.77
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 9160 0 1 0 20397 1280 0 0 25 0 9 0 44383476 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4126648545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868508 CPUtime=6.94
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 42119 0 0 0 644 50 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868508 CPUtime=0.32
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.03
Current children cumulated vsize (KiB) 887464

[startup+236.702 s]
/proc/loadavg: 2.33 2.25 2.10 3/91 17664
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=0.97
/proc/17642/stat : 17642 (sugar) S 17640 17642 16454 0 -1 4194304 974 8866 0 1 3 0 89 5 16 0 1 0 44383375 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17642/statm: 3400 797 370 3 0 500 0
[pid=17655] ppid=17642 vsize=5356 CPUtime=0
/proc/17655/stat : 17655 (sh) S 17642 17642 16454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44383474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17655/statm: 1339 233 193 169 0 50 0
[pid=17656] ppid=17655 vsize=868508 CPUtime=230.17
/proc/17656/stat : 17656 (java) S 17655 17642 16454 0 -1 0 53683 0 1 0 21633 1384 0 0 19 0 9 0 44383475 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17656/statm: 217127 33062 2566 9 0 211674 0
[pid=17656/tid=17657] ppid=17655 vsize=868508 CPUtime=222.78
/proc/17656/task/17657/stat : 17657 (java) R 17655 17642 16454 0 -1 64 9328 0 1 0 20948 1330 0 0 25 0 9 0 44383476 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4127109372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17658] ppid=17655 vsize=868508 CPUtime=7.05
/proc/17656/task/17658/stat : 17658 (java) S 17655 17642 16454 0 -1 64 42119 0 0 0 653 52 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17659] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17659/stat : 17659 (java) S 17655 17642 16454 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17660] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17660/stat : 17660 (java) S 17655 17642 16454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44383477 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17661] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17661/stat : 17661 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17662] ppid=17655 vsize=868508 CPUtime=0.32
/proc/17656/task/17662/stat : 17662 (java) S 17655 17642 16454 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 44383479 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17663] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17663/stat : 17663 (java) S 17655 17642 16454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17656/tid=17664] ppid=17655 vsize=868508 CPUtime=0
/proc/17656/task/17664/stat : 17664 (java) S 17655 17642 16454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44383480 889352192 33062 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.14
Current children cumulated vsize (KiB) 887464

[startup+239.902 s]
/proc/loadavg: 2.31 2.25 2.10 3/81 17664
/proc/meminfo: memFree=1535680/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=234.08
/proc/17642/stat : 17642 (sugar) D 17640 17642 16454 0 -1 4194304 998 62899 0 2 3 75 21923 1407 16 0 1 0 44383375 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17642/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 234.08
Current children cumulated vsize (KiB) 13600

[startup+240.703 s]
/proc/loadavg: 2.31 2.25 2.10 3/81 17664
/proc/meminfo: memFree=1535680/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=234.1
/proc/17642/stat : 17642 (sugar) D 17640 17642 16454 0 -1 4194304 998 62899 0 2 3 77 21923 1407 15 0 1 0 44383375 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17642/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 234.1
Current children cumulated vsize (KiB) 13600

[startup+241.502 s]
/proc/loadavg: 2.31 2.25 2.10 2/81 17664
/proc/meminfo: memFree=1769536/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=234.22
/proc/17642/stat : 17642 (sugar) D 17640 17642 16454 0 -1 4194304 998 62899 0 2 3 89 21923 1407 15 0 1 0 44383375 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17642/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 234.22
Current children cumulated vsize (KiB) 13600

[startup+241.902 s]
/proc/loadavg: 2.31 2.25 2.10 2/81 17664
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=234.23
/proc/17642/stat : 17642 (sugar) D 17640 17642 16454 0 -1 4194304 998 62899 0 2 3 90 21923 1407 15 0 1 0 44383375 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17642/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 234.23
Current children cumulated vsize (KiB) 13600

[startup+242.007 s]
/proc/loadavg: 2.31 2.25 2.10 2/81 17664
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=17642] ppid=17640 vsize=13600 CPUtime=234.23
/proc/17642/stat : 17642 (sugar) D 17640 17642 16454 0 -1 4194304 998 62899 0 2 3 90 21923 1407 15 0 1 0 44383375 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17642/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 234.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 242.087
CPU time (s): 234.254
CPU user time (s): 219.27
CPU system time (s): 14.9847
CPU usage (%): 96.7647
Max. virtual memory (cumulated for all children) (KiB): 897852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.27
system time used= 14.9847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63927
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= 43557
involuntary context switches= 51015

runsolver used 0.304953 second user time and 0.868867 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 17:33:26
IDJOB=1113010
IDBENCH=61511
IDSOLVER=368
FILE ID=node13/1113010-1215876806
PBS_JOBID= 7903496
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-7.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-1113010-1215876806/watcher-1113010-1215876806 -o /tmp/evaluation-result-1113010-1215876806/solver-1113010-1215876806 -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-1113010-1215876806.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=1355354085

node13.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.234
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.234
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:       1740392 kB
Buffers:          9792 kB
Cached:          55080 kB
SwapCached:          0 kB
Active:         249900 kB
Inactive:        15820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         221140 kB
Slab:            34632 kB
Committed_AS:   965104 kB
PageTables:       2320 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= 66516 MiB
End job on node13 at 2008-07-12 17:37:29