Trace number 3500810

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
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 5.07823 4.80131

General information on the benchmark

Namegmus/nadel/
edn_24095_10.cnf_0.29000000.unsat.gcnf
MD5SUM59396d16b48424e0de77b278de22f61f
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.45447
Satisfiable
(Un)Satisfiability was proved
Number of variables863232
Number of clauses2525398
Sum of the clauses size5861912
Maximum clause length3
Minimum clause length1
Number of clauses of size 11780
Number of clauses of size 21710722
Number of clauses of size 3812896
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups4005
Number of clauses in the kernel (group 0)2445836
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 22

Solver Data

0.01/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.17	c See www.sat4j.org for details.
0.01/0.19	c version 2.3.0.v20110206
0.01/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.19	c java.vm.version	19.1-b02
0.01/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.19	c sun.arch.data.model	64
0.01/0.19	c java.version		1.6.0_24
0.01/0.19	c os.name		Linux
0.01/0.19	c os.version		2.6.18-164.el5
0.01/0.19	c os.arch		amd64
0.01/0.19	c Free memory 		5997854704
0.01/0.19	c Max memory 		6029312000
0.01/0.19	c Total memory 		6029312000
0.01/0.19	c Number of processors 	8
0.08/0.21	c High Level Explanation (MUS) enabled solver
0.08/0.21	c Deletion based minimization strategy
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@31e4457d
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483647s
0.08/0.21	c DB Simplification allowed=true
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving /varHOME/instance-3500810-1308036326.gcnf
0.08/0.21	c reading problem ... 
4.49/4.40	c ... done. Wall clock time 4.109s.
4.49/4.40	c #vars     867237
4.49/4.40	c #constraints  2525391
4.49/4.40	c constraints type 
4.49/4.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 890704
4.49/4.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1634651
4.77/4.67	c Unsat detection wall clock time (in seconds) : 4.456
4.77/4.67	c Size of initial high level unsat subformula: 2
4.77/4.67	c Computing high level MUS ...
4.77/4.67	c initial unsat core 3429 3196 
4.77/4.68	c checking 3429 ...
4.92/4.76	c not needed.
4.92/4.76	c skipping last test,the remaining element null is causing the inconsistency!
4.92/4.76	c Size of the high level MUS: 1
4.92/4.76	c Unsat core  computation wall clock time (in seconds) : 0.09
4.92/4.76	c starts		: 0
4.92/4.76	c conflicts		: 0
4.92/4.76	c decisions		: 0
4.92/4.76	c propagations		: 181490
4.92/4.76	c inspects		: 431096
4.92/4.76	c shortcuts		: 0
4.92/4.76	c learnt literals	: 0
4.92/4.76	c learnt binary clauses	: 0
4.92/4.76	c learnt ternary clauses	: 0
4.92/4.76	c learnt constraints	: 0
4.92/4.76	c ignored constraints	: 0
4.92/4.76	c root simplifications	: 0
4.92/4.76	c removed literals (reason simplification)	: 0
4.92/4.76	c reason swapping (by a shorter reason)	: 0
4.92/4.76	c Calls to reduceDB	: 0
4.92/4.76	c speed (assignments/second)	: 2240617.283950617
4.92/4.76	c non guided choices	0
4.92/4.76	c learnt constraints type 
4.92/4.76	c constraints type 
4.92/4.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 890704
4.92/4.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1634651
4.92/4.76	s UNSATISFIABLE
4.92/4.76	v 3196 0
4.92/4.76	c Total wall clock time (in seconds) : 4.547

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500810-1308036326/watcher-3500810-1308036326 -o /var/tmp/evaluation-result-3500810-1308036326/solver-3500810-1308036326 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500810-1308036326.gcnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.24 0.36 0.12 3/223 31615
/proc/meminfo: memFree=10432912/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=11804 CPUtime=0 cores=0,2
/proc/31615/stat : 31615 (runsolver) S 31613 31615 29465 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 896048937 12087296 55 33554432000 4194304 5436572 140733614193856 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/31615/statm: 2951 55 36 304 0 2643 0

[startup+0.0319111 s]
/proc/loadavg: 1.24 0.36 0.12 3/223 31615
/proc/meminfo: memFree=10432912/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=2464 CPUtime=0 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 896048937 2523136 44 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/31615/statm: 616 44 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2464

[startup+0.100934 s]
/proc/loadavg: 1.24 0.36 0.12 3/223 31615
/proc/meminfo: memFree=10432912/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6343692 CPUtime=0.01 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 6775 0 1 0 0 1 0 0 20 0 10 0 896048937 6495940608 6475 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1585923 6475 1053 9 0 1577079 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6343692

