Trace number 44519

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) 1803.06 1790.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
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.2
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 constraints81068
Number of constraints which are clauses81068
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node78/44519-1149298366/instance-44519-1149298366.opb
0.20	c reading problem ... 
3.23	c ... done. Time 3.035 ms.
3.23	c #vars     1150
3.23	c #constraints  81068
3.26	c SATISFIABLE
3.26	c OPTIMIZING...
3.26	c Got one! Ellapsed CPU time (in seconds):3.062
3.28	o 0
3.31	c Got one! Ellapsed CPU time (in seconds):3.108
3.31	o -1
3.61	c Got one! Ellapsed CPU time (in seconds):3.408
3.61	o -2
4.31	c Got one! Ellapsed CPU time (in seconds):4.112
4.31	o -35
5.25	c Got one! Ellapsed CPU time (in seconds):5.05
5.25	o -36
9.59	c Got one! Ellapsed CPU time (in seconds):9.392
9.59	o -37
107.95	c Got one! Ellapsed CPU time (in seconds):107.747
107.95	o -38
113.22	c Got one! Ellapsed CPU time (in seconds):113.022
113.22	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
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/node78/watcher-44519-1149298366 -o ROOT/results/node78/solver-44519-1149298366 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node78/44519-1149298366/instance-44519-1149298366.opb 162776777 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/67 13499
/proc/meminfo: memFree=1562240/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1788 CPUtime=0
/proc/13499/stat : 13499 (java) D 13497 13499 13453 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 194865426 1830912 135 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/13499/statm: 447 135 100 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.95 0.90 2/79 13517
/proc/meminfo: memFree=1355552/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=11.86
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 58065 0 1 0 1157 29 0 0 25 0 13 0 194865426 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071380761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 53432 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=0.37
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 8516 0 0 0 33 4 0 0 16 0 13 0 194865429 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=0.37
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 8519 0 0 0 34 3 0 0 16 0 13 0 194865429 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=0.92
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1517 0 0 0 91 1 0 0 17 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=0.97
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2020 0 0 0 97 0 0 0 17 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13517] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194866386 1754193920 53432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (Kb) 1713080

[startup+20.0095 s]
/proc/loadavg: 0.94 0.96 0.91 2/79 13517
/proc/meminfo: memFree=1289184/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=22.36
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 78279 0 1 0 2198 38 0 0 25 0 13 0 194865426 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071490488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 70029 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=0.82
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 18967 0 0 0 74 8 0 0 16 0 13 0 194865429 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=0.82
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 18267 0 0 0 74 8 0 0 16 0 13 0 194865429 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=0.98
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1524 0 0 0 97 1 0 0 16 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=0.98
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2020 0 0 0 98 0 0 0 16 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13517] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194866386 1754193920 70029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (Kb) 1713080

[startup+30.0166 s]
/proc/loadavg: 0.95 0.96 0.91 3/79 13517
/proc/meminfo: memFree=1242272/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=32.69
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 91338 0 1 0 3226 43 0 0 25 0 13 0 194865426 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 81753 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=1.11
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 25892 0 0 0 100 11 0 0 16 0 13 0 194865429 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=1.11
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 24395 0 0 0 101 10 0 0 17 0 13 0 194865429 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.01
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1525 0 0 0 100 1 0 0 17 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=0.98
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2020 0 0 0 98 0 0 0 17 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13517] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 194866386 1754193920 81753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.69
Current children cumulated vsize (Kb) 1713080

[startup+40.0237 s]
/proc/loadavg: 0.95 0.96 0.91 2/79 13517
/proc/meminfo: memFree=1197920/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=43
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 103724 0 1 0 4250 50 0 0 25 0 13 0 194865426 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071521537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 92826 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=1.41
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 32711 0 0 0 126 15 0 0 17 0 13 0 194865429 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=1.41
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 29956 0 0 0 128 13 0 0 16 0 13 0 194865429 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.01
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1525 0 0 0 100 1 0 0 17 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=0.98
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2020 0 0 0 98 0 0 0 17 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13517] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13453 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 194866386 1754193920 92826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43
Current children cumulated vsize (Kb) 1713080

[startup+50.0308 s]
/proc/loadavg: 0.96 0.96 0.91 2/79 13517
/proc/meminfo: memFree=1159136/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=53.28
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 114469 0 1 0 5273 55 0 0 22 0 13 0 194865426 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 102504 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=1.69
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 38202 0 0 0 152 17 0 0 17 0 13 0 194865429 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=1.7
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 35206 0 0 0 155 15 0 0 16 0 13 0 194865429 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.01
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1525 0 0 0 100 1 0 0 17 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=0.98
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2020 0 0 0 98 0 0 0 17 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13517] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13453 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 194866386 1754193920 102504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.28
Current children cumulated vsize (Kb) 1713080

[startup+60.0379 s]
/proc/loadavg: 0.97 0.96 0.91 2/79 13517
/proc/meminfo: memFree=1122976/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=63.52
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 0 124382 0 1 0 6293 59 0 0 25 0 13 0 194865426 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 111525 1912 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=1.92
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 41193 0 0 0 174 18 0 0 17 0 13 0 194865429 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=1.93
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 42123 0 0 0 175 18 0 0 16 0 13 0 194865429 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13453 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 194865431 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 111525 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (Kb) 1713080

