Trace number 365693

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 72.645 62.5632

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM7576b3c58d39cddc5f29deda8f59e316
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark57.9222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/365693-1177051618/instance-365693-1177051618.opb
0.21/0.20	c reading problem ... 
72.36/62.37	c ... done. Wall clock time 62.173s.
72.36/62.37	c CPU time (experimental) 52.21s.
72.36/62.37	c #vars     3616
72.36/62.37	c #constraints  125844
72.48/62.40	c starts		: 0
72.48/62.40	c conflicts		: 0
72.48/62.40	c decisions		: 0
72.48/62.40	c propagations		: 1050
72.48/62.40	c inspects		: 2847
72.48/62.40	c learnt literals	: 0
72.48/62.40	c learnt binary clauses	: 0
72.48/62.40	c learnt ternary clauses	: 0
72.48/62.40	c learnt clauses	: 0
72.48/62.40	c root simplifications	: 0
72.48/62.40	c removed literals (reason simplification)	: 0
72.48/62.40	c reason swapping (by a shorter reason)	: 0
72.48/62.40	c Calls to reduceDB	: 0
72.48/62.40	c speed (decisions/second)	: 0.0
72.48/62.40	c non guided choices	0
72.48/62.40	s UNSATISFIABLE
72.48/62.40	c Total wall clock time (ms): 62.205

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/node59/watcher-365693-1177051618 -o ROOT/results/node59/solver-365693-1177051618 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365693-1177051618/sat4jPseudoCPClause.jar /tmp/evaluation/365693-1177051618/instance-365693-1177051618.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: 1.00 1.00 1.00 3/64 1484
/proc/meminfo: memFree=1379632/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1800 CPUtime=0
/proc/1484/stat : 1484 (java) R 1482 1484 13037 0 -1 0 143 0 0 0 0 0 0 0 18 0 1 0 153071522 1843200 117 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9727217 0 0 4096 0 0 0 0 17 1 0 0
/proc/1484/statm: 450 122 86 9 0 92 0

