Trace number 363509

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-23OPT-7772 17.1444 16.5711

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-sentoy.opb
MD5SUMd0f46c7e79d3309033cc6b73ceacef6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark0.130979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7772
Optimality of the best value was proved YES
Number of variables60
Total number of constraints30
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 60
Biggest coefficient in the objective function 974
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 9460
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 6000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 26162
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	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.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/363509-1177028998/instance-363509-1177028998.opb
0.20/0.20	c reading problem ... 
0.31/0.39	c ... done. Wall clock time 0.189s.
0.31/0.39	c CPU time (experimental) 0.31s.
0.31/0.39	c #vars     60
0.31/0.39	c #constraints  30
0.46/0.42	c SATISFIABLE
0.46/0.42	c OPTIMIZING...
0.46/0.42	c Got one! Elapsed wall clock time (in seconds):0.221
0.46/0.42	o -7675
3.18/2.70	c Got one! Elapsed wall clock time (in seconds):2.498
3.18/2.70	o -7695
3.18/2.72	c Got one! Elapsed wall clock time (in seconds):2.514
3.18/2.72	o -7700
6.92/6.44	c Got one! Elapsed wall clock time (in seconds):6.236
6.92/6.44	o -7716
9.22/8.71	c Got one! Elapsed wall clock time (in seconds):8.505
9.22/8.71	o -7721
9.22/8.71	c Got one! Elapsed wall clock time (in seconds):8.509
9.22/8.71	o -7772
17.01/16.50	c starts		: 47
17.01/16.50	c conflicts		: 57678
17.01/16.50	c decisions		: 58872
17.01/16.50	c propagations		: 547772
17.01/16.50	c inspects		: 46217658
17.01/16.50	c learnt literals	: 19
17.01/16.50	c learnt binary clauses	: 19
17.01/16.50	c learnt ternary clauses	: 41
17.01/16.50	c learnt clauses	: 57658
17.01/16.50	c root simplifications	: 0
17.01/16.50	c removed literals (reason simplification)	: 0
17.01/16.50	c reason swapping (by a shorter reason)	: 0
17.01/16.50	c Calls to reduceDB	: 0
17.01/16.50	c speed (decisions/second)	: 7560.292795685116
17.01/16.50	c non guided choices	0
17.01/16.50	s OPTIMUM FOUND
17.11/16.50	v -x1 -x2 x3 -x4 x5 x6 -x7 x8 -x9 x10 x11 x12 -x13 x14 -x15 -x16 -x17 x18 -x19 x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 x31
17.11/16.50	v -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 -x58
17.11/16.50	v x59 x60
17.11/16.50	c objective function=-7772
17.11/16.50	c Total wall clock time (ms): 16.3

Verifier Data (download as text)

OK	-7772

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node24/watcher-363509-1177028998 -o ROOT/results/node24/solver-363509-1177028998 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363509-1177028998/sat4jPseudoResolution.jar /tmp/evaluation/363509-1177028998/instance-363509-1177028998.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.91 0.95 0.98 2/77 23574
/proc/meminfo: memFree=1546704/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=44 CPUtime=0
/proc/23574/stat : 23574 (java) R 23572 23574 15084 0 -1 0 16 0 0 0 0 0 0 0 19 0 1 0 150817811 45056 1 18446744073709551615 0 0 4294956984 18446744073709551615 237788261671 0 0 4096 0 0 0 0 17 1 0 0
/proc/23574/statm: 35 3 0 0 0 1 0

