Trace number 46363

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 HeuristicsUNSAT 116.304 115.698

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-15-10.opb
MD5SUMb845b962d759bc561586bd2e43125fc9
Bench CategorySATUNSAT-SMALLINT (no 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 benchmark17.5873
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints1065
Number of constraints which are clauses1065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node68/46363-1149809009/instance-46363-1149809009.opb
0.22	c reading problem ... 
0.42	c ... done. Time 0.205 ms.
0.42	c #vars     150
0.42	c #constraints  1065
115.61	c starts		: 15
115.61	c conflicts		: 72189
115.61	c decisions		: 79123
115.61	c propagations		: 972426
115.61	c inspects		: 268092676
115.61	c learnt literals	: 1
115.61	c learnt binary clauses	: 2
115.61	c learnt ternary clauses	: 2
115.61	c learnt clauses	: 72187
115.61	c root simplifications	: 0
115.61	c removed literals (reason simplification)	: 0
115.61	c reason swapping (by a shorter reason)	: 0
115.61	c Calls to reduceDB	: 0
115.61	c speed (decisions/second)	: 686.8971863632812
115.61	c non guided choices	124
115.61	s UNSATISFIABLE
115.61	c Total wall clock time (ms): 115.398

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node68/watcher-46363-1149809009 -o ROOT/results/node68/solver-46363-1149809009 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node68/46363-1149809009/instance-46363-1149809009.opb 57971452 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 28427
/proc/meminfo: memFree=1688656/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1784 CPUtime=0
/proc/28427/stat : 28427 (java) D 28425 28427 28381 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 246570433 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28427/statm: 446 141 106 14 0 91 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.95 0.90 2/76 28439
/proc/meminfo: memFree=1539136/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709192 CPUtime=10.49
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 39627 0 1 0 1032 17 0 0 25 0 13 0 246570433 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427298 39171 1898 14 0 414045 0
[pid=28427/tid=28428] ppid=28425 vsize=1709192 CPUtime=0.03
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 1142 0 0 0 3 0 0 0 16 0 13 0 246570436 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709192 CPUtime=0.02
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 1153 0 0 0 2 0 0 0 16 0 13 0 246570436 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 246570439 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709192 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709192 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709192 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 246570476 1750212608 39171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (Kb) 1709192

[startup+20.0085 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1539208/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709160 CPUtime=20.53
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 41430 0 1 0 2035 18 0 0 25 0 13 0 246570433 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427290 39128 1898 14 0 414037 0
[pid=28427/tid=28428] ppid=28425 vsize=1709160 CPUtime=0.07
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 2256 0 0 0 6 1 0 0 16 0 13 0 246570436 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709160 CPUtime=0.07
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 1835 0 0 0 6 1 0 0 16 0 13 0 246570436 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 246570439 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709160 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709160 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709160 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 246570476 1750179840 39128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.53
Current children cumulated vsize (Kb) 1709160

[startup+30.0152 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1528584/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=30.57
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 44165 0 1 0 3037 20 0 0 25 0 13 0 246570433 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396098 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 41838 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.1
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 3492 0 0 0 9 1 0 0 17 0 13 0 246570436 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.1
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 3329 0 0 0 9 1 0 0 16 0 13 0 246570436 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 246570476 1750138880 41838 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.57
Current children cumulated vsize (Kb) 1709120

[startup+40.0219 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1526024/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=40.6
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 44815 0 1 0 4040 20 0 0 25 0 13 0 246570433 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 42467 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.13
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 3556 0 0 0 12 1 0 0 16 0 13 0 246570436 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.13
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 3914 0 0 0 11 2 0 0 16 0 13 0 246570436 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 42467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.6
Current children cumulated vsize (Kb) 1709120

[startup+50.0286 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1523144/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=50.63
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 45556 0 1 0 5043 20 0 0 25 0 13 0 246570433 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 43194 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.17
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 4113 0 0 0 15 2 0 0 17 0 13 0 246570436 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.17
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 4097 0 0 0 15 2 0 0 16 0 13 0 246570436 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 43194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (Kb) 1709120

[startup+60.0354 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1519432/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=60.66
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 46524 0 1 0 6045 21 0 0 24 0 13 0 246570433 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 44120 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.19
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 4557 0 0 0 17 2 0 0 17 0 13 0 246570436 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.19
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 4620 0 0 0 17 2 0 0 16 0 13 0 246570436 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.66
Current children cumulated vsize (Kb) 1709120

[startup+70.0421 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1519432/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=70.67
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 46524 0 1 0 7046 21 0 0 25 0 13 0 246570433 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 44120 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.19
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 4557 0 0 0 17 2 0 0 17 0 13 0 246570436 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.19
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 4620 0 0 0 17 2 0 0 16 0 13 0 246570436 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 44120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.67
Current children cumulated vsize (Kb) 1709120

[startup+80.0488 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1513800/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=80.69
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 47983 0 1 0 8047 22 0 0 25 0 13 0 246570433 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 45551 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.2
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 5393 0 0 0 18 2 0 0 16 0 13 0 246570436 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.21
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 5242 0 0 0 19 2 0 0 16 0 13 0 246570436 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.69
Current children cumulated vsize (Kb) 1709120

[startup+90.0555 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1513736/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=90.7
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 47983 0 1 0 9048 22 0 0 25 0 13 0 246570433 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071485229 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 45551 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.2
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 5393 0 0 0 18 2 0 0 16 0 13 0 246570436 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.21
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 5242 0 0 0 19 2 0 0 16 0 13 0 246570436 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 45551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.7
Current children cumulated vsize (Kb) 1709120

[startup+100.061 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1509064/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=100.72
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 49206 0 1 0 10050 22 0 0 25 0 13 0 246570433 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071422515 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 46671 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.23
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 5862 0 0 0 20 3 0 0 16 0 13 0 246570436 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.22
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 5995 0 0 0 20 2 0 0 16 0 13 0 246570436 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (Kb) 1709120

[startup+110.068 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 28439
/proc/meminfo: memFree=1509064/2055920 swapFree=4182328/4192956
[pid=28427] ppid=28425 vsize=1709120 CPUtime=110.72
/proc/28427/stat : 28427 (java) R 28425 28427 28381 0 -1 0 49206 0 1 0 11050 22 0 0 25 0 13 0 246570433 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396098 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 427280 46671 1898 14 0 414027 0
[pid=28427/tid=28428] ppid=28425 vsize=1709120 CPUtime=0.23
/proc/28427/task/28428/stat : 28428 (java) S 28425 28427 28381 0 -1 64 5862 0 0 0 20 3 0 0 16 0 13 0 246570436 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28429] ppid=28425 vsize=1709120 CPUtime=0.22
/proc/28427/task/28429/stat : 28429 (java) S 28425 28427 28381 0 -1 64 5995 0 0 0 20 2 0 0 16 0 13 0 246570436 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 28381 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 28381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 28381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 246570439 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28434] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 28381 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=1709120 CPUtime=0.34
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 28381 0 -1 64 492 0 0 0 34 0 0 0 17 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=1709120 CPUtime=0.33
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 28381 0 -1 64 326 0 0 0 33 0 0 0 16 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28437] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28437/stat : 28437 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28438] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28438/stat : 28438 (java) S 28425 28427 28381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 246570443 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28427/tid=28439] ppid=28425 vsize=1709120 CPUtime=0
/proc/28427/task/28439/stat : 28439 (java) S 28425 28427 28381 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 246570476 1750138880 46671 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.72
Current children cumulated vsize (Kb) 1709120

Child status: 20
Real time (s): 115.698
CPU time (s): 116.304
CPU user time (s): 116.051
CPU system time (s): 0.252961
CPU usage (%): 100.524
Max. virtual memory (cumulated for all children) (Kb): 1709192
The end

Launcher Data (download as text)

Begin job on node68 on Thu Jun  8 23:23:29 UTC 2006


FILE ID= 46363-1149809009

PBS_JOBID= 379095

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-15-10.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node68/46363-1149809009/instance-46363-1149809009.opb 57971452
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-46363-1149809009 -o ROOT/results/node68/solver-46363-1149809009 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node68/46363-1149809009/instance-46363-1149809009.opb 57971452

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  b845b962d759bc561586bd2e43125fc9

RANDOM SEED= 57971452


/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.279
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.279
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:       1688864 kB
Buffers:         34016 kB
Cached:         271096 kB
SwapCached:       2384 kB
Active:         107112 kB
Inactive:       206764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688864 kB
SwapTotal:     4192956 kB
SwapFree:      4182328 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            39240 kB
Committed_AS:   502836 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Thu Jun  8 23:25:25 UTC 2006