Trace number 455621

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? 886.172 884.927

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-74
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/455621-1178046519/instance-455621-1178046519.opb
0.21/0.20	c reading problem ... 
885.24/884.43	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 77587
885.24/884.43		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
885.24/884.43		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
885.24/884.43		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
885.24/884.43		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
885.24/884.43		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
885.24/884.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
885.24/884.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
885.24/884.43		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
885.24/884.43		at org.sat4j.AbstractLauncher.run(Unknown Source)
885.24/884.43		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
885.99/884.86	c starts		: 0
885.99/884.86	c conflicts		: 0
885.99/884.86	c decisions		: 0
885.99/884.86	c propagations		: 0
885.99/884.86	c inspects		: 0
885.99/884.86	c learnt literals	: 0
885.99/884.86	c learnt binary clauses	: 0
885.99/884.86	c learnt ternary clauses	: 0
885.99/884.86	c learnt clauses	: 0
885.99/884.86	c root simplifications	: 0
885.99/884.86	c removed literals (reason simplification)	: 0
885.99/884.86	c reason swapping (by a shorter reason)	: 0
885.99/884.86	c Calls to reduceDB	: 0
885.99/884.86	c speed (decisions/second)	: 0.0
885.99/884.86	c non guided choices	0
885.99/884.86	s UNKNOWN
885.99/884.86	c Total wall clock time (ms): 884.662

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-455621-1178046519 -o ROOT/results/node45/solver-455621-1178046519 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/455621-1178046519/sat4jPseudoResolution.jar /tmp/evaluation/455621-1178046519/instance-455621-1178046519.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.99 0.97 0.99 2/77 18221
/proc/meminfo: memFree=1789760/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=152 CPUtime=0
/proc/18221/stat : 18221 (java) R 18219 18221 17907 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 159497540 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 1 0 0
/proc/18221/statm: 38 26 19 9 0 4 0