[startup+0.0125101 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 23574
/proc/meminfo: memFree=1546704/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1832 CPUtime=0
/proc/23574/stat : 23574 (java) R 23572 23574 15084 0 -1 0 339 0 0 0 0 0 0 0 18 0 1 0 150817811 1875968 149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23574/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.102515 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 23574
/proc/meminfo: memFree=1546704/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1780108 CPUtime=0.09
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 3973 0 1 0 6 3 0 0 18 0 12 0 150817811 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301535 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 23574
/proc/meminfo: memFree=1546704/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1781412 CPUtime=0.31
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 5108 0 1 0 27 4 0 0 18 0 12 0 150817811 1824165888 4847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 445353 4847 1264 9 0 442965 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781412

[startup+0.701579 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 23574
/proc/meminfo: memFree=1546704/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=1
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 8084 0 1 0 94 6 0 0 18 0 13 0 150817811 1828933632 7086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 7086 1313 9 0 444129 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1786068

[startup+1.50166 s]
/proc/loadavg: 0.91 0.95 0.98 2/90 23588
/proc/meminfo: memFree=1501608/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=1.91
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 22657 0 1 0 179 12 0 0 18 0 13 0 150817811 1828933632 21480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 21481 1315 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=1.26
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 19580 0 1 0 116 10 0 0 18 0 13 0 150817812 1828933632 21482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525160 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 150817814 1828933632 21484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 150817814 1828933632 21485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 21486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 150817817 1828933632 21487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 150817817 1828933632 21488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 21489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.35
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1233 0 0 0 35 0 0 0 16 0 13 0 150817820 1828933632 21490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.27
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1119 0 0 0 27 0 0 0 16 0 13 0 150817820 1828933632 21490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 21492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 21493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23588] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23588/stat : 23588 (java) S 23572 23574 15084 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150817854 1828933632 21494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1786068

[startup+3.10284 s]
/proc/loadavg: 0.91 0.95 0.98 2/90 23588
/proc/meminfo: memFree=1419688/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=3.58
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 41397 0 1 0 336 22 0 0 18 0 13 0 150817811 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 40215 1324 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=2.81
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37704 0 1 0 261 20 0 0 23 0 13 0 150817812 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525321 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 271 0 0 0 0 0 0 0 16 0 13 0 150817814 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 329 0 0 0 0 0 0 0 16 0 13 0 150817814 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 150817816 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.34
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1125 0 0 0 34 0 0 0 16 0 13 0 150817820 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 40215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1786068

[startup+6.30218 s]
/proc/loadavg: 0.92 0.95 0.98 2/90 23590
/proc/meminfo: memFree=1385696/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=6.79
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 42486 0 1 0 656 23 0 0 18 0 13 0 150817811 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 41284 1324 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=5.98
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37707 0 1 0 578 20 0 0 25 0 13 0 150817812 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550705 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0.02
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 855 0 0 0 2 0 0 0 16 0 13 0 150817814 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0.02
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 829 0 0 0 2 0 0 0 16 0 13 0 150817814 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.34
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1125 0 0 0 34 0 0 0 16 0 13 0 150817820 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23590] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23590/stat : 23590 (java) S 23572 23574 15084 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150818083 1828933632 41284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 1786068

[startup+12.7029 s]
/proc/loadavg: 0.93 0.95 0.98 2/90 23593
/proc/meminfo: memFree=1378320/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=13.27
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 45159 0 1 0 1302 25 0 0 18 0 13 0 150817811 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 41996 1325 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=12.3
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37713 0 1 0 1209 21 0 0 18 0 13 0 150817812 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 2193 0 0 0 9 0 0 0 16 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 2146 0 0 0 9 0 0 0 17 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.35
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1126 0 0 0 35 0 0 0 17 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23593] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23593/stat : 23593 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 150818683 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 1786068

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

[startup+14.306 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 23593
/proc/meminfo: memFree=1382672/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=14.87
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 45159 0 1 0 1462 25 0 0 18 0 13 0 150817811 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 41996 1325 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=13.9
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37713 0 1 0 1369 21 0 0 25 0 13 0 150817812 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551021 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 2193 0 0 0 9 0 0 0 16 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 2146 0 0 0 9 0 0 0 17 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.35
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1126 0 0 0 35 0 0 0 17 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23593] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23593/stat : 23593 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 150818683 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1786068

[startup+15.9022 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 23593
/proc/meminfo: memFree=1382736/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=16.47
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 45159 0 1 0 1622 25 0 0 18 0 13 0 150817811 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 41996 1325 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=15.49
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37713 0 1 0 1528 21 0 0 25 0 13 0 150817812 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 2193 0 0 0 9 0 0 0 16 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 2146 0 0 0 9 0 0 0 17 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.35
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1126 0 0 0 35 0 0 0 17 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23593] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23593/stat : 23593 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 150818683 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 1786068