[startup+0.055268 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1484
/proc/meminfo: memFree=1379632/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1777708 CPUtime=0.04
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 3568 0 1 0 3 1 0 0 18 0 7 0 153071522 1820372992 3312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 444427 3312 1061 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102276 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1484
/proc/meminfo: memFree=1379632/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1780260 CPUtime=0.09
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 3997 0 1 0 7 2 0 0 18 0 12 0 153071522 1822986240 3739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 445065 3739 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1484
/proc/meminfo: memFree=1379632/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1781404 CPUtime=0.32
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 5174 0 1 0 29 3 0 0 18 0 12 0 153071522 1824157696 4913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 445351 4913 1264 9 0 442962 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781404

[startup+0.701392 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1484
/proc/meminfo: memFree=1379632/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1788868 CPUtime=1.01
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 8383 0 1 0 96 5 0 0 18 0 12 0 153071522 1831800832 7491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 447217 7491 1303 9 0 444828 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1788868

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 1496
/proc/meminfo: memFree=1346576/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1791500 CPUtime=2.25
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 21451 0 1 0 215 10 0 0 18 0 12 0 153071522 1834496000 18148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 447875 18149 1311 9 0 445486 0
[pid=1484/tid=1486] ppid=1482 vsize=1791500 CPUtime=0.97
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 14672 0 1 0 91 6 0 0 21 0 12 0 153071523 1834496000 18149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580821 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 153071524 1834496000 18150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 153071524 1834496000 18150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 153071526 1834496000 18151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 153071527 1834496000 18154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 153071527 1834496000 18155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1834496000 18156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1791500 CPUtime=0.55
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1728 0 0 0 55 0 0 0 17 0 12 0 153071531 1834496000 18157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1791500 CPUtime=0.69
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4332 0 0 0 67 2 0 0 18 0 12 0 153071531 1834496000 18157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1834496000 18158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1834496000 18159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1791500

[startup+3.10285 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 1496
/proc/meminfo: memFree=1261968/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1791500 CPUtime=3.92
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 48093 0 1 0 369 23 0 0 18 0 12 0 153071522 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 447875 44728 1321 9 0 445486 0
[pid=1484/tid=1486] ppid=1482 vsize=1791500 CPUtime=2.51
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37665 0 1 0 233 18 0 0 21 0 12 0 153071523 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523332 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1791500 CPUtime=0.05
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 1877 0 0 0 5 0 0 0 17 0 12 0 153071524 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1791500 CPUtime=0.05
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 1765 0 0 0 5 0 0 0 16 0 12 0 153071524 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 153071526 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1791500 CPUtime=0.55
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1729 0 0 0 55 0 0 0 16 0 12 0 153071531 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1791500 CPUtime=0.7
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4332 0 0 0 68 2 0 0 15 0 12 0 153071531 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1791500 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1834496000 44728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1791500

[startup+6.30145 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 1496
/proc/meminfo: memFree=1166416/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1792784 CPUtime=7.46
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 62791 0 1 0 715 31 0 0 18 0 12 0 153071522 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 448196 58383 1321 9 0 445807 0
[pid=1484/tid=1486] ppid=1482 vsize=1792784 CPUtime=5.34
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37673 0 1 0 514 20 0 0 25 0 12 0 153071523 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1792784 CPUtime=0.39
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 10493 0 0 0 35 4 0 0 16 0 12 0 153071524 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1792784 CPUtime=0.41
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 7837 0 0 0 38 3 0 0 16 0 12 0 153071524 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 153071526 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1792784 CPUtime=0.56
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1729 0 0 0 56 0 0 0 17 0 12 0 153071531 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1792784 CPUtime=0.71
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4332 0 0 0 69 2 0 0 16 0 12 0 153071531 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1792784 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1835810816 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1792784

[startup+12.7017 s]
/proc/loadavg: 1.31 1.07 1.02 3/76 1496
/proc/meminfo: memFree=1089616/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=15.6
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 85203 0 1 0 1512 48 0 0 18 0 12 0 153071522 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 75712 1321 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=10
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37680 0 1 0 977 23 0 0 19 0 12 0 153071523 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=1.84
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 24674 0 0 0 172 12 0 0 16 0 12 0 153071524 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=1.84
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 16017 0 0 0 177 7 0 0 16 0 12 0 153071524 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071526 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.85
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1750 0 0 0 84 1 0 0 16 0 12 0 153071531 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.01
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4353 0 0 0 99 2 0 0 16 0 12 0 153071531 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 75712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 1796628

[startup+25.5013 s]
/proc/loadavg: 1.74 1.18 1.06 3/76 1496
/proc/meminfo: memFree=913040/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=30.47
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 136084 0 1 0 2971 76 0 0 18 0 12 0 153071522 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 117389 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=20.71
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37707 0 1 0 2044 27 0 0 18 0 12 0 153071523 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=3.87
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 54502 0 0 0 361 26 0 0 17 0 12 0 153071524 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=3.87
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 37027 0 0 0 369 18 0 0 16 0 12 0 153071524 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 153071526 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 117389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.47
Current children cumulated vsize (KiB) 1796628

[startup+51.1012 s]
/proc/loadavg: 1.61 1.19 1.07 2/76 1496
/proc/meminfo: memFree=612304/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=59.37
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 225386 0 1 0 5809 128 0 0 18 0 12 0 153071522 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 197448 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=42.78
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37731 0 1 0 4244 34 0 0 18 0 12 0 153071523 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471692 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=7.26
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 99183 0 0 0 678 48 0 0 17 0 12 0 153071524 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=7.26
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 81618 0 0 0 686 40 0 0 16 0 12 0 153071524 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0.01
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 19 0 0 0 1 0 0 0 16 0 12 0 153071526 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.93
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1759 0 0 0 92 1 0 0 16 0 12 0 153071531 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.07
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4358 0 0 0 105 2 0 0 16 0 12 0 153071531 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 197448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.37
Current children cumulated vsize (KiB) 1796628

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

[startup+57.5024 s]
/proc/loadavg: 1.56 1.19 1.06 2/76 1496
/proc/meminfo: memFree=471568/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=66.72
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 258720 0 1 0 6526 146 0 0 18 0 12 0 153071522 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 228753 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=48.21
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37736 0 1 0 4785 36 0 0 22 0 12 0 153071523 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523130 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=8.21
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 117596 0 0 0 764 57 0 0 16 0 12 0 153071524 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=8.22
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 96534 0 0 0 775 47 0 0 16 0 12 0 153071524 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0.01
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 19 0 0 0 1 0 0 0 16 0 12 0 153071526 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.93
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1759 0 0 0 92 1 0 0 16 0 12 0 153071531 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.07
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4358 0 0 0 105 2 0 0 16 0 12 0 153071531 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 228753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.72
Current children cumulated vsize (KiB) 1796628

[startup+60.702 s]
/proc/loadavg: 1.51 1.18 1.06 3/76 1496
/proc/meminfo: memFree=443216/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=70.55
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 272742 0 1 0 6902 153 0 0 18 0 12 0 153071522 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 239390 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=50.75
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37739 0 1 0 5039 36 0 0 16 0 12 0 153071523 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590753 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=8.86
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 125629 0 0 0 825 61 0 0 16 0 12 0 153071524 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=8.87
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 102520 0 0 0 837 50 0 0 17 0 12 0 153071524 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0.01
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 19 0 0 0 1 0 0 0 16 0 12 0 153071526 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.93
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1759 0 0 0 92 1 0 0 16 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.07
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4358 0 0 0 105 2 0 0 16 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.55
Current children cumulated vsize (KiB) 1796628

[startup+61.5011 s]
/proc/loadavg: 1.51 1.18 1.06 2/76 1496
/proc/meminfo: memFree=428880/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=71.35
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 272742 0 1 0 6982 153 0 0 18 0 12 0 153071522 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 239390 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=51.55
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37739 0 1 0 5119 36 0 0 22 0 12 0 153071523 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523332 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=8.86
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 125629 0 0 0 825 61 0 0 16 0 12 0 153071524 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=8.87
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 102520 0 0 0 837 50 0 0 17 0 12 0 153071524 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0.01
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 19 0 0 0 1 0 0 0 16 0 12 0 153071526 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.93
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1759 0 0 0 92 1 0 0 16 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.07
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4358 0 0 0 105 2 0 0 16 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 239390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.35
Current children cumulated vsize (KiB) 1796628

[startup+62.3013 s]
/proc/loadavg: 1.51 1.18 1.06 2/76 1496
/proc/meminfo: memFree=428880/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=1796628 CPUtime=72.36
/proc/1484/stat : 1484 (java) S 1482 1484 13037 0 -1 0 276962 0 1 0 7081 155 0 0 18 0 12 0 153071522 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1484/statm: 449157 242967 1325 9 0 446768 0
[pid=1484/tid=1486] ppid=1482 vsize=1796628 CPUtime=52.13
/proc/1484/task/1486/stat : 1486 (java) R 1482 1484 13037 0 -1 64 37740 0 1 0 5177 36 0 0 18 0 12 0 153071523 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613086 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1487] ppid=1482 vsize=1796628 CPUtime=9.08
/proc/1484/task/1487/stat : 1487 (java) S 1482 1484 13037 0 -1 64 127457 0 0 0 846 62 0 0 17 0 12 0 153071524 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1488] ppid=1482 vsize=1796628 CPUtime=9.09
/proc/1484/task/1488/stat : 1488 (java) S 1482 1484 13037 0 -1 64 104911 0 0 0 858 51 0 0 16 0 12 0 153071524 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1489] ppid=1482 vsize=1796628 CPUtime=0.01
/proc/1484/task/1489/stat : 1489 (java) S 1482 1484 13037 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 153071526 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1490] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1490/stat : 1490 (java) S 1482 1484 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1491] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1491/stat : 1491 (java) S 1482 1484 13037 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 153071527 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1492] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1492/stat : 1492 (java) S 1482 1484 13037 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153071531 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1493] ppid=1482 vsize=1796628 CPUtime=0.93
/proc/1484/task/1493/stat : 1493 (java) S 1482 1484 13037 0 -1 64 1759 0 0 0 92 1 0 0 16 0 12 0 153071531 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1494] ppid=1482 vsize=1796628 CPUtime=1.07
/proc/1484/task/1494/stat : 1494 (java) S 1482 1484 13037 0 -1 64 4358 0 0 0 105 2 0 0 16 0 12 0 153071531 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1484/tid=1495] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1495/stat : 1495 (java) S 1482 1484 13037 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153071531 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1484/tid=1496] ppid=1482 vsize=1796628 CPUtime=0
/proc/1484/task/1496/stat : 1496 (java) S 1482 1484 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153071531 1839747072 242967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.36
Current children cumulated vsize (KiB) 1796628

