Trace number 1126244

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 194.818 201.505

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-800-4_ext.xml
MD5SUMe81a2b8b60fb387178539803c7553f2a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints784
Best CPU time to get the best result obtained on this benchmark1784.67
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112757
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension112757
Number of constraints which are defined in intension0
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 Wed Jul 16 05:44:02 2008
0.00/0.04	c 0	PID 3827
0.03/0.05	c 0	HOST node17.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1126244-1216179842.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-1126244-1216179842.xml' 'HOME/temp.csp'
3.74/3.83	c 4	2 domains, 801 variables, 0 predicates, 2 relations, 112757 constraints
3.74/3.86	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.74/3.86	c 4	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'
3.80/3.94	c 4	Parsing HOME/temp.csp
4.21/4.37	c 5	parsed 10000 expressions
4.41/4.57	c 5	parsed 20000 expressions
4.61/4.78	c 5	parsed 30000 expressions
4.81/4.94	c 5	parsed 40000 expressions
5.00/5.17	c 6	parsed 50000 expressions
5.20/5.34	c 6	parsed 60000 expressions
5.41/5.51	c 6	parsed 70000 expressions
5.71/5.80	c 6	parsed 80000 expressions
5.80/5.96	c 6	parsed 90000 expressions
6.00/6.12	c 6	parsed 100000 expressions
6.11/6.28	c 7	parsed 110000 expressions
6.21/6.34	c 7	parsed 113562 expressions
6.21/6.34	c 7	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.31/7.47	c 8	MAX CSP: 112757 constraints
7.31/7.47	c 8	Converting to clausal form CSP
7.80/7.99	c 8	converted 22633 (10%) expressions
8.09/8.27	c 9	converted 45265 (20%) expressions
8.40/8.56	c 9	converted 67897 (30%) expressions
9.39/9.58	c 10	converted 90529 (40%) expressions
9.69/9.86	c 10	converted 113161 (50%) expressions
9.98/10.18	c 11	converted 135794 (60%) expressions
10.28/10.45	c 11	converted 158426 (70%) expressions
10.59/10.72	c 11	converted 181058 (80%) expressions
10.88/11.06	c 11	converted 203690 (90%) expressions
25.51/25.78	c 26	converted 226322 (100%) expressions
25.60/25.81	c 26	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 169136
25.60/25.81	c 26	Heap : 304 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.60/25.81	c 26	Propagation in CSP
29.79/30.09	c 30	112747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.89/30.11	c 30	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 112758
29.89/30.11	c 30	Heap : 326 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.98/30.21	c 31	Simplifing CSP by introducing new Boolean variables
30.08/30.33	c 31	CSP : 226315 integers, 0 booleans, 338270 clauses, largest domain size 112758
30.08/30.33	c 31	Heap : 320 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.47/31.76	c 32	Encoding CSP to SAT : HOME/temp.cnf
31.57/31.84	c 32	22632 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.57/31.87	c 32	45263 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.68/31.90	c 32	67895 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.68/31.93	c 32	90526 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
31.68/31.96	c 32	113158 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
32.16/32.47	c 33	135789 (60%) CSP integer variables are encoded (385998 clauses, 6562030 bytes)
32.57/32.87	c 33	158421 (70%) CSP integer variables are encoded (706897 clauses, 12017313 bytes)
33.05/33.35	c 34	181052 (80%) CSP integer variables are encoded (1074811 clauses, 18759736 bytes)
35.43/35.77	c 36	203684 (90%) CSP integer variables are encoded (3031647 clauses, 55939620 bytes)
36.03/36.36	c 37	226315 (100%) CSP integer variables are encoded (3477163 clauses, 64404424 bytes)
36.71/37.00	c 37	33827 (10%) CSP clauses are encoded (3510990 clauses, 64939254 bytes)
37.31/37.64	c 38	67654 (20%) CSP clauses are encoded (3544817 clauses, 65513821 bytes)
38.01/38.30	c 39	101481 (30%) CSP clauses are encoded (3578644 clauses, 66090400 bytes)
151.58/155.25	c 156	135308 (40%) CSP clauses are encoded (66191487 clauses, 1597913093 bytes)
193.84/199.27	c 200	ERROR Exception Too large HOME/temp.cnf
193.84/199.27	c 200	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.84/199.27	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.84/199.27	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.84/199.27	s UNKNOWN
193.90/199.36	c 200	CPU 180.5 (0.03 0.01 180.47 13.46)
193.90/199.36	c 200	END Wed Jul 16 05:47:22 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-1126244-1216179842/watcher-1126244-1216179842 -o /tmp/evaluation-result-1126244-1216179842/solver-1126244-1216179842 -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-1126244-1216179842.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.49 2.64 2.84 4/81 3827
/proc/meminfo: memFree=1638152/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=18572 CPUtime=0
/proc/3827/stat : 3827 (runsolver) R 3825 3827 3107 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 74686668 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3827/statm: 4643 292 257 25 0 2626 0

