Trace number 1126428

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? 233.012 244.813

General information on the benchmark

Namemaxcsp/maxclique/
normalized-p-hat300-3_ext.xml
MD5SUMf84370d25d936ce5ef03e3ce4e521160
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints264
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints11760
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension11760
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Wed Jul 16 06:27:15 2008
0.00/0.15	c 0	PID 31574
0.00/0.15	c 0	HOST node34.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1126428-1216182435.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126428-1216182435.xml' 'HOME/temp.csp'
0.94/1.11	c 1	2 domains, 301 variables, 0 predicates, 2 relations, 11760 constraints
0.94/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.17	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.96/1.25	c 1	Parsing HOME/temp.csp
0.96/1.56	c 1	parsed 10000 expressions
0.96/1.60	c 1	parsed 12065 expressions
0.96/1.60	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.72	c 2	MAX CSP: 11760 constraints
0.96/1.72	c 2	Converting to clausal form CSP
0.96/1.99	c 2	converted 2383 (10%) expressions
0.96/2.04	c 2	converted 4766 (20%) expressions
0.96/2.08	c 2	converted 7149 (30%) expressions
1.87/2.11	c 2	converted 9532 (40%) expressions
1.87/2.15	c 2	converted 11914 (50%) expressions
1.97/2.26	c 2	converted 14297 (60%) expressions
1.97/2.28	c 2	converted 16680 (70%) expressions
2.07/2.31	c 2	converted 19063 (80%) expressions
2.07/2.34	c 2	converted 21446 (90%) expressions
3.15/3.48	c 3	converted 23828 (100%) expressions
3.15/3.49	c 3	CSP : 23821 integers, 0 booleans, 35279 clauses, largest domain size 17641
3.15/3.49	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.49	c 3	Propagation in CSP
3.65/3.90	c 4	11752 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.65/3.91	c 4	CSP : 23821 integers, 0 booleans, 35279 clauses, largest domain size 11761
3.65/3.91	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.65/3.93	c 4	Simplifing CSP by introducing new Boolean variables
3.65/3.95	c 4	CSP : 23821 integers, 0 booleans, 35279 clauses, largest domain size 11761
3.65/3.95	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.84/4.12	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.84/4.16	c 4	2383 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.84/4.16	c 4	4765 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.84/4.17	c 4	7147 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.84/4.17	c 4	9529 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.84/4.17	c 4	11911 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.04/4.38	c 4	14293 (60%) CSP integer variables are encoded (158732 clauses, 2524095 bytes)
4.14/4.44	c 4	16675 (70%) CSP integer variables are encoded (193594 clauses, 3116749 bytes)
4.14/4.49	c 4	19057 (80%) CSP integer variables are encoded (230301 clauses, 3740768 bytes)
4.24/4.53	c 4	21439 (90%) CSP integer variables are encoded (256354 clauses, 4183669 bytes)
4.24/4.57	c 4	23821 (100%) CSP integer variables are encoded (289385 clauses, 4745196 bytes)
4.43/4.71	c 5	3528 (10%) CSP clauses are encoded (292913 clauses, 4795508 bytes)
4.43/4.78	c 5	7056 (20%) CSP clauses are encoded (296441 clauses, 4848283 bytes)
4.54/4.86	c 5	10584 (30%) CSP clauses are encoded (299969 clauses, 4905328 bytes)
59.34/61.22	c 61	14112 (40%) CSP clauses are encoded (17979519 clauses, 414909088 bytes)
155.24/160.23	c 160	17640 (50%) CSP clauses are encoded (69788691 clauses, 1683561374 bytes)
159.62/164.74	c 165	21168 (60%) CSP clauses are encoded (72025773 clauses, 1738089036 bytes)
231.91/240.79	c 241	ERROR Exception Too large HOME/temp.cnf
232.00/240.93	c 241	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
232.00/240.93	c 241	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
232.00/240.93	c 241	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
232.00/240.93	s UNKNOWN
232.01/241.46	c 241	CPU 213.79 (0.03 0.01 213.76 18.22)
232.01/241.46	c 241	END Wed Jul 16 06:31:16 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-1126428-1216182435/watcher-1126428-1216182435 -o /tmp/evaluation-result-1126428-1216182435/solver-1126428-1216182435 -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-1126428-1216182435.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: 1.93 2.03 2.00 4/81 31574
/proc/meminfo: memFree=1859904/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=18572 CPUtime=0
/proc/31574/stat : 31574 (runsolver) R 31572 31574 30085 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74945013 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31574/statm: 4643 292 257 25 0 2626 0

