Trace number 43071

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
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1803.2 1786.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUM9984e76947bf9addca42277d72ff7107
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark821.045
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved YES
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
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 constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.38	c no version file found!!!
0.38	c sun.arch.data.model	32
0.38	c java.version	1.5.0_06
0.38	c os.name	Linux
0.38	c os.version	2.6.9-22.EL.rootsmp
0.38	c os.arch	i386
0.38	c Free memory 1548419056
0.38	c Max memory 1551040512
0.38	c Total memory 1551040512
0.38	c Number of processors 2
0.46	c Cutting planes based inference
0.46	c --- Begin Solver configuration ---
0.46	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.46	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.46	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.46	c VSIDS like heuristics from MiniSAT using a heap
0.46	c No reason simplification
0.46	c --- End Solver configuration ---
0.46	c solving ROOT/tmp/node39/43071-1154050461/instance-43071-1154050461.opb
0.46	c reading problem ... 
2.38	c ... done. Time 1.918 ms.
2.38	c #vars     760
2.38	c #constraints  41314
2.42	c SATISFIABLE
2.42	c OPTIMIZING...
2.42	c Got one! Ellapsed CPU time (in seconds):1.96
2.43	o -31
2.52	c Got one! Ellapsed CPU time (in seconds):2.061
2.52	o -32
818.63	c Got one! Ellapsed CPU time (in seconds):818.167
818.63	o -33

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.3 (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/node39/watcher-43071-1154050461 -o ROOT/results/node39/solver-43071-1154050461 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43071-1154050461/instance-43071-1154050461.opb 824263763 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.97 2/64 20393
/proc/meminfo: memFree=1412576/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=168 CPUtime=0
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 151917269 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/20393/statm: 42 23 18 14 0 2 0

[startup+10.0024 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 20407
/proc/meminfo: memFree=1173632/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714888 CPUtime=12.15
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 63539 0 58 0 1180 35 0 0 17 0 13 0 151917269 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071516963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20393/statm: 428722 57569 1909 14 0 415469 0
[pid=20393/tid=20394] ppid=20391 vsize=1714888 CPUtime=0.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 11152 0 0 0 38 4 0 0 17 0 13 0 151917290 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714888 CPUtime=0.42
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 10663 0 0 0 37 5 0 0 18 0 13 0 151917290 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 151917292 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 151917298 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714888 CPUtime=1.09
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2142 0 0 0 109 0 0 0 16 0 13 0 151917298 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714888 CPUtime=1.13
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3060 0 0 0 112 1 0 0 16 0 13 0 151917298 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20407] ppid=20391 vsize=1714888 CPUtime=0
/proc/20393/task/20407/stat : 20407 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 151917523 1756045312 57569 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (Kb) 1714888

[startup+20.0104 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 20407
/proc/meminfo: memFree=1123520/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=22.71
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 79807 0 58 0 2229 42 0 0 25 0 13 0 151917269 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20393/statm: 428642 70072 1910 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=0.95
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 18740 0 0 0 87 8 0 0 16 0 13 0 151917290 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=0.94
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 19328 0 0 0 86 8 0 0 17 0 13 0 151917290 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 151917292 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 151917298 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.13
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2144 0 0 0 113 0 0 0 17 0 13 0 151917298 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.15
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3063 0 0 0 114 1 0 0 16 0 13 0 151917298 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20407] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20407/stat : 20407 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 151917523 1755717632 70072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.71
Current children cumulated vsize (Kb) 1714568

[startup+30.0223 s]
/proc/loadavg: 1.00 0.97 0.98 3/76 20407
/proc/meminfo: memFree=1076736/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=33.05
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 93518 0 58 0 3256 49 0 0 25 0 13 0 151917269 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428642 81896 1910 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=1.27
/proc/20393/task/20394/stat : 20394 (java) R 20391 20393 20344 0 -1 64 25363 0 0 0 116 11 0 0 17 0 13 0 151917290 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154976005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=1.27
/proc/20393/task/20395/stat : 20395 (java) R 20391 20393 20344 0 -1 64 26405 0 0 0 115 12 0 0 17 0 13 0 151917290 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975264 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 151917292 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 151917298 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.13
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2144 0 0 0 113 0 0 0 17 0 13 0 151917298 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.16
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3064 0 0 0 115 1 0 0 17 0 13 0 151917298 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20407] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20407/stat : 20407 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 151917523 1755717632 81896 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.05
Current children cumulated vsize (Kb) 1714568

[startup+40.0292 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 20407
/proc/meminfo: memFree=1041792/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=43.38
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 103261 0 58 0 4283 55 0 0 25 0 13 0 151917269 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618661 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20393/statm: 428642 90478 1910 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=1.54
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 30669 0 0 0 140 14 0 0 16 0 13 0 151917290 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=1.53
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 30829 0 0 0 139 14 0 0 17 0 13 0 151917290 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 151917292 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 151917298 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.18
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2149 0 0 0 118 0 0 0 17 0 13 0 151917298 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.16
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3064 0 0 0 115 1 0 0 17 0 13 0 151917298 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20407] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20407/stat : 20407 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151917523 1755717632 90478 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.38
Current children cumulated vsize (Kb) 1714568