[startup+0.0499669 s]
/proc/loadavg: 2.49 2.64 2.84 4/81 3827
/proc/meminfo: memFree=1638152/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 74686668 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102009 s]
/proc/loadavg: 2.49 2.64 2.84 4/81 3827
/proc/meminfo: memFree=1638152/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74686668 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301025 s]
/proc/loadavg: 2.49 2.64 2.84 4/81 3827
/proc/meminfo: memFree=1638152/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74686668 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701079 s]
/proc/loadavg: 2.49 2.64 2.84 4/81 3827
/proc/meminfo: memFree=1638152/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74686668 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.49 2.64 2.84 4/92 3839
/proc/meminfo: memFree=1610160/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74686668 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 796 370 3 0 500 0
[pid=3830] ppid=3827 vsize=5356 CPUtime=0
/proc/3830/stat : 3830 (sh) S 3827 3827 3107 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74686673 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3830/statm: 1339 233 193 169 0 50 0
[pid=3831] ppid=3830 vsize=865696 CPUtime=1.42
/proc/3831/stat : 3831 (java) S 3830 3827 3107 0 -1 0 16128 0 1 0 136 6 0 0 18 0 9 0 74686673 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3831/statm: 216424 13680 2529 9 0 211006 0
[pid=3831/tid=3832] ppid=3830 vsize=865696 CPUtime=0.84
/proc/3831/task/3832/stat : 3832 (java) R 3830 3827 3107 0 -1 64 3020 0 1 0 82 2 0 0 25 0 9 0 74686674 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4126549125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3833] ppid=3830 vsize=865696 CPUtime=0.47
/proc/3831/task/3833/stat : 3833 (java) S 3830 3827 3107 0 -1 64 11920 0 0 0 44 3 0 0 16 0 9 0 74686676 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3834] ppid=3830 vsize=865696 CPUtime=0
/proc/3831/task/3834/stat : 3834 (java) S 3830 3827 3107 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74686676 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3835] ppid=3830 vsize=865696 CPUtime=0
/proc/3831/task/3835/stat : 3835 (java) S 3830 3827 3107 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 74686676 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3836] ppid=3830 vsize=865696 CPUtime=0
/proc/3831/task/3836/stat : 3836 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74686678 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3837] ppid=3830 vsize=865696 CPUtime=0.09
/proc/3831/task/3837/stat : 3837 (java) S 3830 3827 3107 0 -1 64 488 0 0 0 9 0 0 0 16 0 9 0 74686678 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3838] ppid=3830 vsize=865696 CPUtime=0
/proc/3831/task/3838/stat : 3838 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74686678 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3839] ppid=3830 vsize=865696 CPUtime=0
/proc/3831/task/3839/stat : 3839 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74686678 886472704 13680 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 884652