[startup+0.0556231 s]
/proc/loadavg: 1.93 2.03 2.00 4/81 31574
/proc/meminfo: memFree=1859904/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=12272 CPUtime=0
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 74945013 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31574/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101658 s]
/proc/loadavg: 1.93 2.03 2.00 4/81 31574
/proc/meminfo: memFree=1859904/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=12272 CPUtime=0
/proc/31574/stat : 31574 (sugar) R 31572 31574 30085 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 74945013 12566528 377 996147200 4194304 4206940 548682068592 18446744073709551615 254204230654 0 0 4224 0 0 0 0 17 1 0 0
/proc/31574/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301643 s]
/proc/loadavg: 1.93 2.03 2.00 4/81 31574
/proc/meminfo: memFree=1859904/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.04
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74945013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701673 s]
/proc/loadavg: 1.93 2.03 2.00 4/81 31574
/proc/meminfo: memFree=1859904/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.04
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74945013 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.93 2.03 2.00 4/92 31586
/proc/meminfo: memFree=1840736/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 16 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13600

[startup+3.10285 s]
/proc/loadavg: 1.93 2.03 2.00 3/92 31596
/proc/meminfo: memFree=1835872/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 15 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868372 CPUtime=1.9
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 12332 0 1 0 184 6 0 0 18 0 9 0 74945130 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217093 11234 2540 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868372 CPUtime=1.08
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 2885 0 1 0 107 1 0 0 24 0 9 0 74945131 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4126882266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868372 CPUtime=0.57
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 7263 0 0 0 55 2 0 0 16 0 9 0 74945132 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868372 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868372 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868372 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868372 CPUtime=0.22
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1488 0 0 0 21 1 0 0 15 0 9 0 74945134 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868372 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868372 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889212928 11234 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 887328

[startup+6.30109 s]
/proc/loadavg: 1.93 2.03 2.00 3/92 31596
/proc/meminfo: memFree=1803040/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 15 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=5.06
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 14976 0 1 0 490 16 0 0 18 0 9 0 74945130 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13466 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=3.75
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 3142 0 1 0 367 8 0 0 25 0 9 0 74945131 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4126909648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=0.97
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 92 5 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887440

[startup+12.7026 s]
/proc/loadavg: 2.02 2.04 2.00 3/92 31596
/proc/meminfo: memFree=1802528/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 15 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=11.39
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 15227 0 1 0 1120 19 0 0 18 0 9 0 74945130 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13466 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=9.99
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 3393 0 1 0 989 10 0 0 25 0 9 0 74945131 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4127124448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=1.08
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 101 7 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887440

[startup+25.5025 s]
/proc/loadavg: 2.01 2.04 2.00 3/92 31596
/proc/meminfo: memFree=1802400/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 15 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=24.07
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 15720 0 1 0 2382 25 0 0 18 0 9 0 74945130 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13466 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=22.44
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 3886 0 1 0 2232 12 0 0 25 0 9 0 74945131 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4126600663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=1.29
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 119 10 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887440

[startup+51.1025 s]
/proc/loadavg: 2.09 2.05 2.01 3/92 31596
/proc/meminfo: memFree=1521888/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 15 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=48.73
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 18366 0 1 0 4649 224 0 0 18 0 9 0 74945130 889327616 13466 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+222.302 s]
/proc/loadavg: 2.90 2.40 2.13 3/92 31596
/proc/meminfo: memFree=14944/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 16 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=213.5
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 37264 0 1 0 19678 1672 0 0 18 0 9 0 74945130 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13468 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=202.83
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 25428 0 1 0 18767 1516 0 0 25 0 9 0 74945131 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4127070430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=10.34
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 880 154 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.46
Current children cumulated vsize (KiB) 887440

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

[startup+230.302 s]
/proc/loadavg: 2.83 2.40 2.14 3/92 31596
/proc/meminfo: memFree=14816/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 16 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=221.07
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 38125 0 1 0 20372 1735 0 0 18 0 9 0 74945130 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13468 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=210.03
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 26289 0 1 0 19430 1573 0 0 25 0 9 0 74945131 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4127070240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=10.71
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 911 160 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 887440

[startup+236.702 s]
/proc/loadavg: 2.77 2.39 2.14 3/92 31596
/proc/meminfo: memFree=15072/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 16 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=227.03
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 38796 0 1 0 20917 1786 0 0 18 0 9 0 74945130 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13468 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=215.72
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 26960 0 1 0 19952 1620 0 0 25 0 9 0 74945131 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=10.98
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 934 164 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.99
Current children cumulated vsize (KiB) 887440

