Trace number 44522

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) 1802.42 1789.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-49
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.35	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.35	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.36	c no version file found!!!
0.36	c sun.arch.data.model	32
0.36	c java.version	1.5.0_06
0.36	c os.name	Linux
0.36	c os.version	2.6.9-22.EL.rootsmp
0.36	c os.arch	i386
0.36	c Free memory 1548419056
0.36	c Max memory 1551040512
0.36	c Total memory 1551040512
0.36	c Number of processors 2
0.43	c Cutting planes based inference
0.43	c --- Begin Solver configuration ---
0.43	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.43	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.43	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.43	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.43	c VSIDS like heuristics from MiniSAT using a heap
0.43	c No reason simplification
0.43	c --- End Solver configuration ---
0.43	c solving ROOT/tmp/node40/44522-1154052277/instance-44522-1154052277.opb
0.43	c reading problem ... 
4.09	c ... done. Time 3.656 ms.
4.09	c #vars     1150
4.09	c #constraints  80851
4.12	c SATISFIABLE
4.12	c OPTIMIZING...
4.12	c Got one! Ellapsed CPU time (in seconds):3.684
4.13	o 0
4.16	c Got one! Ellapsed CPU time (in seconds):3.731
4.17	o -1
4.39	c Got one! Ellapsed CPU time (in seconds):3.96
4.39	o -2
5.03	c Got one! Ellapsed CPU time (in seconds):4.594
5.03	o -34
5.93	c Got one! Ellapsed CPU time (in seconds):5.497
5.93	o -35
6.99	c Got one! Ellapsed CPU time (in seconds):6.561
7.00	o -36
8.33	c Got one! Ellapsed CPU time (in seconds):7.897
8.33	o -37
11.14	c Got one! Ellapsed CPU time (in seconds):10.707
11.14	o -38
645.62	c Got one! Ellapsed CPU time (in seconds):645.188
645.62	o -39

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.98 2/64 12511
/proc/meminfo: memFree=690856/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=216 CPUtime=0
/proc/12511/stat : 12511 (java) D 12509 12511 12462 0 -1 0 47 0 0 0 0 0 0 0 19 0 1 0 152098781 221184 30 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 6910884 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12511/statm: 54 30 25 14 0 2 0

[startup+10.0033 s]
/proc/loadavg: 0.93 0.97 0.98 2/76 12530
/proc/meminfo: memFree=467728/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1715784 CPUtime=11.3
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 57196 0 59 0 1097 33 0 0 25 0 13 0 152098781 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071596958 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428946 53590 1910 14 0 415693 0
[pid=12511/tid=12512] ppid=12509 vsize=1715784 CPUtime=0.39
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 8748 0 0 0 35 4 0 0 17 0 13 0 152098799 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1715784 CPUtime=0.4
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 8293 0 0 0 37 3 0 0 16 0 13 0 152098799 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 152098802 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1715784 CPUtime=0.83
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2104 0 0 0 82 1 0 0 16 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1715784 CPUtime=0.75
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 685 0 0 0 75 0 0 0 16 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12530] ppid=12509 vsize=1715784 CPUtime=0
/proc/12511/task/12530/stat : 12530 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 152099615 1756962816 53590 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (Kb) 1715784

[startup+20.0106 s]
/proc/loadavg: 0.94 0.97 0.98 2/76 12531
/proc/meminfo: memFree=413400/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=21.78
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 74640 0 59 0 2135 43 0 0 25 0 13 0 152098781 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428434 67204 1910 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=0.79
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 17649 0 0 0 69 10 0 0 17 0 13 0 152098799 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=0.78
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 16821 0 0 0 70 8 0 0 17 0 13 0 152098799 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 152098802 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.84
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2104 0 0 0 83 1 0 0 16 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.85
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 692 0 0 0 85 0 0 0 17 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12531] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12531/stat : 12531 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152099896 1754865664 67204 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.78
Current children cumulated vsize (Kb) 1713736

[startup+30.0179 s]
/proc/loadavg: 0.95 0.97 0.98 2/76 12531
/proc/meminfo: memFree=372440/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=32.09
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 86576 0 59 0 3160 49 0 0 25 0 13 0 152098781 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071491320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428434 77428 1910 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=1.07
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 23493 0 0 0 95 12 0 0 16 0 13 0 152098799 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=1.07
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 22907 0 0 0 96 11 0 0 17 0 13 0 152098799 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 152098802 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.84
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2104 0 0 0 83 1 0 0 16 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.86
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 86 0 0 0 16 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12531] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12531/stat : 12531 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152099896 1754865664 77428 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (Kb) 1713736