[startup+3.10232 s]
/proc/loadavg: 2.53 2.65 2.84 3/92 3839
/proc/meminfo: memFree=1564912/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=0.03
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 74686668 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 796 370 3 0 500 0
[pid=3830] ppid=3827 vsize=5356 CPUtime=0
/proc/3830/stat : 3830 (sh) S 3827 3827 3107 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74686673 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3830/statm: 1339 233 193 169 0 50 0
[pid=3831] ppid=3830 vsize=865716 CPUtime=3.01
/proc/3831/stat : 3831 (java) S 3830 3827 3107 0 -1 0 32472 0 1 0 287 14 0 0 18 0 9 0 74686673 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3831/statm: 216429 27070 2529 9 0 211011 0
[pid=3831/tid=3832] ppid=3830 vsize=865716 CPUtime=1.52
/proc/3831/task/3832/stat : 3832 (java) R 3830 3827 3107 0 -1 64 3876 0 1 0 149 3 0 0 25 0 9 0 74686674 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4126651310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3833] ppid=3830 vsize=865716 CPUtime=1.35
/proc/3831/task/3833/stat : 3833 (java) S 3830 3827 3107 0 -1 64 27383 0 0 0 125 10 0 0 16 0 9 0 74686676 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3834] ppid=3830 vsize=865716 CPUtime=0
/proc/3831/task/3834/stat : 3834 (java) S 3830 3827 3107 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74686676 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3835] ppid=3830 vsize=865716 CPUtime=0
/proc/3831/task/3835/stat : 3835 (java) S 3830 3827 3107 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74686676 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3836] ppid=3830 vsize=865716 CPUtime=0
/proc/3831/task/3836/stat : 3836 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74686678 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3837] ppid=3830 vsize=865716 CPUtime=0.12
/proc/3831/task/3837/stat : 3837 (java) S 3830 3827 3107 0 -1 64 513 0 0 0 12 0 0 0 16 0 9 0 74686678 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3838] ppid=3830 vsize=865716 CPUtime=0
/proc/3831/task/3838/stat : 3838 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74686678 886493184 27070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3831/tid=3839] ppid=3830 vsize=865716 CPUtime=0
/proc/3831/task/3839/stat : 3839 (java) S 3830 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74686678 886493184 27070 996147200 134512640 134550740 4294956000 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) 884672

[startup+6.30264 s]
/proc/loadavg: 2.53 2.65 2.84 3/92 3849
/proc/meminfo: memFree=1609520/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 15 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=864100 CPUtime=2.4
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 13174 0 1 0 232 8 0 0 18 0 9 0 74687055 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 216025 11392 2532 9 0 210607 0
[pid=3841/tid=3842] ppid=3840 vsize=864100 CPUtime=1.59
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 2960 0 1 0 157 2 0 0 25 0 9 0 74687056 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4126421475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3843] ppid=3840 vsize=864100 CPUtime=0.71
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 9180 0 0 0 67 4 0 0 16 0 9 0 74687057 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3844] ppid=3840 vsize=864100 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=864100 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74687057 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=864100 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=864100 CPUtime=0.07
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 74687059 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=864100 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 884838400 11392 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=864100 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 884838400 11392 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) 883056

[startup+12.7023 s]
/proc/loadavg: 2.60 2.66 2.84 4/92 3849
/proc/meminfo: memFree=1430704/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 15 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868416 CPUtime=8.76
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 72903 0 1 0 842 34 0 0 18 0 9 0 74687055 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217104 47325 2540 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868416 CPUtime=3.86
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 4427 0 1 0 383 3 0 0 25 0 9 0 74687056 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4126936349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868416 CPUtime=4.67
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 66303 0 0 0 438 29 0 0 17 0 9 0 74687057 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=868416 CPUtime=0.2
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 74687059 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 889257984 47325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887372