[startup+0.300843 s]
/proc/loadavg: 1.24 0.36 0.12 3/223 31615
/proc/meminfo: memFree=10432912/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430132 CPUtime=0.22 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 18027 0 1 0 19 3 0 0 20 0 18 0 896048937 6584455168 17638 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607533 17638 2164 9 0 1598271 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 6430132

[startup+0.700771 s]
/proc/loadavg: 1.24 0.36 0.12 3/223 31615
/proc/meminfo: memFree=10432912/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430324 CPUtime=0.78 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 34840 0 1 0 73 5 0 0 20 0 18 0 896048937 6584651776 33971 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607581 33971 2201 9 0 1598319 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 6430324

[startup+1.50066 s]
/proc/loadavg: 1.24 0.36 0.12 5/258 31650
/proc/meminfo: memFree=9746168/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430324 CPUtime=1.58 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 71131 0 1 0 148 10 0 0 20 0 18 0 896048937 6584651776 70261 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607581 70263 2202 9 0 1598319 0
[pid=31615/tid=31618] ppid=31613 vsize=6430324 CPUtime=1.36 cores=0,2
/proc/31615/task/31618/stat : 31618 (java) R 31613 31615 29465 0 -1 4202560 67925 0 1 0 126 10 0 0 25 0 18 0 896048942 6584651776 70264 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 46912505574670 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31630] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31630/stat : 31630 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896048946 6584651776 70265 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31631] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31631/stat : 31631 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 70266 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31632] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31632/stat : 31632 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 70267 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31633] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31633/stat : 31633 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 70268 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31634] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31634/stat : 31634 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 70269 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31635] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31635/stat : 31635 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 70270 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31636] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31636/stat : 31636 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 70272 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 70273 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31643] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31643/stat : 31643 (java) S 31613 31615 29465 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 896048949 6584651776 70274 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31644] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31644/stat : 31644 (java) S 31613 31615 29465 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 896048949 6584651776 70275 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31645] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31645/stat : 31645 (java) S 31613 31615 29465 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 896048949 6584651776 70276 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31646] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31646/stat : 31646 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 896048953 6584651776 70277 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31647] ppid=31613 vsize=6430324 CPUtime=0.01 cores=0,2
/proc/31615/task/31647/stat : 31647 (java) S 31613 31615 29465 0 -1 4202560 96 0 0 0 1 0 0 0 22 0 18 0 896048953 6584651776 70278 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31648] ppid=31613 vsize=6430324 CPUtime=0.19 cores=0,2
/proc/31615/task/31648/stat : 31648 (java) S 31613 31615 29465 0 -1 4202560 1960 0 0 0 19 0 0 0 17 0 18 0 896048953 6584651776 70279 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31649] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31649/stat : 31649 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 896048953 6584651776 70281 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31650] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31650/stat : 31650 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896048953 6584651776 70282 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 6430324

[startup+3.1014 s]
/proc/loadavg: 1.46 0.42 0.14 5/258 31650
/proc/meminfo: memFree=8954924/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430324 CPUtime=3.18 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 141049 0 1 0 299 19 0 0 20 0 18 0 896048937 6584651776 140179 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607581 140181 2202 9 0 1598319 0
[pid=31615/tid=31618] ppid=31613 vsize=6430324 CPUtime=2.96 cores=0,2
/proc/31615/task/31618/stat : 31618 (java) R 31613 31615 29465 0 -1 4202560 137843 0 1 0 277 19 0 0 25 0 18 0 896048942 6584651776 140182 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 46912505515632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31630] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31630/stat : 31630 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896048946 6584651776 140183 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31631] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31631/stat : 31631 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 140184 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31632] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31632/stat : 31632 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 140186 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31633] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31633/stat : 31633 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 140187 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31634] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31634/stat : 31634 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 140188 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31635] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31635/stat : 31635 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 140190 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31636] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31636/stat : 31636 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 140191 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 140192 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31643] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31643/stat : 31643 (java) S 31613 31615 29465 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 896048949 6584651776 140193 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31644] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31644/stat : 31644 (java) S 31613 31615 29465 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 896048949 6584651776 140195 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31645] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31645/stat : 31645 (java) S 31613 31615 29465 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 896048949 6584651776 140196 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31646] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31646/stat : 31646 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 896048953 6584651776 140197 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31647] ppid=31613 vsize=6430324 CPUtime=0.01 cores=0,2
/proc/31615/task/31647/stat : 31647 (java) S 31613 31615 29465 0 -1 4202560 96 0 0 0 1 0 0 0 22 0 18 0 896048953 6584651776 140198 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31648] ppid=31613 vsize=6430324 CPUtime=0.19 cores=0,2
/proc/31615/task/31648/stat : 31648 (java) S 31613 31615 29465 0 -1 4202560 1960 0 0 0 19 0 0 0 17 0 18 0 896048953 6584651776 140199 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31649] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31649/stat : 31649 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 896048953 6584651776 140200 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31650] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31650/stat : 31650 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896048953 6584651776 140201 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 6430324

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