[startup+50.0361 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 20407
/proc/meminfo: memFree=1004928/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=53.64
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 113756 0 58 0 5305 59 0 0 22 0 13 0 151917269 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071699208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20393/statm: 428642 99681 1910 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=1.81
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 36675 0 0 0 165 16 0 0 16 0 13 0 151917290 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=1.8
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 35310 0 0 0 163 17 0 0 16 0 13 0 151917290 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 151917292 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 151917298 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.18
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2149 0 0 0 118 0 0 0 17 0 13 0 151917298 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.16
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3064 0 0 0 115 1 0 0 17 0 13 0 151917298 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20407] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20407/stat : 20407 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151917523 1755717632 99681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.64
Current children cumulated vsize (Kb) 1714568

[startup+60.043 s]
/proc/loadavg: 1.08 0.99 0.98 2/76 20407
/proc/meminfo: memFree=974208/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=63.9
/proc/20393/stat : 20393 (java) R 20391 20393 20344 0 -1 0 122426 0 58 0 6327 63 0 0 17 0 13 0 151917269 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071567234 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20393/statm: 428642 107334 1910 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=2.05
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 40984 0 0 0 187 18 0 0 17 0 13 0 151917290 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=2.04
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 39665 0 0 0 186 18 0 0 17 0 13 0 151917290 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20396/stat : 20396 (java) S 20391 20393 20344 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 151917292 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 107334 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0

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

Current children cumulated vsize (Kb) 1714568

[startup+1782.35 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 21084
/proc/meminfo: memFree=18552/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=1798.9
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447009 0 58 0 179657 233 0 0 16 0 13 0 151917269 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428642 389830 1912 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=15.4
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 194152 0 0 0 1447 93 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=586.37
/proc/20393/task/20396/stat : 20396 (java) R 20391 20393 20344 0 -1 64 1238 0 0 0 58620 17 0 0 19 0 13 0 151917292 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716189 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0.01
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.24
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2152 0 0 0 124 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.17
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3065 0 0 0 116 1 0 0 17 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20410] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20410/stat : 20410 (java) S 20391 20393 20344 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 151999134 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (Kb) 1714568

[startup+1783.36 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 21084
/proc/meminfo: memFree=18552/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=1799.91
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447009 0 58 0 179758 233 0 0 16 0 13 0 151917269 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428642 389830 1912 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=15.4
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 194152 0 0 0 1447 93 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=587.37
/proc/20393/task/20396/stat : 20396 (java) R 20391 20393 20344 0 -1 64 1238 0 0 0 58720 17 0 0 20 0 13 0 151917292 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938661 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0.01
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.24
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2152 0 0 0 124 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.17
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3065 0 0 0 116 1 0 0 17 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20410] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20410/stat : 20410 (java) S 20391 20393 20344 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 151999134 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.91
Current children cumulated vsize (Kb) 1714568