[startup+25.5016 s]
/proc/loadavg: 2.59 2.65 2.83 4/92 3849
/proc/meminfo: memFree=1314288/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 15 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868416 CPUtime=21.5
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 118448 0 1 0 2099 51 0 0 18 0 9 0 74687055 889257984 83057 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217104 83057 2540 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868416 CPUtime=13.14
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 7047 0 1 0 1310 4 0 0 25 0 9 0 74687056 889257984 83057 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868416 CPUtime=8.1
/proc/3841/task/3843/stat : 3843 (java) R 3840 3827 3107 0 -1 64 109211 0 0 0 766 44 0 0 16 0 9 0 74687057 889257984 83057 996147200 134512640 134550740 4294955936 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889257984 83057 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868416 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889257984 83057 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 2.99 2.76 2.84 3/92 3849
/proc/meminfo: memFree=16112/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 16 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868528 CPUtime=154.56
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 126534 0 2 0 14421 1035 0 0 18 0 9 0 74687055 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217132 88690 2567 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868528 CPUtime=142.55
/proc/3841/task/3842/stat : 3842 (java) D 3840 3827 3107 0 -1 64 8550 0 2 0 13278 977 0 0 25 0 9 0 74687056 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868528 CPUtime=11.66
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 115734 0 0 0 1110 56 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=868528 CPUtime=0.31
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 1553 0 0 0 31 0 0 0 16 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.37
Current children cumulated vsize (KiB) 887484

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

[startup+179.202 s]
/proc/loadavg: 2.99 2.77 2.84 3/92 3849
/proc/meminfo: memFree=16496/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 16 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868528 CPUtime=170.73
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 126727 0 2 0 15911 1162 0 0 18 0 9 0 74687055 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217132 88690 2567 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868528 CPUtime=158.54
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 8743 0 2 0 14751 1103 0 0 25 0 9 0 74687056 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4126478499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868528 CPUtime=11.85
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 115734 0 0 0 1128 57 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=868528 CPUtime=0.31
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 1553 0 0 0 31 0 0 0 16 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.54
Current children cumulated vsize (KiB) 887484

[startup+192.002 s]
/proc/loadavg: 3.07 2.80 2.85 3/92 3849
/proc/meminfo: memFree=15728/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 16 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868528 CPUtime=183.01
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 126876 0 2 0 17039 1262 0 0 18 0 9 0 74687055 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217132 88690 2567 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868528 CPUtime=170.66
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 8892 0 2 0 15865 1201 0 0 25 0 9 0 74687056 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868528 CPUtime=11.99
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 115734 0 0 0 1141 58 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=868528 CPUtime=0.31
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 1553 0 0 0 31 0 0 0 16 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.82
Current children cumulated vsize (KiB) 887484

[startup+198.401 s]
/proc/loadavg: 3.36 2.87 2.87 3/92 3849
/proc/meminfo: memFree=15792/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=3.81
/proc/3827/stat : 3827 (sugar) S 3825 3827 3107 0 -1 4194304 974 33801 0 1 3 1 359 18 16 0 1 0 74686668 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3827/statm: 3400 797 370 3 0 500 0
[pid=3840] ppid=3827 vsize=5356 CPUtime=0
/proc/3840/stat : 3840 (sh) S 3827 3827 3107 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74687055 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3840/statm: 1339 233 193 169 0 50 0
[pid=3841] ppid=3840 vsize=868528 CPUtime=189.25
/proc/3841/stat : 3841 (java) S 3840 3827 3107 0 -1 0 126952 0 2 0 17609 1316 0 0 18 0 9 0 74687055 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3841/statm: 217132 88690 2567 9 0 211679 0
[pid=3841/tid=3842] ppid=3840 vsize=868528 CPUtime=176.83
/proc/3841/task/3842/stat : 3842 (java) R 3840 3827 3107 0 -1 64 8968 0 2 0 16428 1255 0 0 25 0 9 0 74687056 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4127102380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3843] ppid=3840 vsize=868528 CPUtime=12.08
/proc/3841/task/3843/stat : 3843 (java) S 3840 3827 3107 0 -1 64 115734 0 0 0 1149 59 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3841/tid=3844] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3844/stat : 3844 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3845] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3845/stat : 3845 (java) S 3840 3827 3107 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74687057 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3846] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3846/stat : 3846 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3847] ppid=3840 vsize=868528 CPUtime=0.31
/proc/3841/task/3847/stat : 3847 (java) S 3840 3827 3107 0 -1 64 1553 0 0 0 31 0 0 0 16 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3848] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3848/stat : 3848 (java) S 3840 3827 3107 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3841/tid=3849] ppid=3840 vsize=868528 CPUtime=0
/proc/3841/task/3849/stat : 3849 (java) S 3840 3827 3107 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74687059 889372672 88690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.06
Current children cumulated vsize (KiB) 887484