[startup+3.90125 s]
/proc/loadavg: 1.46 0.42 0.14 7/237 31676
/proc/meminfo: memFree=8856528/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430324 CPUtime=3.98 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 175553 0 1 0 375 23 0 0 20 0 18 0 896048937 6584651776 174683 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607581 174685 2202 9 0 1598319 0
[pid=31615/tid=31618] ppid=31613 vsize=6430324 CPUtime=3.76 cores=0,2
/proc/31615/task/31618/stat : 31618 (java) R 31613 31615 29465 0 -1 4202560 172347 0 1 0 353 23 0 0 25 0 18 0 896048942 6584651776 174686 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 46912505531971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31630] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31630/stat : 31630 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896048946 6584651776 174687 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31631] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31631/stat : 31631 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 174688 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31632] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31632/stat : 31632 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 174689 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31633] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31633/stat : 31633 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584651776 174690 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31634] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31634/stat : 31634 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 174691 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31635] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31635/stat : 31635 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 174692 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31636] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31636/stat : 31636 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 174693 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584651776 174695 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31643] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31643/stat : 31643 (java) S 31613 31615 29465 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 896048949 6584651776 174696 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31644] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31644/stat : 31644 (java) S 31613 31615 29465 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 896048949 6584651776 174697 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31645] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31645/stat : 31645 (java) S 31613 31615 29465 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 896048949 6584651776 174698 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31646] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31646/stat : 31646 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 896048953 6584651776 174699 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31647] ppid=31613 vsize=6430324 CPUtime=0.01 cores=0,2
/proc/31615/task/31647/stat : 31647 (java) S 31613 31615 29465 0 -1 4202560 96 0 0 0 1 0 0 0 22 0 18 0 896048953 6584651776 174700 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31648] ppid=31613 vsize=6430324 CPUtime=0.19 cores=0,2
/proc/31615/task/31648/stat : 31648 (java) S 31613 31615 29465 0 -1 4202560 1960 0 0 0 19 0 0 0 17 0 18 0 896048953 6584651776 174701 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31649] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31649/stat : 31649 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 896048953 6584651776 174703 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31650] ppid=31613 vsize=6430324 CPUtime=0 cores=0,2
/proc/31615/task/31650/stat : 31650 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896048953 6584651776 174704 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 6430324

[startup+4.30113 s]
/proc/loadavg: 1.46 0.42 0.14 7/260 31707
/proc/meminfo: memFree=8260152/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6430132 CPUtime=4.39 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 199345 0 1 0 414 25 0 0 20 0 18 0 896048937 6584455168 198303 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1607533 198304 2214 9 0 1598271 0
[pid=31615/tid=31618] ppid=31613 vsize=6430132 CPUtime=4.13 cores=0,2
/proc/31615/task/31618/stat : 31618 (java) R 31613 31615 29465 0 -1 4202560 195970 0 1 0 388 25 0 0 18 0 18 0 896048942 6584455168 198308 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 46912505641237 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31630] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31630/stat : 31630 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896048946 6584455168 198309 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31631] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31631/stat : 31631 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584455168 198310 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31632] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31632/stat : 31632 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584455168 198311 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31633] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31633/stat : 31633 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6584455168 198313 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31634] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31634/stat : 31634 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584455168 198314 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31635] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31635/stat : 31635 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584455168 198315 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31636] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31636/stat : 31636 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 896048947 6584455168 198316 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6584455168 198317 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31643] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31643/stat : 31643 (java) S 31613 31615 29465 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 896048949 6584455168 198318 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31644] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31644/stat : 31644 (java) S 31613 31615 29465 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 896048949 6584455168 198319 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31645] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31645/stat : 31645 (java) S 31613 31615 29465 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 896048949 6584455168 198320 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31646] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31646/stat : 31646 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 896048953 6584455168 198321 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31647] ppid=31613 vsize=6430132 CPUtime=0.06 cores=0,2
/proc/31615/task/31647/stat : 31647 (java) S 31613 31615 29465 0 -1 4202560 265 0 0 0 6 0 0 0 16 0 18 0 896048953 6584455168 198322 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31648] ppid=31613 vsize=6430132 CPUtime=0.19 cores=0,2
/proc/31615/task/31648/stat : 31648 (java) S 31613 31615 29465 0 -1 4202560 1960 0 0 0 19 0 0 0 17 0 18 0 896048953 6584455168 198323 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31649] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31649/stat : 31649 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 896048953 6584455168 198324 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31650] ppid=31613 vsize=6430132 CPUtime=0 cores=0,2
/proc/31615/task/31650/stat : 31650 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896048953 6584455168 198325 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 6430132

