Trace number 50950

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? (TO) 1800.84 1760.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
MD5SUMdaef519cc387cb4190b46c644ef26a75
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables65701
Total number of constraints195481
Number of constraints which are clauses195480
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066611663944849260137495841993663922586015605314649454542626583271372705247225059695176544033188317685768654897628
Number of bits of the biggest sum of numbers541
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node25/50950-1154118703/instance-50950-1154118703.opb
0.20	c reading problem ... 
252.13	c ... done. Time 251.926 ms.
252.13	c #vars     65701
252.13	c #constraints  195482
1760.36	c starts		: 1
1760.36	c conflicts		: 1
1760.36	c decisions		: 47816
1760.36	c propagations		: 65692
1760.36	c inspects		: 178302
1760.36	c learnt literals	: 0
1760.36	c learnt binary clauses	: 0
1760.36	c learnt ternary clauses	: 0
1760.36	c learnt clauses	: 0
1760.36	c root simplifications	: 0
1760.36	c removed literals (reason simplification)	: 0
1760.36	c reason swapping (by a shorter reason)	: 0
1760.36	c Calls to reduceDB	: 0
1760.36	c speed (decisions/second)	: 31.704795834402514
1760.36	c non guided choices	47816
1760.36	s UNKNOWN
1760.36	c Total wall clock time (ms): 1760.157

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/node25/watcher-50950-1154118703 -o ROOT/results/node25/solver-50950-1154118703 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node25/50950-1154118703/instance-50950-1154118703.opb 944568081 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 440
/proc/meminfo: memFree=1478736/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=18544 CPUtime=0
/proc/440/stat : 440 (runsolver) R 438 440 391 0 -1 4194368 18 0 0 0 0 0 0 0 18 0 1 0 158745326 18989056 280 18446744073709551615 4194304 4264732 548682068944 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/440/statm: 4636 280 244 17 0 2626 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 451
/proc/meminfo: memFree=1309312/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=10.43
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 47762 0 1 0 1022 21 0 0 25 0 12 0 158745326 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 44130 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.05
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 1722 0 0 0 4 1 0 0 15 0 12 0 158745330 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.05
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1237 0 0 0 5 0 0 0 16 0 12 0 158745330 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 158745332 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.21
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 452 0 0 0 21 0 0 0 16 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.31
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 394 0 0 0 31 0 0 0 17 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158745336 1750429696 44130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (Kb) 1709404