[startup+0.0986971 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18221
/proc/meminfo: memFree=1789760/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1780108 CPUtime=0.08
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 3958 0 1 0 5 3 0 0 18 0 12 0 159497540 1822830592 3701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 445027 3701 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.101695 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18221
/proc/meminfo: memFree=1789760/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1780108 CPUtime=0.09
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 3972 0 1 0 6 3 0 0 18 0 12 0 159497540 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301718 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18221
/proc/meminfo: memFree=1789760/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1781412 CPUtime=0.32
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 5782 0 1 0 28 4 0 0 18 0 12 0 159497540 1824165888 5522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 445353 5522 1264 9 0 442965 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781412

[startup+0.70176 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18221
/proc/meminfo: memFree=1789760/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1782244 CPUtime=0.9
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 7133 0 1 0 86 4 0 0 18 0 12 0 159497540 1825017856 6710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 445561 6710 1301 9 0 443173 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782244

[startup+1.50184 s]
/proc/loadavg: 1.07 0.99 0.99 2/89 18233
/proc/meminfo: memFree=1761504/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1787980 CPUtime=2.05
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 11803 0 1 0 199 6 0 0 18 0 12 0 159497540 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446995 9216 1304 9 0 444607 0
[pid=18221/tid=18223] ppid=18219 vsize=1787980 CPUtime=1.15
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 6883 0 1 0 111 4 0 0 22 0 12 0 159497541 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 159497543 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159497543 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159497545 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 159497545 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159497545 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1787980 CPUtime=0.45
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2468 0 0 0 45 0 0 0 16 0 12 0 159497549 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1787980 CPUtime=0.41
/proc/18221/task/18231/stat : 18231 (java) R 18219 18221 17907 0 -1 64 1732 0 0 0 41 0 0 0 16 0 12 0 159497549 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336798 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1830891520 9216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1787980

[startup+3.103 s]
/proc/loadavg: 1.07 0.99 0.99 2/89 18233
/proc/meminfo: memFree=1754976/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1787980 CPUtime=3.72
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 13397 0 1 0 364 8 0 0 18 0 12 0 159497540 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446995 10450 1304 9 0 444607 0
[pid=18221/tid=18223] ppid=18219 vsize=1787980 CPUtime=2.73
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 8092 0 1 0 267 6 0 0 25 0 12 0 159497541 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 159497543 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159497543 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159497545 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 159497545 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159497545 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1787980 CPUtime=0.47
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2468 0 0 0 47 0 0 0 16 0 12 0 159497549 1830891520 10450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1787980 CPUtime=0.48
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2117 0 0 0 48 0 0 0 16 0 12 0 159497549 1830891520 10451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1830891520 10451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1787980 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1830891520 10451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1787980

[startup+6.30232 s]
/proc/loadavg: 1.07 0.99 0.99 2/89 18233
/proc/meminfo: memFree=1748576/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1787628 CPUtime=7.02
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 14836 0 1 0 692 10 0 0 18 0 12 0 159497540 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446907 11748 1304 9 0 444519 0
[pid=18221/tid=18223] ppid=18219 vsize=1787628 CPUtime=5.86
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 9413 0 1 0 578 8 0 0 25 0 12 0 159497541 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490266 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 159497543 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159497543 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159497545 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 159497545 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159497545 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1787628 CPUtime=0.58
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2479 0 0 0 58 0 0 0 16 0 12 0 159497549 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1787628 CPUtime=0.55
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2224 0 0 0 55 0 0 0 16 0 12 0 159497549 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1830531072 11748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1787628

[startup+12.703 s]
/proc/loadavg: 1.06 0.99 0.99 2/89 18233
/proc/meminfo: memFree=1740264/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1787628 CPUtime=13.42
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 16774 0 1 0 1329 13 0 0 18 0 12 0 159497540 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446907 13648 1304 9 0 444519 0
[pid=18221/tid=18223] ppid=18219 vsize=1787628 CPUtime=12.27
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 11351 0 1 0 1216 11 0 0 25 0 12 0 159497541 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 159497543 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159497543 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159497545 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 159497545 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159497545 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1787628 CPUtime=0.58
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2479 0 0 0 58 0 0 0 16 0 12 0 159497549 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1787628 CPUtime=0.55
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2224 0 0 0 55 0 0 0 16 0 12 0 159497549 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1787628 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1830531072 13648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 1787628

[startup+25.5013 s]
/proc/loadavg: 1.05 0.99 0.99 2/89 18233
/proc/meminfo: memFree=1730408/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1785552 CPUtime=26.34
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 19632 0 1 0 2618 16 0 0 18 0 12 0 159497540 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446388 15975 1304 9 0 444000 0
[pid=18221/tid=18223] ppid=18219 vsize=1785552 CPUtime=24.99
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 14070 0 1 0 2485 14 0 0 25 0 12 0 159497541 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652167 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 159497543 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159497543 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 159497545 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159497545 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1828405248 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18221/tid=18233] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 763.17
Current children cumulated vsize (KiB) 1785552

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1785552 CPUtime=823.15
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 51836 0 1 0 82262 53 0 0 18 0 12 0 159497540 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446388 48059 1313 9 0 444000 0
[pid=18221/tid=18223] ppid=18219 vsize=1785552 CPUtime=821.33
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 37682 0 1 0 82088 45 0 0 25 0 12 0 159497541 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1785552 CPUtime=0.22
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3830 0 0 0 20 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1785552 CPUtime=0.21
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 4759 0 0 0 19 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1785552 CPUtime=0.66
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2485 0 0 0 66 0 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1785552 CPUtime=0.67
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2357 0 0 0 66 1 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.15
Current children cumulated vsize (KiB) 1785552

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1785552 CPUtime=883.13
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 51836 0 1 0 88259 54 0 0 18 0 12 0 159497540 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446388 48059 1313 9 0 444000 0
[pid=18221/tid=18223] ppid=18219 vsize=1785552 CPUtime=881.31
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 37682 0 1 0 88085 46 0 0 25 0 12 0 159497541 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1785552 CPUtime=0.22
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3830 0 0 0 20 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1785552 CPUtime=0.21
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 4759 0 0 0 19 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1785552 CPUtime=0.66
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2485 0 0 0 66 0 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1785552 CPUtime=0.67
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2357 0 0 0 66 1 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.13
Current children cumulated vsize (KiB) 1785552

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

[startup+883.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1785552 CPUtime=883.93
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 51836 0 1 0 88339 54 0 0 18 0 12 0 159497540 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446388 48059 1313 9 0 444000 0
[pid=18221/tid=18223] ppid=18219 vsize=1785552 CPUtime=882.11
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 37682 0 1 0 88165 46 0 0 25 0 12 0 159497541 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490272 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1785552 CPUtime=0.22
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3830 0 0 0 20 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1785552 CPUtime=0.21
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 4759 0 0 0 19 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1785552 CPUtime=0.66
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2485 0 0 0 66 0 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1785552 CPUtime=0.67
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2357 0 0 0 66 1 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.93
Current children cumulated vsize (KiB) 1785552

[startup+883.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1785552 CPUtime=884.73
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 51836 0 1 0 88419 54 0 0 18 0 12 0 159497540 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446388 48059 1313 9 0 444000 0
[pid=18221/tid=18223] ppid=18219 vsize=1785552 CPUtime=882.91
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 37682 0 1 0 88245 46 0 0 25 0 12 0 159497541 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1785552 CPUtime=0.22
/proc/18221/task/18224/stat : 18224 (java) S 18219 18221 17907 0 -1 64 3830 0 0 0 20 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1785552 CPUtime=0.21
/proc/18221/task/18225/stat : 18225 (java) S 18219 18221 17907 0 -1 64 4759 0 0 0 19 2 0 0 19 0 12 0 159497543 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 159497545 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1785552 CPUtime=0.66
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2485 0 0 0 66 0 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1785552 CPUtime=0.67
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2357 0 0 0 66 1 0 0 16 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1785552 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1828405248 48059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 884.73
Current children cumulated vsize (KiB) 1785552

[startup+884.703 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=1786836 CPUtime=885.8
/proc/18221/stat : 18221 (java) S 18219 18221 17907 0 -1 0 61173 0 1 0 88521 59 0 0 18 0 12 0 159497540 1829720064 56933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 446709 56934 1317 9 0 444321 0
[pid=18221/tid=18223] ppid=18219 vsize=1786836 CPUtime=883.45
/proc/18221/task/18223/stat : 18223 (java) R 18219 18221 17907 0 -1 64 37688 0 1 0 88299 46 0 0 24 0 12 0 159497541 1829720064 56935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18224] ppid=18219 vsize=1786836 CPUtime=0.48
/proc/18221/task/18224/stat : 18224 (java) R 18219 18221 17907 0 -1 64 9331 0 0 0 44 4 0 0 18 0 12 0 159497543 1829720064 56935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18225] ppid=18219 vsize=1786836 CPUtime=0.48
/proc/18221/task/18225/stat : 18225 (java) R 18219 18221 17907 0 -1 64 8592 0 0 0 44 4 0 0 18 0 12 0 159497543 1829720064 56936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18219 18221 17907 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159497545 1829720064 56937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18227] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18227/stat : 18227 (java) S 18219 18221 17907 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 159497545 1829720064 56937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18228] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18219 18221 17907 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 159497545 1829720064 56938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18229] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18219 18221 17907 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159497549 1829720064 56940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18230] ppid=18219 vsize=1786836 CPUtime=0.66
/proc/18221/task/18230/stat : 18230 (java) S 18219 18221 17907 0 -1 64 2485 0 0 0 66 0 0 0 16 0 12 0 159497549 1829720064 56941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18221/tid=18231] ppid=18219 vsize=1786836 CPUtime=0.67
/proc/18221/task/18231/stat : 18231 (java) S 18219 18221 17907 0 -1 64 2357 0 0 0 66 1 0 0 16 0 12 0 159497549 1829720064 56942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18232] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18232/stat : 18232 (java) S 18219 18221 17907 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 159497549 1829720064 56943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18221/tid=18233] ppid=18219 vsize=1786836 CPUtime=0
/proc/18221/task/18233/stat : 18233 (java) S 18219 18221 17907 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159497549 1829720064 56944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 885.8
Current children cumulated vsize (KiB) 1786836