[startup+239.901 s]
/proc/loadavg: 2.71 2.39 2.14 4/92 31596
/proc/meminfo: memFree=15328/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=0.96
/proc/31574/stat : 31574 (sugar) S 31572 31574 30085 0 -1 4194304 974 8144 0 1 3 1 88 4 16 0 1 0 74945013 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31574/statm: 3400 797 370 3 0 500 0
[pid=31587] ppid=31574 vsize=5356 CPUtime=0
/proc/31587/stat : 31587 (sh) S 31574 31574 30085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74945130 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31587/statm: 1339 233 193 169 0 50 0
[pid=31588] ppid=31587 vsize=868484 CPUtime=230.16
/proc/31588/stat : 31588 (java) S 31587 31574 30085 0 -1 0 39127 0 1 0 21205 1811 0 0 18 0 9 0 74945130 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31588/statm: 217121 13468 2567 9 0 211668 0
[pid=31588/tid=31589] ppid=31587 vsize=868484 CPUtime=218.73
/proc/31588/task/31589/stat : 31589 (java) R 31587 31574 30085 0 -1 64 27291 0 1 0 20230 1643 0 0 25 0 9 0 74945131 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4127055628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31590] ppid=31587 vsize=868484 CPUtime=11.1
/proc/31588/task/31590/stat : 31590 (java) S 31587 31574 30085 0 -1 64 9590 0 0 0 944 166 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31591] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31591/stat : 31591 (java) S 31587 31574 30085 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31592] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31592/stat : 31592 (java) S 31587 31574 30085 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74945132 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31593] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31593/stat : 31593 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31594] ppid=31587 vsize=868484 CPUtime=0.31
/proc/31588/task/31594/stat : 31594 (java) S 31587 31574 30085 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31595] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31595/stat : 31595 (java) S 31587 31574 30085 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31588/tid=31596] ppid=31587 vsize=868484 CPUtime=0
/proc/31588/task/31596/stat : 31596 (java) S 31587 31574 30085 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74945134 889327616 13468 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.12
Current children cumulated vsize (KiB) 887440

[startup+243.106 s]
/proc/loadavg: 2.71 2.39 2.14 2/82 31596
/proc/meminfo: memFree=1893616/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=232.89
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 998 47642 0 2 3 88 21376 1822 15 0 1 0 74945013 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31574/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 232.89
Current children cumulated vsize (KiB) 13600

[startup+243.902 s]
/proc/loadavg: 2.71 2.39 2.14 2/82 31596
/proc/meminfo: memFree=1893616/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=232.95
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 998 47642 0 2 3 94 21376 1822 15 0 1 0 74945013 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31574/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 232.95
Current children cumulated vsize (KiB) 13600

[startup+244.302 s]
/proc/loadavg: 2.65 2.38 2.14 2/82 31596
/proc/meminfo: memFree=1893232/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=232.97
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 998 47642 0 2 3 96 21376 1822 15 0 1 0 74945013 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31574/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 232.97
Current children cumulated vsize (KiB) 13600

[startup+244.702 s]
/proc/loadavg: 2.65 2.38 2.14 2/82 31596
/proc/meminfo: memFree=1893232/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=232.98
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 998 47642 0 2 3 97 21376 1822 15 0 1 0 74945013 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31574/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 232.98
Current children cumulated vsize (KiB) 13600

[startup+244.802 s]
/proc/loadavg: 2.65 2.38 2.14 2/82 31596
/proc/meminfo: memFree=1893232/2055920 swapFree=4191900/4192956
[pid=31574] ppid=31572 vsize=13600 CPUtime=232.98
/proc/31574/stat : 31574 (sugar) D 31572 31574 30085 0 -1 4194304 998 47642 0 2 3 97 21376 1822 15 0 1 0 74945013 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31574/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 232.98
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 244.813
CPU time (s): 233.012
CPU user time (s): 213.805
CPU system time (s): 19.2061
CPU usage (%): 95.1795
Max. virtual memory (cumulated for all children) (KiB): 887832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.805
system time used= 19.2061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48670
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= 178463
involuntary context switches= 183539

runsolver used 0.293955 second user time and 0.877866 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-16 06:27:15
IDJOB=1126428
IDBENCH=64243
IDSOLVER=368
FILE ID=node34/1126428-1216182435
PBS_JOBID= 7905805
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-p-hat300-3_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-1126428-1216182435/watcher-1126428-1216182435 -o /tmp/evaluation-result-1126428-1216182435/solver-1126428-1216182435 -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-1126428-1216182435.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f84370d25d936ce5ef03e3ce4e521160
RANDOM SEED=1523252727

node34.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.236
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.236
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:       1860384 kB
Buffers:         11936 kB
Cached:          45400 kB
SwapCached:        260 kB
Active:         113844 kB
Inactive:        19968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860384 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:          95440 kB
Slab:            46748 kB
Committed_AS:   302704 kB
PageTables:       2168 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= 66556 MiB
End job on node34 at 2008-07-16 06:31:20