[startup+1786.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 14194
/proc/meminfo: memFree=20496/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=1798.8
/proc/13499/stat : 13499 (java) S 13497 13499 13453 0 -1 0 444011 0 1 0 179661 219 0 0 17 0 13 0 194865426 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 428270 389216 1914 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=11.8
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 199587 0 0 0 1090 90 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=11.83
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 201931 0 0 0 1084 99 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=660.68
/proc/13499/task/13502/stat : 13502 (java) R 13497 13499 13453 0 -1 64 1178 0 0 0 66063 5 0 0 25 0 13 0 194865431 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152712049 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.04
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1526 0 0 0 103 1 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=1.03
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (Kb) 1713080

[startup+1787.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 14194
/proc/meminfo: memFree=20560/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=1799.81
/proc/13499/stat : 13499 (java) S 13497 13499 13453 0 -1 0 444011 0 1 0 179762 219 0 0 17 0 13 0 194865426 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 428270 389216 1914 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=11.8
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 199587 0 0 0 1090 90 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=11.83
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 201931 0 0 0 1084 99 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=661.68
/proc/13499/task/13502/stat : 13502 (java) R 13497 13499 13453 0 -1 64 1178 0 0 0 66163 5 0 0 25 0 13 0 194865431 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154934710 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.04
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1526 0 0 0 103 1 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=1.03
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.81
Current children cumulated vsize (Kb) 1713080

[startup+1788.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 14194
/proc/meminfo: memFree=20560/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=1800.81
/proc/13499/stat : 13499 (java) S 13497 13499 13453 0 -1 0 444011 0 1 0 179862 219 0 0 17 0 13 0 194865426 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 428270 389216 1914 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=11.8
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 199587 0 0 0 1090 90 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=11.83
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 201931 0 0 0 1084 99 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=662.69
/proc/13499/task/13502/stat : 13502 (java) R 13497 13499 13453 0 -1 64 1178 0 0 0 66264 5 0 0 25 0 13 0 194865431 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152725056 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.04
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1526 0 0 0 103 1 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=1.03
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1713080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 14194
/proc/meminfo: memFree=20560/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=1800.82
/proc/13499/stat : 13499 (java) S 13497 13499 13453 0 -1 0 444011 0 1 0 179863 219 0 0 17 0 13 0 194865426 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13499/statm: 428270 389216 1914 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=11.8
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 199587 0 0 0 1090 90 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=11.83
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 201931 0 0 0 1084 99 0 0 17 0 13 0 194865429 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=662.69
/proc/13499/task/13502/stat : 13502 (java) R 13497 13499 13453 0 -1 64 1178 0 0 0 66264 5 0 0 25 0 13 0 194865431 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154935708 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.04
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1526 0 0 0 103 1 0 0 16 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=1.03
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (Kb) 1713080

Sending SIGTERM to -13499
Sleeping 2 seconds

[startup+1789.35 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 14195
/proc/meminfo: memFree=20552/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=1713080 CPUtime=1801.82
/proc/13499/stat : 13499 (java) S 13497 13499 13453 0 -1 0 444015 0 1 0 179963 219 0 0 16 0 13 0 194865426 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13499/statm: 428270 389219 1914 14 0 415016 0
[pid=13499/tid=13500] ppid=13497 vsize=1713080 CPUtime=11.8
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13453 0 -1 64 199587 0 0 0 1090 90 0 0 17 0 13 0 194865429 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13501] ppid=13497 vsize=1713080 CPUtime=11.83
/proc/13499/task/13501/stat : 13501 (java) S 13497 13499 13453 0 -1 64 201931 0 0 0 1084 99 0 0 17 0 13 0 194865429 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13502] ppid=13497 vsize=1713080 CPUtime=663.7
/proc/13499/task/13502/stat : 13502 (java) R 13497 13499 13453 0 -1 64 1178 0 0 0 66365 5 0 0 17 0 13 0 194865431 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154638260 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194865432 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13453 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13506] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13453 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13507] ppid=13497 vsize=1713080 CPUtime=1.04
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13453 0 -1 64 1526 0 0 0 103 1 0 0 16 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=1713080 CPUtime=1.03
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13453 0 -1 64 2021 0 0 0 103 0 0 0 17 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13509] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194865435 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13499/tid=13519] ppid=13497 vsize=1713080 CPUtime=0
/proc/13499/task/13519/stat : 13519 (java) S 13497 13499 13453 0 -1 64 97 0 0 0 0 0 0 0 16 0 13 0 194876749 1754193920 389219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (Kb) 1713080
Sending SIGKILL to -13499

[startup+1790.36 s]
/proc/loadavg: 0.99 0.97 0.91 3/68 14195
/proc/meminfo: memFree=20552/2055892 swapFree=4085732/4096564
[pid=13499] ppid=13497 vsize=0 CPUtime=1802.83
/proc/13499/stat : 13499 (java) R 13497 13499 13453 0 -1 1028 444016 0 1 0 180064 219 0 0 16 0 1 0 194865426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 0 0 0 17 0 0 0
/proc/13499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.83
Current children cumulated vsize (Kb) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.58
CPU time (s): 1803.06
CPU user time (s): 1800.64
CPU system time (s): 2.41763
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (Kb): 1713080
The end

Launcher Data (download as text)

Begin job on node78 on Sat Jun  3 01:32:46 UTC 2006


FILE ID= 44519-1149298366

PBS_JOBID= 307233

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-3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node78/44519-1149298366/instance-44519-1149298366.opb 162776777
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-44519-1149298366 -o ROOT/results/node78/solver-44519-1149298366 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node78/44519-1149298366/instance-44519-1149298366.opb 162776777

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  29f577041bedcbf69a98210424b233be

RANDOM SEED= 162776777


/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.225
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	: 6006.17
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.225
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	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1562448 kB
Buffers:         36388 kB
Cached:         386976 kB
SwapCached:       2520 kB
Active:          49580 kB
Inactive:       382500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1562448 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            47876 kB
Committed_AS:   309544 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Sat Jun  3 02:02:37 UTC 2006