[startup+1784.36 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 21084
/proc/meminfo: memFree=18552/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=1800.92
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447009 0 58 0 179859 233 0 0 16 0 13 0 151917269 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428642 389830 1912 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=15.4
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 194152 0 0 0 1447 93 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=588.38
/proc/20393/task/20396/stat : 20396 (java) R 20391 20393 20344 0 -1 64 1238 0 0 0 58821 17 0 0 23 0 13 0 151917292 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155453161 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0.01
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.24
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2152 0 0 0 124 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.17
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3065 0 0 0 116 1 0 0 17 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20410] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20410/stat : 20410 (java) S 20391 20393 20344 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 151999134 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 1714568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.37 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 21084
/proc/meminfo: memFree=18552/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1714568 CPUtime=1800.92
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447009 0 58 0 179859 233 0 0 16 0 13 0 151917269 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428642 389830 1912 14 0 415389 0
[pid=20393/tid=20394] ppid=20391 vsize=1714568 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1714568 CPUtime=15.4
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 194152 0 0 0 1447 93 0 0 16 0 13 0 151917290 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1714568 CPUtime=588.38
/proc/20393/task/20396/stat : 20396 (java) R 20391 20393 20344 0 -1 64 1238 0 0 0 58821 17 0 0 23 0 13 0 151917292 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729219 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151917293 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1714568 CPUtime=0.01
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1714568 CPUtime=1.24
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2152 0 0 0 124 0 0 0 16 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1714568 CPUtime=1.17
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3065 0 0 0 116 1 0 0 17 0 13 0 151917298 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151917299 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20410] ppid=20391 vsize=1714568 CPUtime=0
/proc/20393/task/20410/stat : 20410 (java) S 20391 20393 20344 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 151999134 1755717632 389830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 1714568

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1785.38 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 21086
/proc/meminfo: memFree=17960/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1715084 CPUtime=1801.93
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447020 0 59 0 179960 233 0 0 15 0 14 0 151917269 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428771 389842 1914 14 0 415518 0
[pid=20393/tid=20394] ppid=20391 vsize=1715084 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) S 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 14 0 151917290 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20395] ppid=20391 vsize=1715084 CPUtime=15.4
/proc/20393/task/20395/stat : 20395 (java) S 20391 20393 20344 0 -1 64 194152 0 0 0 1447 93 0 0 16 0 14 0 151917290 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20396] ppid=20391 vsize=1715084 CPUtime=589.39
/proc/20393/task/20396/stat : 20396 (java) R 20391 20393 20344 0 -1 64 1239 0 0 0 58922 17 0 0 17 0 14 0 151917292 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472781 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20397] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20397/stat : 20397 (java) S 20391 20393 20344 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 151917293 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20398] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20398/stat : 20398 (java) S 20391 20393 20344 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 151917293 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20399] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20399/stat : 20399 (java) S 20391 20393 20344 0 -1 64 5 0 1 0 0 0 0 0 16 0 14 0 151917298 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20400] ppid=20391 vsize=1715084 CPUtime=0.01
/proc/20393/task/20400/stat : 20400 (java) S 20391 20393 20344 0 -1 64 4 0 0 0 1 0 0 0 16 0 14 0 151917298 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20401] ppid=20391 vsize=1715084 CPUtime=1.24
/proc/20393/task/20401/stat : 20401 (java) S 20391 20393 20344 0 -1 64 2152 0 0 0 124 0 0 0 16 0 14 0 151917298 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20402] ppid=20391 vsize=1715084 CPUtime=1.17
/proc/20393/task/20402/stat : 20402 (java) S 20391 20393 20344 0 -1 64 3065 0 0 0 116 1 0 0 17 0 14 0 151917298 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20403] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20403/stat : 20403 (java) S 20391 20393 20344 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 151917299 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20404] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20404/stat : 20404 (java) S 20391 20393 20344 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 151917299 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=20410] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/20410/stat : 20410 (java) S 20391 20393 20344 0 -1 64 85 0 0 0 0 0 0 0 16 0 14 0 151999134 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20393/tid=21086] ppid=20391 vsize=1715084 CPUtime=0
/proc/20393/task/21086/stat : 21086 (java) S 20391 20393 20344 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 152095764 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (Kb) 1715084

Sending SIGKILL to process tree (bottom up)

[startup+1786.39 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 21086
/proc/meminfo: memFree=17960/2055920 swapFree=4183200/4192956
[pid=20393] ppid=20391 vsize=1715084 CPUtime=1802.93
/proc/20393/stat : 20393 (java) S 20391 20393 20344 0 -1 0 447020 0 59 0 180060 233 0 0 15 0 14 0 151917269 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20393/statm: 428771 389842 1914 14 0 415518 0
[pid=20393/tid=20394] ppid=20391 vsize=1715084 CPUtime=15.42
/proc/20393/task/20394/stat : 20394 (java) R 20391 20393 20344 0 -1 64 209524 0 0 0 1446 96 0 0 16 0 3 0 151917290 1756246016 389842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 256 4 0 23759 0 0 0 -1 0 0 0
[pid=20393/tid=20395] ppid=0 vsize=0 CPUtime=0
/proc/20393/task/20395/stat : [pid=20393/tid=20397] ppid=0 vsize=0 CPUtime=0
/proc/20393/task/20397/stat : [pid=20393/tid=20398] ppid=0 vsize=0 CPUtime=0
/proc/20393/task/20398/stat : Current children cumulated CPU time (s) 1802.93
Current children cumulated vsize (Kb) 1715084

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1786.64
CPU time (s): 1803.2
CPU user time (s): 1800.61
CPU system time (s): 2.58661
CPU usage (%): 100.927
Max. virtual memory (cumulated for all children) (Kb): 1715572
The end

Launcher Data (download as text)

Begin job on node39 on Fri Jul 28 01:34:21 UTC 2006


FILE ID= 43071-1154050461

PBS_JOBID= 881837

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43071-1154050461/instance-43071-1154050461.opb 824263763
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-43071-1154050461 -o ROOT/results/node39/solver-43071-1154050461 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43071-1154050461/instance-43071-1154050461.opb 824263763

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  9984e76947bf9addca42277d72ff7107

RANDOM SEED= 824263763

TIMEOUT= 1800 seconds


/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.214
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.214
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:       1412784 kB
Buffers:         33784 kB
Cached:         549816 kB
SwapCached:       3648 kB
Active:         136592 kB
Inactive:       455708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412784 kB
SwapTotal:     4192956 kB
SwapFree:      4183200 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14720 kB
Slab:            36868 kB
Committed_AS:   587744 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Fri Jul 28 02:04:07 UTC 2006