[startup+884.903 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 18235
/proc/meminfo: memFree=1600872/2055920 swapFree=4157776/4192956
[pid=18221] ppid=18219 vsize=0 CPUtime=886.14
/proc/18221/stat : 18221 (java) Z 18219 18221 17907 0 -1 12 66846 0 1 0 88551 63 0 0 16 0 2 0 159497540 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 886.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 884.927
CPU time (s): 886.172
CPU user time (s): 885.515
CPU system time (s): 0.6569
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 1789076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.515
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66846
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= 18415
involuntary context switches= 1882

runsolver used 0.828873 second user time and 2.40663 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Tue May  1 19:08:39 UTC 2007

IDJOB= 455621
IDBENCH= 48276
IDSOLVER= 159
FILE ID= node45/455621-1178046519

PBS_JOBID= 4728461

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/455621-1178046519/sat4jPseudoResolution.jar /tmp/evaluation/455621-1178046519/instance-455621-1178046519.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-455621-1178046519 -o ROOT/results/node45/solver-455621-1178046519 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/455621-1178046519/sat4jPseudoResolution.jar /tmp/evaluation/455621-1178046519/instance-455621-1178046519.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6856221d5d444d2079d321f11fb11f0b

RANDOM SEED= 817459044

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.218
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.218
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:       1790168 kB
Buffers:        100200 kB
Cached:          80808 kB
SwapCached:      14084 kB
Active:         129028 kB
Inactive:        76024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790168 kB
SwapTotal:     4192956 kB
SwapFree:      4157776 kB
Dirty:            5784 kB
Writeback:           0 kB
Mapped:          29592 kB
Slab:            46256 kB
Committed_AS:  3077896 kB
PageTables:       1732 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= 66559 MiB

End job on node45 on Tue May  1 19:23:24 UTC 2007