[startup+200.001 s]
/proc/loadavg: 3.36 2.87 2.87 4/92 3849
/proc/meminfo: memFree=15856/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=194.57
/proc/3827/stat : 3827 (sugar) R 3825 3827 3107 0 -1 4194304 998 161058 0 3 3 61 18047 1346 17 0 1 0 74686668 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3827/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.57
Current children cumulated vsize (KiB) 13600

[startup+200.801 s]
/proc/loadavg: 3.36 2.87 2.87 2/82 3849
/proc/meminfo: memFree=1900736/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=194.77
/proc/3827/stat : 3827 (sugar) D 3825 3827 3107 0 -1 4194304 998 161058 0 3 3 81 18047 1346 15 0 1 0 74686668 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3827/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.77
Current children cumulated vsize (KiB) 13600

[startup+201.201 s]
/proc/loadavg: 3.36 2.87 2.87 2/82 3849
/proc/meminfo: memFree=1900736/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=194.78
/proc/3827/stat : 3827 (sugar) D 3825 3827 3107 0 -1 4194304 998 161058 0 3 3 82 18047 1346 15 0 1 0 74686668 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3827/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.78
Current children cumulated vsize (KiB) 13600

[startup+201.406 s]
/proc/loadavg: 3.36 2.87 2.87 2/82 3849
/proc/meminfo: memFree=1900352/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=194.79
/proc/3827/stat : 3827 (sugar) D 3825 3827 3107 0 -1 4194304 998 161058 0 3 3 83 18047 1346 15 0 1 0 74686668 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3827/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.79
Current children cumulated vsize (KiB) 13600

[startup+201.501 s]
/proc/loadavg: 3.36 2.87 2.87 2/82 3849
/proc/meminfo: memFree=1900352/2055920 swapFree=4181448/4192956
[pid=3827] ppid=3825 vsize=13600 CPUtime=194.79
/proc/3827/stat : 3827 (sugar) D 3825 3827 3107 0 -1 4194304 998 161058 0 3 3 83 18047 1346 15 0 1 0 74686668 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3827/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 194.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 201.505
CPU time (s): 194.818
CPU user time (s): 180.511
CPU system time (s): 14.3078
CPU usage (%): 96.6815
Max. virtual memory (cumulated for all children) (KiB): 912984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.511
system time used= 14.3078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162086
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21569
involuntary context switches= 21831

runsolver used 0.25996 second user time and 0.71989 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-16 05:44:02
IDJOB=1126244
IDBENCH=64220
IDSOLVER=368
FILE ID=node17/1126244-1216179842
PBS_JOBID= 7905830
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-800-4_ext.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-1126244-1216179842/watcher-1126244-1216179842 -o /tmp/evaluation-result-1126244-1216179842/solver-1126244-1216179842 -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-1126244-1216179842.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e81a2b8b60fb387178539803c7553f2a
RANDOM SEED=1741192637

node17.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.240
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.240
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:       1638696 kB
Buffers:         85108 kB
Cached:         200620 kB
SwapCached:       5312 kB
Active:         259836 kB
Inactive:        84316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638696 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:            9364 kB
Writeback:           0 kB
Mapped:          74468 kB
Slab:            58116 kB
Committed_AS:   487648 kB
PageTables:       2208 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= 66552 MiB
End job on node17 at 2008-07-16 05:47:24