[startup+40.0252 s]
/proc/loadavg: 0.96 0.97 0.98 2/76 12531
/proc/meminfo: memFree=330648/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=42.4
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 98628 0 59 0 4185 55 0 0 25 0 13 0 152098781 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071403895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428434 87850 1910 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=1.36
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 29809 0 0 0 121 15 0 0 16 0 13 0 152098799 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=1.35
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 28393 0 0 0 121 14 0 0 17 0 13 0 152098799 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 152098802 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.88
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2350 0 0 0 87 1 0 0 16 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.86
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 86 0 0 0 16 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12531] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12531/stat : 12531 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152099896 1754865664 87850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.4
Current children cumulated vsize (Kb) 1713736

[startup+50.0325 s]
/proc/loadavg: 0.96 0.97 0.98 2/76 12531
/proc/meminfo: memFree=295704/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=52.67
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 108776 0 59 0 5206 61 0 0 25 0 13 0 152098781 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071596962 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428434 96588 1910 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=1.62
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 34851 0 0 0 144 18 0 0 16 0 13 0 152098799 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=1.61
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 33495 0 0 0 144 17 0 0 17 0 13 0 152098799 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 152098802 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.88
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2350 0 0 0 87 1 0 0 16 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.86
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 86 0 0 0 16 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12531] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12531/stat : 12531 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152099896 1754865664 96588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.67
Current children cumulated vsize (Kb) 1713736

[startup+60.0398 s]
/proc/loadavg: 0.97 0.97 0.98 2/76 12531
/proc/meminfo: memFree=254616/2055920 swapFree=4183140/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=62.98
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 0 120698 0 59 0 6232 66 0 0 25 0 13 0 152098781 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071558815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12511/statm: 428434 106839 1910 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=1.94
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 41432 0 0 0 173 21 0 0 16 0 13 0 152098799 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=1.92
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 38833 0 0 0 173 19 0 0 16 0 13 0 152098799 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12514/stat : 12514 (java) S 12509 12511 12462 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 152098802 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 106839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0

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

