Trace number 43373

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) 1800.47 1788.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gesa3_o.opb
MD5SUM65c2bbddd90efb87154e28c84e06f5c3
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 variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 144203531006459664
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 144203531006459664
Number of bits of the biggest sum of numbers58
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c no version file found!!!
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_06
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 1548419056
0.19	c Max memory 1551040512
0.19	c Total memory 1551040512
0.19	c Number of processors 2
0.26	c Cutting planes based inference
0.26	c --- Begin Solver configuration ---
0.26	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.26	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.26	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving ROOT/tmp/node14/43373-1149318380/instance-43373-1149318380.opb
0.26	c reading problem ... 
1.87	c ... done. Time 1.615 ms.
1.87	c #vars     15504
1.87	c #constraints  1536
1788.39	c starts		: 12
1788.39	c conflicts		: 20126
1788.39	c decisions		: 60592
1788.39	c propagations		: 211664
1788.39	c inspects		: 99709976
1788.39	c learnt literals	: 0
1788.39	c learnt binary clauses	: 0
1788.39	c learnt ternary clauses	: 0
1788.39	c learnt clauses	: 20125
1788.39	c root simplifications	: 0
1788.39	c removed literals (reason simplification)	: 0
1788.39	c reason swapping (by a shorter reason)	: 0
1788.39	c Calls to reduceDB	: 0
1788.39	c speed (decisions/second)	: 33.922008268881406
1788.39	c non guided choices	1130
1788.39	s UNKNOWN
1788.39	c Total wall clock time (ms): 1788.134

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-43373-1149318380 -o ROOT/results/node14/solver-43373-1149318380 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/43373-1149318380/instance-43373-1149318380.opb 402342406 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 1.00 1.00 3/64 445
/proc/meminfo: memFree=1571312/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1784 CPUtime=0
/proc/445/stat : 445 (java) D 443 445 399 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 197500706 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/445/statm: 446 141 106 14 0 91 0

[startup+10.0029 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1407576/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712988 CPUtime=11.55
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 45447 0 1 0 1134 21 0 0 25 0 13 0 197500706 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759614 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428247 42748 1908 14 0 414994 0
[pid=445/tid=446] ppid=443 vsize=1712988 CPUtime=0.14
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 2501 0 0 0 13 1 0 0 16 0 13 0 197500713 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=447] ppid=443 vsize=1712988 CPUtime=0.14
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 2442 0 0 0 13 1 0 0 16 0 13 0 197500713 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=448] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 197500715 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=449] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712988 CPUtime=1.04
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1832 0 0 0 103 1 0 0 17 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712988 CPUtime=1.02
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2104 0 0 0 102 0 0 0 16 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712988 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197500929 1754099712 42748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1712988

