Trace number 366008

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 20.2109 19.572

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.030995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.25	c no version file found!!!
0.08/0.25	c sun.arch.data.model	32
0.08/0.25	c java.version	1.6.0
0.08/0.25	c os.name	Linux
0.08/0.25	c os.version	2.6.9-22.EL.rootsmp
0.08/0.25	c os.arch	i386
0.08/0.25	c Free memory 1651659224
0.08/0.25	c Max memory 1654456320
0.08/0.25	c Total memory 1654456320
0.08/0.25	c Number of processors 2
0.20/0.30	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.30	--- Begin Solver configuration ---
0.20/0.30	c Stops conflict analysis at the first Unique Implication Point
0.20/0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.30	c Learn all clauses as in MiniSAT
0.20/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.30	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.30	c No reason simplification
0.20/0.30	c --- End Solver configuration ---
0.20/0.30	c Simplify asserted PB constraints to clauses
0.20/0.30	c solving /tmp/evaluation/366008-1177056209/instance-366008-1177056209.opb
0.20/0.31	c reading problem ... 
0.83/0.78	c ... done. Wall clock time 0.476s.
0.83/0.78	c CPU time (experimental) 0.46s.
0.83/0.78	c #vars     3660
0.83/0.78	c #constraints  121
20.17/19.50	c starts		: 1
20.17/19.50	c conflicts		: 60
20.17/19.50	c decisions		: 1771
20.17/19.50	c propagations		: 4684
20.17/19.50	c inspects		: 2007
20.17/19.50	c learnt literals	: 0
20.17/19.50	c learnt binary clauses	: 0
20.17/19.50	c learnt ternary clauses	: 0
20.17/19.50	c learnt clauses	: 59
20.17/19.50	c root simplifications	: 0
20.17/19.50	c removed literals (reason simplification)	: 0
20.17/19.50	c reason swapping (by a shorter reason)	: 0
20.17/19.50	c Calls to reduceDB	: 0
20.17/19.50	c speed (decisions/second)	: 94.66538379302973
20.17/19.50	c non guided choices	1771
20.17/19.50	s UNSATISFIABLE
20.17/19.50	c Total wall clock time (ms): 19.199

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-366008-1177056209 -o ROOT/results/node50/solver-366008-1177056209 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366008-1177056209/sat4jPseudoCPClause.jar /tmp/evaluation/366008-1177056209/instance-366008-1177056209.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/64 2105
/proc/meminfo: memFree=1859200/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=272 CPUtime=0
/proc/2105/stat : 2105 (java) R 2103 2105 1733 0 -1 0 52 0 0 0 0 0 0 0 18 0 1 0 60466136 278528 36 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7882479 0 0 4096 0 0 0 0 17 1 0 0
/proc/2105/statm: 68 37 28 9 0 6 0