[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 87 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (Kb) 1713736

[startup+1785.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12532
/proc/meminfo: memFree=16144/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=1798.12
/proc/12511/stat : 12511 (java) S 12509 12511 12462 0 -1 0 445679 0 59 0 179581 231 0 0 17 0 13 0 152098781 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12511/statm: 428434 389274 1912 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=12.57
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 205825 0 0 0 1153 104 0 0 16 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=12.52
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 194728 0 0 0 1159 93 0 0 17 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=750.57
/proc/12511/task/12514/stat : 12514 (java) R 12509 12511 12462 0 -1 64 4467 0 0 0 75052 5 0 0 25 0 13 0 152098802 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716325 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.92
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2359 0 0 0 91 1 0 0 17 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.89
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 89 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 87 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.12
Current children cumulated vsize (Kb) 1713736

[startup+1786.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12532
/proc/meminfo: memFree=16144/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=1799.12
/proc/12511/stat : 12511 (java) S 12509 12511 12462 0 -1 0 445680 0 59 0 179681 231 0 0 17 0 13 0 152098781 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12511/statm: 428434 389274 1912 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=12.57
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 205825 0 0 0 1153 104 0 0 16 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=12.52
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 194728 0 0 0 1159 93 0 0 17 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=751.57
/proc/12511/task/12514/stat : 12514 (java) R 12509 12511 12462 0 -1 64 4467 0 0 0 75152 5 0 0 25 0 13 0 152098802 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472678 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.92
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2359 0 0 0 91 1 0 0 17 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.89
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 89 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 88 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (Kb) 1713736

[startup+1787.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12532
/proc/meminfo: memFree=16144/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=1800.13
/proc/12511/stat : 12511 (java) S 12509 12511 12462 0 -1 0 445680 0 59 0 179782 231 0 0 17 0 13 0 152098781 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12511/statm: 428434 389274 1912 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=12.57
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 205825 0 0 0 1153 104 0 0 16 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=12.52
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 194728 0 0 0 1159 93 0 0 17 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=752.58
/proc/12511/task/12514/stat : 12514 (java) R 12509 12511 12462 0 -1 64 4467 0 0 0 75253 5 0 0 25 0 13 0 152098802 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938615 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.92
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2359 0 0 0 91 1 0 0 17 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.89
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 89 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 88 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (Kb) 1713736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12532
/proc/meminfo: memFree=16144/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=1800.14
/proc/12511/stat : 12511 (java) S 12509 12511 12462 0 -1 0 445680 0 59 0 179783 231 0 0 17 0 13 0 152098781 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12511/statm: 428434 389274 1912 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=12.57
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 205825 0 0 0 1153 104 0 0 16 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=12.52
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 194728 0 0 0 1159 93 0 0 17 0 13 0 152098799 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=752.58
/proc/12511/task/12514/stat : 12514 (java) R 12509 12511 12462 0 -1 64 4467 0 0 0 75253 5 0 0 25 0 13 0 152098802 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938696 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.92
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2359 0 0 0 91 1 0 0 17 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.89
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 89 0 0 0 16 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 88 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389274 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1713736

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

[startup+1788.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12533
/proc/meminfo: memFree=16136/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=1713736 CPUtime=1801.15
/proc/12511/stat : 12511 (java) S 12509 12511 12462 0 -1 0 445681 0 59 0 179884 231 0 0 16 0 13 0 152098781 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12511/statm: 428434 389275 1912 14 0 415181 0
[pid=12511/tid=12512] ppid=12509 vsize=1713736 CPUtime=12.57
/proc/12511/task/12512/stat : 12512 (java) S 12509 12511 12462 0 -1 64 205825 0 0 0 1153 104 0 0 16 0 13 0 152098799 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12513] ppid=12509 vsize=1713736 CPUtime=12.52
/proc/12511/task/12513/stat : 12513 (java) S 12509 12511 12462 0 -1 64 194728 0 0 0 1159 93 0 0 17 0 13 0 152098799 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12514] ppid=12509 vsize=1713736 CPUtime=753.59
/proc/12511/task/12514/stat : 12514 (java) R 12509 12511 12462 0 -1 64 4467 0 0 0 75354 5 0 0 25 0 13 0 152098802 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729256 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12515] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12515/stat : 12515 (java) S 12509 12511 12462 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12516] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12516/stat : 12516 (java) S 12509 12511 12462 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152098803 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12517] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12517/stat : 12517 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12518] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12518/stat : 12518 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12519] ppid=12509 vsize=1713736 CPUtime=0.92
/proc/12511/task/12519/stat : 12519 (java) S 12509 12511 12462 0 -1 64 2359 0 0 0 91 1 0 0 17 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12511/tid=12520] ppid=12509 vsize=1713736 CPUtime=0.89
/proc/12511/task/12520/stat : 12520 (java) S 12509 12511 12462 0 -1 64 693 0 0 0 89 0 0 0 16 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12521] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12521/stat : 12521 (java) S 12509 12511 12462 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12522] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12522/stat : 12522 (java) S 12509 12511 12462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152098808 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12511/tid=12532] ppid=12509 vsize=1713736 CPUtime=0
/proc/12511/task/12532/stat : 12532 (java) S 12509 12511 12462 0 -1 64 88 0 0 0 0 0 0 0 16 0 13 0 152163344 1754865664 389275 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.15
Current children cumulated vsize (Kb) 1713736

Sending SIGKILL to process tree (bottom up)

[startup+1789.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12533
/proc/meminfo: memFree=16136/2055920 swapFree=4183148/4192956
[pid=12511] ppid=12509 vsize=0 CPUtime=1802.15
/proc/12511/stat : 12511 (java) R 12509 12511 12462 0 -1 1028 445681 0 59 0 179984 231 0 0 16 0 1 0 152098781 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 0 0 0 17 1 0 0
/proc/12511/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (Kb) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1789.71
CPU time (s): 1802.42
CPU user time (s): 1799.85
CPU system time (s): 2.57461
CPU usage (%): 100.71
Max. virtual memory (cumulated for all children) (Kb): 1715784
The end

Launcher Data (download as text)

Begin job on node40 on Fri Jul 28 02:04:37 UTC 2006


FILE ID= 44522-1154052277

PBS_JOBID= 881898

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node40/44522-1154052277/instance-44522-1154052277.opb 257520319
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-44522-1154052277 -o ROOT/results/node40/solver-44522-1154052277 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node40/44522-1154052277/instance-44522-1154052277.opb 257520319

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  669011fc499ae56e44c354cc6cddc4c7

RANDOM SEED= 257520319

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.245
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.245
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:        691064 kB
Buffers:         38740 kB
Cached:        1234460 kB
SwapCached:       3840 kB
Active:          68556 kB
Inactive:      1213496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        691064 kB
SwapTotal:     4192956 kB
SwapFree:      4183140 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            68860 kB
Committed_AS:   513768 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 node40 on Fri Jul 28 02:34:27 UTC 2006