[startup+62.5023 s]
/proc/loadavg: 1.51 1.18 1.06 2/76 1496
/proc/meminfo: memFree=428880/2055920 swapFree=4184568/4192956
[pid=1484] ppid=1482 vsize=0 CPUtime=72.58
/proc/1484/stat : 1484 (java) Z 1482 1484 13037 0 -1 1036 276998 0 1 0 7095 163 0 0 16 0 2 0 153071522 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1484/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.58
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 62.5632
CPU time (s): 72.645
CPU user time (s): 70.9522
CPU system time (s): 1.69274
CPU usage (%): 116.115
Max. virtual memory (cumulated for all children) (KiB): 1796628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.9522
system time used= 1.69274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276998
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= 2401
involuntary context switches= 1309

runsolver used 0.077988 second user time and 0.175973 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Fri Apr 20 06:46:59 UTC 2007

IDJOB= 365693
IDBENCH= 2515
IDSOLVER= 164
FILE ID= node59/365693-1177051618

PBS_JOBID= 4640157

Free space on /tmp= 66149 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365693-1177051618/sat4jPseudoCPClause.jar /tmp/evaluation/365693-1177051618/instance-365693-1177051618.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-365693-1177051618 -o ROOT/results/node59/solver-365693-1177051618 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365693-1177051618/sat4jPseudoCPClause.jar /tmp/evaluation/365693-1177051618/instance-365693-1177051618.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7576b3c58d39cddc5f29deda8f59e316

RANDOM SEED= 427487127

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1380104 kB
Buffers:         43796 kB
Cached:         555504 kB
SwapCached:       2228 kB
Active:         467284 kB
Inactive:       147492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380104 kB
SwapTotal:     4192956 kB
SwapFree:      4184568 kB
Dirty:          187056 kB
Writeback:           0 kB
Mapped:          21348 kB
Slab:            47024 kB
Committed_AS:  2926472 kB
PageTables:       1484 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= 66149 MiB

End job on node59 on Fri Apr 20 06:48:02 UTC 2007