Trace number 358370

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 40.3269 37.9219

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110976935.opb
MD5SUM09a2a97c88821c18a87bc8c5a7b2e947
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.016996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1229
Number of bits of the biggest sum of numbers11
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c Simplify asserted PB constraints to clauses
0.11/0.27	c solving /tmp/evaluation/358370-1176914899/instance-358370-1176914899.opb
0.11/0.27	c reading problem ... 
0.36/0.40	c ... done. Wall clock time 0.13s.
0.36/0.40	c CPU time (experimental) 0.27s.
0.36/0.40	c #vars     169
0.36/0.40	c #constraints  101
40.24/37.84	c starts		: 2
40.24/37.84	c conflicts		: 3707
40.24/37.84	c decisions		: 20997
40.24/37.84	c propagations		: 113537
40.24/37.84	c inspects		: 9682110
40.24/37.84	c learnt literals	: 0
40.24/37.84	c learnt binary clauses	: 0
40.24/37.84	c learnt ternary clauses	: 0
40.24/37.84	c learnt clauses	: 3706
40.24/37.84	c root simplifications	: 0
40.24/37.84	c removed literals (reason simplification)	: 0
40.24/37.84	c reason swapping (by a shorter reason)	: 0
40.24/37.84	c Calls to reduceDB	: 0
40.24/37.84	c speed (decisions/second)	: 560.8922131694937
40.24/37.84	c non guided choices	35
40.24/37.84	s UNSATISFIABLE
40.24/37.84	c Total wall clock time (ms): 37.568

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/node63/watcher-358370-1176914899 -o ROOT/results/node63/solver-358370-1176914899 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358370-1176914899/sat4jPseudoCPClause.jar /tmp/evaluation/358370-1176914899/instance-358370-1176914899.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.89 0.97 0.99 3/64 28561
/proc/meminfo: memFree=1375868/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=18568 CPUtime=0
/proc/28561/stat : 28561 (runsolver) D 28559 28561 27747 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 167479877 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 247254805799 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/28561/statm: 4642 292 257 24 0 2626 0

