Trace number 362772

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 20.3569 17.983

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stair.opb
MD5SUM98b9ab286036da69f2015d2ff2a12818
Bench CategoryOPT-SMALLINT (optimisation, small 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 benchmark18.3192
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524930
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node69/watcher-362772-1177017894 -o ROOT/results/node69/solver-362772-1177017894 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362772-1177017894/sat4jPseudoCPClause.jar /tmp/evaluation/362772-1177017894/instance-362772-1177017894.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.01 1.00 2/64 4481
/proc/meminfo: memFree=1832724/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=18568 CPUtime=0
/proc/4481/stat : 4481 (runsolver) R 4479 4481 4044 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 177778895 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 237947645223 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/4481/statm: 4642 292 257 24 0 2626 0

[startup+0.0976981 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 4481
/proc/meminfo: memFree=1832724/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1780112 CPUtime=0.08
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 3938 0 1 0 6 2 0 0 20 0 12 0 177778895 1822834688 3680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 445028 3680 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.102697 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 4481
/proc/meminfo: memFree=1832724/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1780112 CPUtime=0.08
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 3977 0 1 0 6 2 0 0 20 0 12 0 177778895 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 445028 3719 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302731 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 4481
/proc/meminfo: memFree=1832724/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1781408 CPUtime=0.32
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 5245 0 1 0 29 3 0 0 20 0 12 0 177778895 1824161792 4984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 445352 4984 1269 9 0 442963 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781408

[startup+0.7028 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 4481
/proc/meminfo: memFree=1832724/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1789104 CPUtime=1.04
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 8939 0 1 0 99 5 0 0 20 0 12 0 177778895 1832042496 8120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 447276 8120 1302 9 0 444887 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1789104

[startup+1.50193 s]
/proc/loadavg: 1.00 1.01 1.00 4/76 4493
/proc/meminfo: memFree=1793524/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1792208 CPUtime=2.59
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 25373 0 1 0 246 13 0 0 20 0 12 0 177778895 1835220992 21461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448052 21466 1310 9 0 445663 0
[pid=4481/tid=4483] ppid=4479 vsize=1792208 CPUtime=1.14
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 17868 0 1 0 105 9 0 0 18 0 12 0 177778897 1835220992 21469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109635860 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 177778898 1835220992 21473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 177778898 1835220992 21475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 177778901 1835220992 21478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 177778901 1835220992 21481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 177778901 1835220992 21484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 177778905 1835220992 21487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1792208 CPUtime=0.57
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 1666 0 0 0 57 0 0 0 16 0 12 0 177778905 1835220992 21490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1792208 CPUtime=0.85
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 5130 0 0 0 83 2 0 0 18 0 12 0 177778905 1835220992 21492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 177778905 1835220992 21495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1792208 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 177778905 1835220992 21498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1792208

[startup+3.10218 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 4494
/proc/meminfo: memFree=1704812/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793556 CPUtime=4.85
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 50600 0 1 0 462 23 0 0 20 0 13 0 177778895 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448389 44048 1331 9 0 446000 0
[pid=4481/tid=4483] ppid=4479 vsize=1793556 CPUtime=2.41
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37712 0 1 0 223 18 0 0 22 0 13 0 177778897 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801820 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793556 CPUtime=0.05
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 1341 0 0 0 5 0 0 0 16 0 13 0 177778898 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793556 CPUtime=0.04
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 1282 0 0 0 4 0 0 0 16 0 13 0 177778898 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 177778901 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793556 CPUtime=1.02
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2678 0 0 0 102 0 0 0 16 0 13 0 177778905 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793556 CPUtime=1.29
/proc/4481/task/4491/stat : 4491 (java) R 4479 4481 4044 0 -1 64 6857 0 0 0 127 2 0 0 16 0 13 0 177778905 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105293549 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793556 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836601344 44048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1793556

[startup+6.3017 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 4494
/proc/meminfo: memFree=1652460/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=8.54
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 59956 0 1 0 826 28 0 0 20 0 13 0 177778895 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 50946 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=5.23
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37720 0 1 0 505 18 0 0 18 0 13 0 177778897 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834706 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.37
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 5784 0 0 0 35 2 0 0 17 0 13 0 177778898 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.37
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 6145 0 0 0 35 2 0 0 16 0 13 0 177778898 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.15
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 115 0 0 0 16 0 13 0 177778905 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.35
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 133 2 0 0 16 0 13 0 177778905 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 50946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 1793796

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4494
/proc/meminfo: memFree=1624044/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=15.01
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 62774 0 1 0 1473 28 0 0 20 0 13 0 177778895 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 53354 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=11.54
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37730 0 1 0 1136 18 0 0 25 0 13 0 177778897 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794948 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.44
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 7092 0 0 0 42 2 0 0 16 0 13 0 177778898 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.44
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 7645 0 0 0 42 2 0 0 16 0 13 0 177778898 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 177778901 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.15
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 115 0 0 0 16 0 13 0 177778905 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.36
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 134 2 0 0 16 0 13 0 177778905 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 1793796

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

[startup+15.9023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4494
/proc/meminfo: memFree=1620268/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=18.27
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 63876 0 1 0 1798 29 0 0 20 0 13 0 177778895 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 54340 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=14.7
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37943 0 1 0 1452 18 0 0 20 0 13 0 177778897 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.48
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 7446 0 0 0 45 3 0 0 16 0 13 0 177778898 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.47
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 8179 0 0 0 45 2 0 0 15 0 13 0 177778898 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 177778901 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.16
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 116 0 0 0 16 0 13 0 177778905 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.38
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 136 2 0 0 16 0 13 0 177778905 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 54340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.27
Current children cumulated vsize (KiB) 1793796

[startup+16.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4494
/proc/meminfo: memFree=1619052/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=19.07
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 64052 0 1 0 1878 29 0 0 20 0 13 0 177778895 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 54506 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=15.49
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37944 0 1 0 1531 18 0 0 21 0 13 0 177778897 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795200 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.49
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 7554 0 0 0 46 3 0 0 16 0 13 0 177778898 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.48
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 8245 0 0 0 46 2 0 0 16 0 13 0 177778898 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.16
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 116 0 0 0 16 0 13 0 177778905 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.38
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 136 2 0 0 16 0 13 0 177778905 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 54506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 1793796

[startup+17.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4494
/proc/meminfo: memFree=1617132/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=19.9
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 64539 0 1 0 1960 30 0 0 20 0 13 0 177778895 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 54981 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=16.29
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37946 0 1 0 1611 18 0 0 21 0 13 0 177778897 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.5
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 7781 0 0 0 47 3 0 0 16 0 13 0 177778898 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.49
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 8503 0 0 0 46 3 0 0 16 0 13 0 177778898 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.16
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 116 0 0 0 16 0 13 0 177778905 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.38
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 136 2 0 0 16 0 13 0 177778905 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 54981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (KiB) 1793796

[startup+17.9016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4494
/proc/meminfo: memFree=1617132/2055920 swapFree=4182908/4192956
[pid=4481] ppid=4479 vsize=1793796 CPUtime=20.3
/proc/4481/stat : 4481 (java) S 4479 4481 4044 0 -1 0 64852 0 1 0 2000 30 0 0 20 0 13 0 177778895 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4481/statm: 448449 55262 1331 9 0 446060 0
[pid=4481/tid=4483] ppid=4479 vsize=1793796 CPUtime=16.67
/proc/4481/task/4483/stat : 4483 (java) R 4479 4481 4044 0 -1 64 37947 0 1 0 1649 18 0 0 17 0 13 0 177778897 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4484] ppid=4479 vsize=1793796 CPUtime=0.51
/proc/4481/task/4484/stat : 4484 (java) S 4479 4481 4044 0 -1 64 7985 0 0 0 48 3 0 0 16 0 13 0 177778898 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4485] ppid=4479 vsize=1793796 CPUtime=0.51
/proc/4481/task/4485/stat : 4485 (java) S 4479 4481 4044 0 -1 64 8610 0 0 0 48 3 0 0 16 0 13 0 177778898 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4486] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4486/stat : 4486 (java) S 4479 4481 4044 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4487] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4487/stat : 4487 (java) S 4479 4481 4044 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4488] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4488/stat : 4488 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177778901 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4489] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4489/stat : 4489 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4490] ppid=4479 vsize=1793796 CPUtime=1.16
/proc/4481/task/4490/stat : 4490 (java) S 4479 4481 4044 0 -1 64 2700 0 0 0 116 0 0 0 16 0 13 0 177778905 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4491] ppid=4479 vsize=1793796 CPUtime=1.38
/proc/4481/task/4491/stat : 4491 (java) S 4479 4481 4044 0 -1 64 6860 0 0 0 136 2 0 0 16 0 13 0 177778905 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4492] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4492/stat : 4492 (java) S 4479 4481 4044 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177778905 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4481/tid=4493] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4493/stat : 4493 (java) S 4479 4481 4044 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177778905 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4481/tid=4494] ppid=4479 vsize=1793796 CPUtime=0
/proc/4481/task/4494/stat : 4494 (java) S 4479 4481 4044 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 177779065 1836847104 55262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.3
Current children cumulated vsize (KiB) 1793796