[startup+0.0734071 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 2105
/proc/meminfo: memFree=1859200/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=12916 CPUtime=0
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 60466136 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.101407 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 2105
/proc/meminfo: memFree=1859200/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=12916 CPUtime=0
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 60466136 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.301432 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 2105
/proc/meminfo: memFree=1859200/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1782424 CPUtime=0.2
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 4850 0 1 0 17 3 0 0 18 0 12 0 60466136 1825202176 4589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 445606 4589 1244 9 0 443217 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782424

[startup+0.70147 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 2105
/proc/meminfo: memFree=1859200/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786076 CPUtime=0.83
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 7790 0 1 0 79 4 0 0 18 0 12 0 60466136 1828941824 6572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446519 6572 1300 9 0 444130 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1786076

[startup+1.50254 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1829208/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786044 CPUtime=1.91
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 30876 0 1 0 178 13 0 0 18 0 13 0 60466136 1828909056 29535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446511 29539 1317 9 0 444122 0
[pid=2105/tid=2108] ppid=2103 vsize=1786044 CPUtime=1.07
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 27749 0 1 0 96 11 0 0 25 0 13 0 60466137 1828909056 29540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 60466148 1828909056 29541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 60466148 1828909056 29544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 60466150 1828909056 29547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 60466151 1828909056 29550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466151 1828909056 29551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828909056 29551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786044 CPUtime=0.35
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 739 0 0 0 35 0 0 0 16 0 13 0 60466155 1828909056 29554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786044 CPUtime=0.45
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1671 0 0 0 45 0 0 0 16 0 13 0 60466155 1828909056 29557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828909056 29560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828909056 29562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828909056 29562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1786044

[startup+3.10287 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1703896/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786044 CPUtime=3.63
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 41514 0 1 0 345 18 0 0 18 0 13 0 60466136 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446511 40165 1329 9 0 444122 0
[pid=2105/tid=2108] ppid=2103 vsize=1786044 CPUtime=2.61
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37743 0 1 0 246 15 0 0 18 0 13 0 60466137 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109627516 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786044 CPUtime=0.01
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 336 0 0 0 1 0 0 0 16 0 13 0 60466148 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 280 0 0 0 0 0 0 0 16 0 13 0 60466148 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 60466150 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786044 CPUtime=0.41
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 747 0 0 0 41 0 0 0 16 0 13 0 60466155 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786044 CPUtime=0.54
/proc/2105/task/2116/stat : 2116 (java) R 2103 2105 1733 0 -1 64 1676 0 0 0 53 1 0 0 16 0 13 0 60466155 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102571569 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786044 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828909056 40165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1786044

[startup+6.30115 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1701784/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=6.86
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 42397 0 1 0 667 19 0 0 18 0 13 0 60466136 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40255 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=5.77
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37751 0 1 0 562 15 0 0 25 0 13 0 60466137 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649016 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.03
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 759 0 0 0 3 0 0 0 16 0 13 0 60466148 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.03
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 722 0 0 0 2 1 0 0 16 0 13 0 60466148 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 60466150 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.42
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 747 0 0 0 42 0 0 0 16 0 13 0 60466155 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.56
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 55 1 0 0 16 0 13 0 60466155 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1786012

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1700384/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=13.3
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 43404 0 1 0 1310 20 0 0 18 0 13 0 60466136 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40619 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=12.13
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37771 0 1 0 1198 15 0 0 17 0 13 0 60466137 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649213 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.06
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1250 0 0 0 6 0 0 0 16 0 13 0 60466148 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.05
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1218 0 0 0 4 1 0 0 16 0 13 0 60466148 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 0 0 0 0 15 0 13 0 60466150 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.42
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 747 0 0 0 42 0 0 0 16 0 13 0 60466155 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1786012

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

[startup+15.9018 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1699552/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=16.55
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 43996 0 1 0 1635 20 0 0 18 0 13 0 60466136 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40842 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=15.31
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37783 0 1 0 1516 15 0 0 18 0 13 0 60466137 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.07
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1509 0 0 0 7 0 0 0 16 0 13 0 60466148 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.07
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1534 0 0 0 6 1 0 0 16 0 13 0 60466148 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 0 0 0 0 15 0 13 0 60466150 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.47
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 752 0 0 0 47 0 0 0 16 0 13 0 60466155 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.55
Current children cumulated vsize (KiB) 1786012

[startup+17.5029 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1700192/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=18.16
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 44164 0 1 0 1796 20 0 0 18 0 13 0 60466136 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40610 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=16.9
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37791 0 1 0 1675 15 0 0 25 0 13 0 60466137 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109643239 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1600 0 0 0 8 0 0 0 15 0 13 0 60466148 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1603 0 0 0 7 1 0 0 16 0 13 0 60466148 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 0 0 0 0 15 0 13 0 60466150 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.47
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 752 0 0 0 47 0 0 0 16 0 13 0 60466155 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 1786012

[startup+18.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1700192/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=18.97
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 44204 0 1 0 1876 21 0 0 18 0 13 0 60466136 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40502 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=17.69
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37795 0 1 0 1753 16 0 0 25 0 13 0 60466137 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632629 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1634 0 0 0 8 0 0 0 16 0 13 0 60466148 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1605 0 0 0 7 1 0 0 16 0 13 0 60466148 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 0 0 0 0 15 0 13 0 60466150 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.47
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 752 0 0 0 47 0 0 0 16 0 13 0 60466155 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 1786012

[startup+19.1021 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1700640/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=19.77
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 44226 0 1 0 1956 21 0 0 18 0 13 0 60466136 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40392 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=18.49
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37800 0 1 0 1833 16 0 0 25 0 13 0 60466137 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649408 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1644 0 0 0 8 0 0 0 16 0 13 0 60466148 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1612 0 0 0 7 1 0 0 15 0 13 0 60466148 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0.01
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 60466150 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.47
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 752 0 0 0 47 0 0 0 16 0 13 0 60466155 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 1786012

[startup+19.5021 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 2119
/proc/meminfo: memFree=1700640/2055920 swapFree=4183800/4192956
[pid=2105] ppid=2103 vsize=1786012 CPUtime=20.17
/proc/2105/stat : 2105 (java) S 2103 2105 1733 0 -1 0 44235 0 1 0 1996 21 0 0 18 0 13 0 60466136 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2105/statm: 446503 40351 1329 9 0 444114 0
[pid=2105/tid=2108] ppid=2103 vsize=1786012 CPUtime=18.88
/proc/2105/task/2108/stat : 2108 (java) R 2103 2105 1733 0 -1 64 37802 0 1 0 1872 16 0 0 25 0 13 0 60466137 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632641 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2109] ppid=2103 vsize=1786012 CPUtime=0.09
/proc/2105/task/2109/stat : 2109 (java) S 2103 2105 1733 0 -1 64 1649 0 0 0 9 0 0 0 16 0 13 0 60466148 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2110] ppid=2103 vsize=1786012 CPUtime=0.08
/proc/2105/task/2110/stat : 2110 (java) S 2103 2105 1733 0 -1 64 1614 0 0 0 7 1 0 0 16 0 13 0 60466148 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2111] ppid=2103 vsize=1786012 CPUtime=0.01
/proc/2105/task/2111/stat : 2111 (java) S 2103 2105 1733 0 -1 64 19 0 0 0 1 0 0 0 17 0 13 0 60466150 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2112] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2112/stat : 2112 (java) S 2103 2105 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2113] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2113/stat : 2113 (java) S 2103 2105 1733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 60466151 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2114] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2114/stat : 2114 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 60466155 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2115] ppid=2103 vsize=1786012 CPUtime=0.47
/proc/2105/task/2115/stat : 2115 (java) S 2103 2105 1733 0 -1 64 752 0 0 0 47 0 0 0 16 0 13 0 60466155 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2105/tid=2116] ppid=2103 vsize=1786012 CPUtime=0.57
/proc/2105/task/2116/stat : 2116 (java) S 2103 2105 1733 0 -1 64 1679 0 0 0 56 1 0 0 16 0 13 0 60466155 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2117] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2117/stat : 2117 (java) S 2103 2105 1733 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 60466155 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2118] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2118/stat : 2118 (java) S 2103 2105 1733 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 60466155 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2105/tid=2119] ppid=2103 vsize=1786012 CPUtime=0
/proc/2105/task/2119/stat : 2119 (java) S 2103 2105 1733 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 60466216 1828876288 40351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 1786012