[startup+20.0086 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 451
/proc/meminfo: memFree=1321856/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=20.5
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 48088 0 1 0 2029 21 0 0 25 0 12 0 158745326 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071435411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 41025 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.07
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 1837 0 0 0 6 1 0 0 16 0 12 0 158745330 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.08
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1415 0 0 0 8 0 0 0 17 0 12 0 158745330 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 28 0 0 0 0 0 0 0 17 0 12 0 158745332 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.24
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 453 0 0 0 24 0 0 0 16 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.35
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 398 0 0 0 35 0 0 0 15 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158745336 1750429696 41025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (Kb) 1709404

[startup+30.0155 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 451
/proc/meminfo: memFree=1322752/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=30.55
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 48379 0 1 0 3033 22 0 0 17 0 12 0 158745326 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071435419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 40831 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.11
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 1946 0 0 0 10 1 0 0 16 0 12 0 158745330 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.12
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1562 0 0 0 12 0 0 0 16 0 12 0 158745330 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0.01
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 28 0 0 0 0 1 0 0 16 0 12 0 158745332 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.24
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 453 0 0 0 24 0 0 0 16 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.36
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 399 0 0 0 36 0 0 0 16 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158745336 1750429696 40831 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.55
Current children cumulated vsize (Kb) 1709404

[startup+40.0224 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 451
/proc/meminfo: memFree=1322368/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=40.58
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 48753 0 1 0 4036 22 0 0 25 0 12 0 158745326 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348058 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 40941 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.16
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 2104 0 0 0 15 1 0 0 16 0 12 0 158745330 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.16
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1740 0 0 0 16 0 0 0 16 0 12 0 158745330 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0.02
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 29 0 0 0 1 1 0 0 15 0 12 0 158745332 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.24
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 453 0 0 0 24 0 0 0 16 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.36
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 399 0 0 0 36 0 0 0 16 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158745336 1750429696 40941 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.58
Current children cumulated vsize (Kb) 1709404

[startup+50.0303 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 451
/proc/meminfo: memFree=1321920/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=50.62
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 49041 0 1 0 5039 23 0 0 23 0 12 0 158745326 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 41090 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.21
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 2248 0 0 0 20 1 0 0 16 0 12 0 158745330 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.2
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1841 0 0 0 20 0 0 0 16 0 12 0 158745330 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0.03
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 30 0 0 0 2 1 0 0 16 0 12 0 158745332 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.24
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 453 0 0 0 24 0 0 0 16 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.36
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 399 0 0 0 36 0 0 0 16 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158745336 1750429696 41090 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (Kb) 1709404

[startup+60.0372 s]
/proc/loadavg: 0.97 0.98 0.99 2/75 451
/proc/meminfo: memFree=1320960/2055920 swapFree=4183100/4192956
[pid=440] ppid=438 vsize=1709404 CPUtime=60.68
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 49343 0 1 0 6043 25 0 0 25 0 12 0 158745326 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071435436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 427351 41338 1872 14 0 414098 0
[pid=440/tid=441] ppid=438 vsize=1709404 CPUtime=0.27
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 2363 0 0 0 25 2 0 0 16 0 12 0 158745330 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=442] ppid=438 vsize=1709404 CPUtime=0.27
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 1981 0 0 0 26 1 0 0 16 0 12 0 158745330 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=443] ppid=438 vsize=1709404 CPUtime=0.05
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 30 0 0 0 3 2 0 0 15 0 12 0 158745332 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=444] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158745333 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158745333 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158745336 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158745336 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1709404 CPUtime=0.24
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 453 0 0 0 24 0 0 0 16 0 12 0 158745336 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1709404 CPUtime=0.36
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 399 0 0 0 36 0 0 0 16 0 12 0 158745336 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1709404 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158745336 1750429696 41338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1709404 CPUtime=0

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

/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (Kb) 1730352

[startup+1757.32 s]
/proc/loadavg: 1.04 1.01 1.00 2/82 480
/proc/meminfo: memFree=14984/2055920 swapFree=4183116/4192956
[pid=440] ppid=438 vsize=1730352 CPUtime=1797.34
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 578145 0 1 0 179079 655 0 0 25 0 13 0 158745326 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071425418 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 432588 393861 1908 14 0 419335 0
[pid=440/tid=441] ppid=438 vsize=1730352 CPUtime=38.77
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 241067 0 0 0 3592 285 0 0 16 0 13 0 158745330 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=442] ppid=438 vsize=1730352 CPUtime=38.66
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 213599 0 0 0 3615 251 0 0 16 0 13 0 158745330 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1730352 CPUtime=3.6
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 799 0 0 0 308 52 0 0 16 0 13 0 158745332 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=444] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.34
Current children cumulated vsize (Kb) 1730352

[startup+1758.33 s]
/proc/loadavg: 1.04 1.01 1.00 2/82 480
/proc/meminfo: memFree=14856/2055920 swapFree=4183116/4192956
[pid=440] ppid=438 vsize=1730352 CPUtime=1798.48
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 578178 0 1 0 179191 657 0 0 17 0 13 0 158745326 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071425616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 432588 393893 1908 14 0 419335 0
[pid=440/tid=441] ppid=438 vsize=1730352 CPUtime=38.91
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 241099 0 0 0 3606 285 0 0 17 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=442] ppid=438 vsize=1730352 CPUtime=38.81
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 213599 0 0 0 3627 254 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1730352 CPUtime=3.6
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 799 0 0 0 308 52 0 0 15 0 13 0 158745332 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=444] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (Kb) 1730352

[startup+1759.34 s]
/proc/loadavg: 1.04 1.01 1.00 2/82 480
/proc/meminfo: memFree=14856/2055920 swapFree=4183116/4192956
[pid=440] ppid=438 vsize=1730352 CPUtime=1799.49
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 578178 0 1 0 179292 657 0 0 25 0 13 0 158745326 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071425478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 432588 393893 1908 14 0 419335 0
[pid=440/tid=441] ppid=438 vsize=1730352 CPUtime=38.91
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 241099 0 0 0 3606 285 0 0 17 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=442] ppid=438 vsize=1730352 CPUtime=38.81
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 213599 0 0 0 3627 254 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1730352 CPUtime=3.6
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 799 0 0 0 308 52 0 0 16 0 13 0 158745332 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=444] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (Kb) 1730352