[startup+4.70106 s]
/proc/loadavg: 1.46 0.42 0.14 7/260 31707
/proc/meminfo: memFree=8260152/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=6435940 CPUtime=4.92 cores=0,2
/proc/31615/stat : 31615 (java) S 31613 31615 29465 0 -1 4202496 216948 0 1 0 465 27 0 0 20 0 18 0 896048937 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 1608985 215511 2224 9 0 1599723 0
[pid=31615/tid=31618] ppid=31613 vsize=6435940 CPUtime=4.41 cores=0,2
/proc/31615/task/31618/stat : 31618 (java) R 31613 31615 29465 0 -1 4202560 211931 0 1 0 415 26 0 0 18 0 18 0 896048942 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 46912505650455 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31615/tid=31630] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31630/stat : 31630 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 896048946 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31631] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31631/stat : 31631 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31632] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31632/stat : 31632 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31633] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31633/stat : 31633 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048946 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31634] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31634/stat : 31634 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31635] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31635/stat : 31635 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31636] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31636/stat : 31636 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 896048947 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 896048947 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31643] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31643/stat : 31643 (java) S 31613 31615 29465 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 896048949 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31644] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31644/stat : 31644 (java) S 31613 31615 29465 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 896048949 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31645] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31645/stat : 31645 (java) S 31613 31615 29465 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 896048949 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31646] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31646/stat : 31646 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 896048953 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31647] ppid=31613 vsize=6435940 CPUtime=0.23 cores=0,2
/proc/31615/task/31647/stat : 31647 (java) R 31613 31615 29465 0 -1 4202560 1869 0 0 0 23 0 0 0 15 0 18 0 896048953 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31648] ppid=31613 vsize=6435940 CPUtime=0.25 cores=0,2
/proc/31615/task/31648/stat : 31648 (java) R 31613 31615 29465 0 -1 4202560 1992 0 0 0 25 0 0 0 15 0 18 0 896048953 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 47436378917985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31615/tid=31649] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31649/stat : 31649 (java) S 31613 31615 29465 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 896048953 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=31615/tid=31650] ppid=31613 vsize=6435940 CPUtime=0 cores=0,2
/proc/31615/task/31650/stat : 31650 (java) S 31613 31615 29465 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 896048953 6590402560 215511 33554432000 1073741824 1073778376 140736520108064 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 6435940

[startup+4.80107 s]
/proc/loadavg: 1.46 0.42 0.14 7/260 31707
/proc/meminfo: memFree=8260152/32951124 swapFree=67054264/67111528
[pid=31615] ppid=31613 vsize=0 CPUtime=5.07 cores=0,2
/proc/31615/stat : 31615 (java) Z 31613 31615 29465 0 -1 4203548 218701 0 1 0 476 31 0 0 18 0 2 0 896048937 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31615/statm: 0 0 0 0 0 0 0
[pid=31615/tid=31637] ppid=31613 vsize=0 CPUtime=0.03 cores=0,2
/proc/31615/task/31637/stat : 31637 (java) R 31613 31615 29465 0 -1 4203588 1 0 0 0 0 3 0 0 18 0 2 0 896048947 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4.80131
CPU time (s): 5.07823
CPU user time (s): 4.76128
CPU system time (s): 0.316951
CPU usage (%): 105.768
Max. virtual memory (cumulated for all children) (KiB): 6435940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76128
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218701
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280
involuntary context switches= 284

runsolver used 0.012998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-14 09:25:31
IDJOB=3500810
IDBENCH=89947
IDSOLVER=1997
FILE ID=node145/3500810-1308036326
RUNJOBID= node145-1308036326-31526
PBS_JOBID= 13563891
Free space on /var/tmp= 2732 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_24095_10.cnf_0.29000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500810-1308036326/watcher-3500810-1308036326 -o /var/tmp/evaluation-result-3500810-1308036326/solver-3500810-1308036326 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500810-1308036326.gcnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 59396d16b48424e0de77b278de22f61f
RANDOM SEED=435555289

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10434892 kB
Buffers:        176620 kB
Cached:       21528436 kB
SwapCached:      10064 kB
Active:        5640320 kB
Inactive:     16136512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10434892 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:          184568 kB
Writeback:           0 kB
AnonPages:       68756 kB
Mapped:          18564 kB
Slab:           672692 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 12676540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2764 MiB
End job on node145 at 2011-06-14 09:25:36