Child status: 20
Real time (s): 19.572
CPU time (s): 20.2109
CPU user time (s): 19.974
CPU system time (s): 0.236963
CPU usage (%): 103.264
Max. virtual memory (cumulated for all children) (KiB): 1786076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.974
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44244
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= 1603
involuntary context switches= 1030

runsolver used 0.023996 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Fri Apr 20 08:03:30 UTC 2007

IDJOB= 366008
IDBENCH= 2599
IDSOLVER= 164
FILE ID= node50/366008-1177056209

PBS_JOBID= 4640187

Free space on /tmp= 66504 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366008-1177056209/sat4jPseudoCPClause.jar /tmp/evaluation/366008-1177056209/instance-366008-1177056209.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-366008-1177056209 -o ROOT/results/node50/solver-366008-1177056209 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366008-1177056209/sat4jPseudoCPClause.jar /tmp/evaluation/366008-1177056209/instance-366008-1177056209.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5bedad9895f21a4b5e521b3abd33ba08

RANDOM SEED= 776654575

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1860056 kB
Buffers:         39164 kB
Cached:          86296 kB
SwapCached:       2856 kB
Active:          26328 kB
Inactive:       117904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860056 kB
SwapTotal:     4192956 kB
SwapFree:      4183800 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            37672 kB
Committed_AS:  2817560 kB
PageTables:       1460 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= 66504 MiB

End job on node50 on Fri Apr 20 08:03:49 UTC 2007