[startup+0.079583 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 28561
/proc/meminfo: memFree=1375868/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1512 CPUtime=0
/proc/28561/stat : 28561 (java) R 28559 28561 27747 0 -1 0 223 0 0 0 0 0 0 0 18 0 1 0 167479877 1548288 44 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 2972301 0 0 4096 0 0 0 0 17 0 0 0
/proc/28561/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.102589 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 28561
/proc/meminfo: memFree=1375868/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1775952 CPUtime=0.01
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 2871 0 1 0 0 1 0 0 18 0 4 0 167479877 1818574848 2619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 443988 2619 648 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.302612 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 28561
/proc/meminfo: memFree=1375868/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1782596 CPUtime=0.23
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 5000 0 1 0 20 3 0 0 18 0 12 0 167479877 1825378304 4739 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 445649 4739 1246 9 0 443260 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782596

[startup+0.702655 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 28561
/proc/meminfo: memFree=1375868/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1784880 CPUtime=0.9
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 9044 0 1 0 86 4 0 0 18 0 13 0 167479877 1827717120 8209 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 446220 8209 1304 9 0 443831 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784880

[startup+1.50174 s]
/proc/loadavg: 0.89 0.97 0.99 3/77 28574
/proc/meminfo: memFree=1328788/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1798520 CPUtime=2.46
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 24646 0 1 0 235 11 0 0 18 0 13 0 167479877 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 449630 19877 1321 9 0 447241 0
[pid=28561/tid=28563] ppid=28559 vsize=1798520 CPUtime=0.79
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 15141 0 1 0 73 6 0 0 19 0 13 0 167479886 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 167479887 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 167479887 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 167479889 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 167479890 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 167479890 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1798520 CPUtime=0.83
/proc/28561/task/28570/stat : 28570 (java) R 28559 28561 27747 0 -1 64 4645 0 0 0 81 2 0 0 21 0 13 0 167479894 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105308204 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1798520 CPUtime=0.82
/proc/28561/task/28571/stat : 28571 (java) R 28559 28561 27747 0 -1 64 4138 0 0 0 80 2 0 0 18 0 13 0 167479894 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105056819 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1798520 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1841684480 19877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1798520

[startup+3.10191 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1232404/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1796060 CPUtime=4.95
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 53141 0 1 0 471 24 0 0 18 0 13 0 167479877 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 449015 43453 1330 9 0 446626 0
[pid=28561/tid=28563] ppid=28559 vsize=1796060 CPUtime=2.26
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 37747 0 1 0 210 16 0 0 25 0 13 0 167479886 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109511138 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1796060 CPUtime=0.01
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 557 0 0 0 1 0 0 0 16 0 13 0 167479887 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1796060 CPUtime=0.02
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 731 0 0 0 2 0 0 0 16 0 13 0 167479887 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167479889 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1796060 CPUtime=1.17
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6718 0 0 0 114 3 0 0 16 0 13 0 167479894 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1796060 CPUtime=1.44
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6659 0 0 0 141 3 0 0 16 0 13 0 167479894 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1796060 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1839165440 43453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1796060

[startup+6.30224 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1205212/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=8.27
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 56996 0 1 0 801 26 0 0 18 0 13 0 167479877 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 45658 1331 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=5.34
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 37753 0 1 0 518 16 0 0 25 0 13 0 167479886 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109511389 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.1
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 2612 0 0 0 9 1 0 0 16 0 13 0 167479887 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.11
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 2501 0 0 0 10 1 0 0 17 0 13 0 167479887 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167479889 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.21
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6720 0 0 0 118 3 0 0 15 0 13 0 167479894 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.46
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6662 0 0 0 143 3 0 0 16 0 13 0 167479894 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 45658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1795196

[startup+12.7029 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1163492/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=14.86
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 66497 0 1 0 1456 30 0 0 18 0 13 0 167479877 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 54448 1331 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=11.55
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39532 0 1 0 1138 17 0 0 25 0 13 0 167479886 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109552151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.25
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 6943 0 0 0 23 2 0 0 16 0 13 0 167479887 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.26
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 5890 0 0 0 23 3 0 0 16 0 13 0 167479887 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167479889 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.24
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6721 0 0 0 121 3 0 0 16 0 13 0 167479894 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.52
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 149 3 0 0 17 0 13 0 167479894 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 54448 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 1795196

[startup+25.5023 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1149412/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=27.85
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 70308 0 1 0 2753 32 0 0 18 0 13 0 167479877 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 57683 1332 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=24.17
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39544 0 1 0 2400 17 0 0 25 0 13 0 167479886 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551979 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.41
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 9196 0 0 0 38 3 0 0 16 0 13 0 167479887 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.41
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 7435 0 0 0 38 3 0 0 16 0 13 0 167479887 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 167479889 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.28
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6722 0 0 0 125 3 0 0 17 0 13 0 167479894 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.53
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 150 3 0 0 17 0 13 0 167479894 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 57683 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 1795196

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

[startup+31.907 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1143012/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=34.31
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 72047 0 1 0 3398 33 0 0 18 0 13 0 167479877 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 59279 1332 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=30.5
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39548 0 1 0 3033 17 0 0 25 0 13 0 167479886 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109919091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.47
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 10132 0 0 0 43 4 0 0 16 0 13 0 167479887 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.47
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 8234 0 0 0 43 4 0 0 16 0 13 0 167479887 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167479889 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.28
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6722 0 0 0 125 3 0 0 17 0 13 0 167479894 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.54
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 151 3 0 0 17 0 13 0 167479894 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 59279 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.31
Current children cumulated vsize (KiB) 1795196

[startup+35.1023 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1139940/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=37.53
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 72840 0 1 0 3720 33 0 0 18 0 13 0 167479877 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 60022 1332 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=33.66
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39550 0 1 0 3349 17 0 0 25 0 13 0 167479886 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109616256 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.5
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 10555 0 0 0 46 4 0 0 17 0 13 0 167479887 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.5
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 8602 0 0 0 46 4 0 0 16 0 13 0 167479887 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167479889 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.28
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6722 0 0 0 125 3 0 0 17 0 13 0 167479894 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.54
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 151 3 0 0 17 0 13 0 167479894 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 60022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.53
Current children cumulated vsize (KiB) 1795196

[startup+36.7015 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1139940/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=39.14
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 73386 0 1 0 3881 33 0 0 18 0 13 0 167479877 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 60199 1332 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=35.24
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39551 0 1 0 3507 17 0 0 20 0 13 0 167479886 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109521867 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.51
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 10803 0 0 0 47 4 0 0 17 0 13 0 167479887 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.52
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 8899 0 0 0 48 4 0 0 17 0 13 0 167479887 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 167479889 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.28
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6722 0 0 0 125 3 0 0 17 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.54
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 151 3 0 0 17 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.14
Current children cumulated vsize (KiB) 1795196

[startup+37.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1139044/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=1795196 CPUtime=39.94
/proc/28561/stat : 28561 (java) S 28559 28561 27747 0 -1 0 73386 0 1 0 3961 33 0 0 18 0 13 0 167479877 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 448799 60199 1332 9 0 446410 0
[pid=28561/tid=28563] ppid=28559 vsize=1795196 CPUtime=36.04
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 27747 0 -1 64 39551 0 1 0 3587 17 0 0 25 0 13 0 167479886 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109830904 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28564] ppid=28559 vsize=1795196 CPUtime=0.51
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 27747 0 -1 64 10803 0 0 0 47 4 0 0 17 0 13 0 167479887 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=1795196 CPUtime=0.52
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 27747 0 -1 64 8899 0 0 0 48 4 0 0 17 0 13 0 167479887 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 27747 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167479889 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 27747 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 27747 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167479890 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=1795196 CPUtime=1.28
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 27747 0 -1 64 6722 0 0 0 125 3 0 0 17 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=1795196 CPUtime=1.54
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 27747 0 -1 64 6663 0 0 0 151 3 0 0 17 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28572] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 27747 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 27747 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 167479894 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28561/tid=28574] ppid=28559 vsize=1795196 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 27747 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 167479918 1838280704 60199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.94
Current children cumulated vsize (KiB) 1795196

[startup+37.902 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 28574
/proc/meminfo: memFree=1139044/2055920 swapFree=4182612/4192956
[pid=28561] ppid=28559 vsize=0 CPUtime=40.3
/proc/28561/stat : 28561 (java) Z 28559 28561 27747 0 -1 1036 73393 0 1 0 3995 35 0 0 16 0 2 0 167479877 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 37.9219
CPU time (s): 40.3269
CPU user time (s): 39.9519
CPU system time (s): 0.374943
CPU usage (%): 106.342
Max. virtual memory (cumulated for all children) (KiB): 1800348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9519
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73393
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= 1617
involuntary context switches= 1356

runsolver used 0.056991 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 18 16:48:20 UTC 2007

IDJOB= 358370
IDBENCH= 1209
IDSOLVER= 164
FILE ID= node63/358370-1176914899

PBS_JOBID= 4595231

Free space on /tmp= 66471 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976935.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358370-1176914899/sat4jPseudoCPClause.jar /tmp/evaluation/358370-1176914899/instance-358370-1176914899.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-358370-1176914899 -o ROOT/results/node63/solver-358370-1176914899 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358370-1176914899/sat4jPseudoCPClause.jar /tmp/evaluation/358370-1176914899/instance-358370-1176914899.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  09a2a97c88821c18a87bc8c5a7b2e947

RANDOM SEED= 769071465

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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:       1376340 kB
Buffers:         22348 kB
Cached:         608144 kB
SwapCached:       4016 kB
Active:         180284 kB
Inactive:       459984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376340 kB
SwapTotal:     4192956 kB
SwapFree:      4182612 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          15548 kB
Slab:            25332 kB
Committed_AS:  1978792 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= 66471 MiB

End job on node63 on Wed Apr 18 16:48:58 UTC 2007