[startup+1760.34 s]
/proc/loadavg: 1.04 1.01 1.00 2/82 520
/proc/meminfo: memFree=16136/2055920 swapFree=4183116/4192956
[pid=440] ppid=438 vsize=1730352 CPUtime=1800.54
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 578179 0 1 0 179396 658 0 0 23 0 13 0 158745326 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071425402 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 432588 393893 1908 14 0 419335 0
[pid=440/tid=441] ppid=438 vsize=1730352 CPUtime=38.97
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 241099 0 0 0 3612 285 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=442] ppid=438 vsize=1730352 CPUtime=38.88
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 213599 0 0 0 3633 255 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1730352 CPUtime=3.6
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 799 0 0 0 308 52 0 0 15 0 13 0 158745332 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=444] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1730352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.35 s]
/proc/loadavg: 1.04 1.01 1.00 2/82 520
/proc/meminfo: memFree=16136/2055920 swapFree=4183116/4192956
[pid=440] ppid=438 vsize=1730352 CPUtime=1800.55
/proc/440/stat : 440 (java) R 438 440 391 0 -1 0 578179 0 1 0 179397 658 0 0 23 0 13 0 158745326 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071425380 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/440/statm: 432588 393893 1908 14 0 419335 0
[pid=440/tid=441] ppid=438 vsize=1730352 CPUtime=38.97
/proc/440/task/441/stat : 441 (java) S 438 440 391 0 -1 64 241099 0 0 0 3612 285 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=442] ppid=438 vsize=1730352 CPUtime=38.88
/proc/440/task/442/stat : 442 (java) S 438 440 391 0 -1 64 213599 0 0 0 3633 255 0 0 16 0 13 0 158745330 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=443] ppid=438 vsize=1730352 CPUtime=3.6
/proc/440/task/443/stat : 443 (java) S 438 440 391 0 -1 64 799 0 0 0 308 52 0 0 15 0 13 0 158745332 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=444] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/444/stat : 444 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=445] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/445/stat : 445 (java) S 438 440 391 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158745333 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=446] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/446/stat : 446 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=447] ppid=438 vsize=1730352 CPUtime=0.01
/proc/440/task/447/stat : 447 (java) S 438 440 391 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=448] ppid=438 vsize=1730352 CPUtime=1.17
/proc/440/task/448/stat : 448 (java) S 438 440 391 0 -1 64 4385 0 0 0 115 2 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=449] ppid=438 vsize=1730352 CPUtime=1.84
/proc/440/task/449/stat : 449 (java) S 438 440 391 0 -1 64 8696 0 0 0 180 4 0 0 17 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=450] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/450/stat : 450 (java) S 438 440 391 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=440/tid=451] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/451/stat : 451 (java) S 438 440 391 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158745336 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=440/tid=452] ppid=438 vsize=1730352 CPUtime=0
/proc/440/task/452/stat : 452 (java) S 438 440 391 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158770552 1771880448 393893 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 1730352

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

Child status: 143
Real time (s): 1760.63
CPU time (s): 1800.84
CPU user time (s): 1794.02
CPU system time (s): 6.82296
CPU usage (%): 102.284
Max. virtual memory (cumulated for all children) (Kb): 1730516
The end

Launcher Data (download as text)

Begin job on node25 on Fri Jul 28 20:31:44 UTC 2006


FILE ID= 50950-1154118703

PBS_JOBID= 886847

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node25/50950-1154118703/instance-50950-1154118703.opb 944568081
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-50950-1154118703 -o ROOT/results/node25/solver-50950-1154118703 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node25/50950-1154118703/instance-50950-1154118703.opb 944568081

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  daef519cc387cb4190b46c644ef26a75

RANDOM SEED= 944568081

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.209
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.209
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:       1478944 kB
Buffers:         36988 kB
Cached:         464544 kB
SwapCached:       3844 kB
Active:          51376 kB
Inactive:       458968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478944 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14760 kB
Slab:            52592 kB
Committed_AS:   759272 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 node25 on Fri Jul 28 21:01:05 UTC 2006