Child status: 20
Real time (s): 17.983
CPU time (s): 20.3569
CPU user time (s): 20.02
CPU system time (s): 0.336948
CPU usage (%): 113.201
Max. virtual memory (cumulated for all children) (KiB): 1797356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.02
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64858
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= 1189
involuntary context switches= 890

runsolver used 0.016997 second user time and 0.058991 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Thu Apr 19 21:24:55 UTC 2007

IDJOB= 362772
IDBENCH= 1638
IDSOLVER= 164
FILE ID= node69/362772-1177017894

PBS_JOBID= 4630564

Free space on /tmp= 66494 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stair.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362772-1177017894/sat4jPseudoCPClause.jar /tmp/evaluation/362772-1177017894/instance-362772-1177017894.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-362772-1177017894 -o ROOT/results/node69/solver-362772-1177017894 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362772-1177017894/sat4jPseudoCPClause.jar /tmp/evaluation/362772-1177017894/instance-362772-1177017894.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  98b9ab286036da69f2015d2ff2a12818

RANDOM SEED= 856335007

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1833132 kB
Buffers:         16236 kB
Cached:         142600 kB
SwapCached:       3888 kB
Active:          44696 kB
Inactive:       124264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833132 kB
SwapTotal:     4192956 kB
SwapFree:      4182908 kB
Dirty:            4352 kB
Writeback:           0 kB
Mapped:          16012 kB
Slab:            39828 kB
Committed_AS:  1547080 kB
PageTables:       1476 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= 66494 MiB

End job on node69 on Thu Apr 19 21:25:13 UTC 2007