[startup+16.3023 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 23593
/proc/meminfo: memFree=1382736/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786068 CPUtime=16.87
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 45159 0 1 0 1662 25 0 0 18 0 13 0 150817811 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446517 41996 1325 9 0 444129 0
[pid=23574/tid=23576] ppid=23572 vsize=1786068 CPUtime=15.89
/proc/23574/task/23576/stat : 23576 (java) R 23572 23574 15084 0 -1 64 37713 0 1 0 1568 21 0 0 25 0 13 0 150817812 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 2193 0 0 0 9 0 0 0 16 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786068 CPUtime=0.09
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 2146 0 0 0 9 0 0 0 17 0 13 0 150817814 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 150817816 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150817817 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786068 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786068 CPUtime=0.35
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1126 0 0 0 35 0 0 0 17 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23593] ppid=23572 vsize=1786068 CPUtime=0
/proc/23574/task/23593/stat : 23593 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 150818683 1828933632 41996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 1786068

[startup+16.5063 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 23593
/proc/meminfo: memFree=1372240/2055920 swapFree=4138204/4192956
[pid=23574] ppid=23572 vsize=1786392 CPUtime=17.11
/proc/23574/stat : 23574 (java) S 23572 23574 15084 0 -1 0 47852 0 1 0 1685 26 0 0 18 0 13 0 150817811 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23574/statm: 446598 44646 1325 9 0 444210 0
[pid=23574/tid=23576] ppid=23572 vsize=1786392 CPUtime=16.06
/proc/23574/task/23576/stat : 23576 (java) S 23572 23574 15084 0 -1 64 37718 0 1 0 1585 21 0 0 17 0 13 0 150817812 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23577] ppid=23572 vsize=1786392 CPUtime=0.13
/proc/23574/task/23577/stat : 23577 (java) S 23572 23574 15084 0 -1 64 3567 0 0 0 12 1 0 0 16 0 13 0 150817814 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23578] ppid=23572 vsize=1786392 CPUtime=0.13
/proc/23574/task/23578/stat : 23578 (java) S 23572 23574 15084 0 -1 64 3454 0 0 0 12 1 0 0 17 0 13 0 150817814 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23579] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23579/stat : 23579 (java) S 23572 23574 15084 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 150817816 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23580] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23580/stat : 23580 (java) S 23572 23574 15084 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150817817 1829265408 44646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23581] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23581/stat : 23581 (java) S 23572 23574 15084 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 150817817 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23582] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23582/stat : 23582 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150817820 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23583] ppid=23572 vsize=1786392 CPUtime=0.38
/proc/23574/task/23583/stat : 23583 (java) S 23572 23574 15084 0 -1 64 1236 0 0 0 38 0 0 0 16 0 13 0 150817820 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23584] ppid=23572 vsize=1786392 CPUtime=0.35
/proc/23574/task/23584/stat : 23584 (java) S 23572 23574 15084 0 -1 64 1126 0 0 0 35 0 0 0 17 0 13 0 150817820 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23574/tid=23585] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23585/stat : 23585 (java) S 23572 23574 15084 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 150817820 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23574/tid=23586] ppid=23572 vsize=1786392 CPUtime=0
/proc/23574/task/23586/stat : 23586 (java) S 23572 23574 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150817821 1829265408 44647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 1786392

Child status: 30
Real time (s): 16.5711
CPU time (s): 17.1444
CPU user time (s): 16.8544
CPU system time (s): 0.289955
CPU usage (%): 103.459
Max. virtual memory (cumulated for all children) (KiB): 1786392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8544
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47857
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= 864
involuntary context switches= 748

runsolver used 0.027995 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Fri Apr 20 00:29:58 UTC 2007

IDJOB= 363509
IDBENCH= 1857
IDSOLVER= 159
FILE ID= node24/363509-1177028998

PBS_JOBID= 4630604

Free space on /tmp= 66231 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-sentoy.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363509-1177028998/sat4jPseudoResolution.jar /tmp/evaluation/363509-1177028998/instance-363509-1177028998.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-363509-1177028998 -o ROOT/results/node24/solver-363509-1177028998 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363509-1177028998/sat4jPseudoResolution.jar /tmp/evaluation/363509-1177028998/instance-363509-1177028998.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d0f46c7e79d3309033cc6b73ceacef6c

RANDOM SEED= 741236727

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1547048 kB
Buffers:         51336 kB
Cached:         362008 kB
SwapCached:      22808 kB
Active:         140116 kB
Inactive:       307608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547048 kB
SwapTotal:     4192956 kB
SwapFree:      4138204 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:          40132 kB
Slab:            46640 kB
Committed_AS:  2921464 kB
PageTables:       1816 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= 66231 MiB

End job on node24 on Fri Apr 20 00:30:15 UTC 2007