[startup+20.0098 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1392792/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=21.72
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 51408 0 1 0 2147 25 0 0 25 0 13 0 197500706 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 46445 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=0.29
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 5504 0 0 0 26 3 0 0 16 0 13 0 197500713 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=0.3
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 5383 0 0 0 28 2 0 0 16 0 13 0 197500713 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 197500715 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1833 0 0 0 104 1 0 0 17 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.03
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2106 0 0 0 103 0 0 0 16 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197500929 1753284608 46445 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (Kb) 1712192

[startup+30.0168 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1385432/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=31.76
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 53375 0 1 0 3150 26 0 0 17 0 13 0 197500706 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 48295 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=0.32
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 6235 0 0 0 29 3 0 0 17 0 13 0 197500713 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=0.33
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 6227 0 0 0 30 3 0 0 17 0 13 0 197500713 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 197500715 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1833 0 0 0 104 1 0 0 17 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.03
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2106 0 0 0 103 0 0 0 16 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197500929 1753284608 48295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (Kb) 1712192

[startup+40.0237 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1382872/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=41.8
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 54094 0 1 0 4154 26 0 0 25 0 13 0 197500706 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 48947 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=0.34
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 6586 0 0 0 30 4 0 0 16 0 13 0 197500713 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=0.35
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 6590 0 0 0 32 3 0 0 16 0 13 0 197500713 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 197500715 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.06
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 105 1 0 0 17 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.04
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 104 0 0 0 16 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 48947 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.8
Current children cumulated vsize (Kb) 1712192

[startup+50.0307 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1379928/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=51.83
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 54922 0 1 0 5156 27 0 0 25 0 13 0 197500706 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759614 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 49685 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=0.36
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 7041 0 0 0 32 4 0 0 16 0 13 0 197500713 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=0.37
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 6958 0 0 0 34 3 0 0 16 0 13 0 197500713 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 197500715 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.06
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 105 1 0 0 17 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.04
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 104 0 0 0 16 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 49685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.83
Current children cumulated vsize (Kb) 1712192

[startup+60.0376 s]
/proc/loadavg: 0.99 1.00 1.00 2/76 457
/proc/meminfo: memFree=1381912/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=61.83
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 55492 0 1 0 6156 27 0 0 25 0 13 0 197500706 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 49138 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=0.38
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 7289 0 0 0 34 4 0 0 16 0 13 0 197500713 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=0.37
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 7277 0 0 0 34 3 0 0 16 0 13 0 197500713 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 197500715 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 49138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.29
Current children cumulated vsize (Kb) 1712192

[startup+1785.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 459
/proc/meminfo: memFree=1192920/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=1797.3
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 155758 0 1 0 179636 94 0 0 25 0 13 0 197500706 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071649411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 96063 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=11.51
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 48870 0 0 0 1128 23 0 0 16 0 13 0 197500713 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=11.45
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 49059 0 0 0 1120 25 0 0 16 0 13 0 197500713 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0.28
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 109 0 0 0 16 12 0 0 15 0 13 0 197500715 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96063 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (Kb) 1712192

[startup+1786.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 459
/proc/meminfo: memFree=1192728/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=1798.32
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 155847 0 1 0 179738 94 0 0 20 0 13 0 197500706 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071430308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 96107 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=11.52
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 48925 0 0 0 1129 23 0 0 16 0 13 0 197500713 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=11.46
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 49092 0 0 0 1121 25 0 0 16 0 13 0 197500713 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0.28
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 109 0 0 0 16 12 0 0 16 0 13 0 197500715 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96107 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.32
Current children cumulated vsize (Kb) 1712192

[startup+1787.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 459
/proc/meminfo: memFree=1192664/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=1799.33
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 155917 0 1 0 179839 94 0 0 25 0 13 0 197500706 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071642879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 96144 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=11.53
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 48925 0 0 0 1130 23 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=11.47
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 49161 0 0 0 1122 25 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0.28
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 109 0 0 0 16 12 0 0 15 0 13 0 197500715 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (Kb) 1712192

[startup+1788.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 459
/proc/meminfo: memFree=1192664/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=1800.34
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 155917 0 1 0 179940 94 0 0 25 0 13 0 197500706 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071759623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 96144 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=11.53
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 48925 0 0 0 1130 23 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=11.47
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 49161 0 0 0 1122 25 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0.28
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 109 0 0 0 16 12 0 0 16 0 13 0 197500715 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (Kb) 1712192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 459
/proc/meminfo: memFree=1192664/2055920 swapFree=4181448/4192956
[pid=445] ppid=443 vsize=1712192 CPUtime=1800.34
/proc/445/stat : 445 (java) R 443 445 399 0 -1 0 155917 0 1 0 179940 94 0 0 25 0 13 0 197500706 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071758901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/445/statm: 428048 96144 1910 14 0 414795 0
[pid=445/tid=446] ppid=443 vsize=1712192 CPUtime=11.53
/proc/445/task/446/stat : 446 (java) S 443 445 399 0 -1 64 48925 0 0 0 1130 23 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=447] ppid=443 vsize=1712192 CPUtime=11.47
/proc/445/task/447/stat : 447 (java) S 443 445 399 0 -1 64 49161 0 0 0 1122 25 0 0 16 0 13 0 197500713 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=448] ppid=443 vsize=1712192 CPUtime=0.28
/proc/445/task/448/stat : 448 (java) S 443 445 399 0 -1 64 109 0 0 0 16 12 0 0 16 0 13 0 197500715 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=449] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/449/stat : 449 (java) S 443 445 399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=450] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/450/stat : 450 (java) S 443 445 399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197500716 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=451] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/451/stat : 451 (java) S 443 445 399 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=452] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/452/stat : 452 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=453] ppid=443 vsize=1712192 CPUtime=1.08
/proc/445/task/453/stat : 453 (java) S 443 445 399 0 -1 64 1834 0 0 0 107 1 0 0 17 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=445/tid=454] ppid=443 vsize=1712192 CPUtime=1.05
/proc/445/task/454/stat : 454 (java) S 443 445 399 0 -1 64 2107 0 0 0 105 0 0 0 16 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=455] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/455/stat : 455 (java) S 443 445 399 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=456] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/456/stat : 456 (java) S 443 445 399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197500719 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=445/tid=457] ppid=443 vsize=1712192 CPUtime=0
/proc/445/task/457/stat : 457 (java) S 443 445 399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 197500929 1753284608 96144 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (Kb) 1712192

Sending SIGTERM to -445
Sleeping 2 seconds

Child status: 143
Real time (s): 1788.48
CPU time (s): 1800.47
CPU user time (s): 1799.45
CPU system time (s): 1.01584
CPU usage (%): 100.67
Max. virtual memory (cumulated for all children) (Kb): 1712988

Launcher Data (download as text)

Begin job on node14 on Sat Jun  3 07:06:20 UTC 2006


FILE ID= 43373-1149318380

PBS_JOBID= 308487

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gesa3_o.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/43373-1149318380/instance-43373-1149318380.opb 402342406
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-43373-1149318380 -o ROOT/results/node14/solver-43373-1149318380 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/43373-1149318380/instance-43373-1149318380.opb 402342406

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  65c2bbddd90efb87154e28c84e06f5c3

RANDOM SEED= 402342406


/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.241
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.241
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:       1571520 kB
Buffers:         31700 kB
Cached:         382768 kB
SwapCached:       3188 kB
Active:          28776 kB
Inactive:       394364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571520 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            47168 kB
Committed_AS:   324576 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Sat Jun  3 07:36:08 UTC 2006