Trace number 44562

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.15 1780.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3700.opb
MD5SUM86879a5871daa11ed8529c30e9ca3bf0
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4726350847
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29631666774144
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29631666774144
Number of bits of the biggest sum of numbers45
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node36/44562-1149303855/instance-44562-1149303855.opb
0.20	c reading problem ... 
36.22	c ... done. Time 36.022 ms.
36.22	c #vars     155000
36.22	c #constraints  5300
1780.40	c starts		: 2
1780.40	c conflicts		: 206
1780.40	c decisions		: 17852
1780.40	c propagations		: 105729
1780.40	c inspects		: 116181
1780.40	c learnt literals	: 0
1780.40	c learnt binary clauses	: 0
1780.40	c learnt ternary clauses	: 0
1780.40	c learnt clauses	: 205
1780.40	c root simplifications	: 0
1780.40	c removed literals (reason simplification)	: 0
1780.40	c reason swapping (by a shorter reason)	: 0
1780.40	c Calls to reduceDB	: 0
1780.40	c speed (decisions/second)	: 10.235704444320854
1780.40	c non guided choices	9954
1780.40	s UNKNOWN
1780.40	c Total wall clock time (ms): 1780.197

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.98 0.91 2/64 416
/proc/meminfo: memFree=1236112/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=168 CPUtime=0
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 196051726 172032 18 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 1477808 0 0 4096 0 0 0 0 17 1 0 0
/proc/416/statm: 43 24 18 14 0 3 0

[startup+10.0027 s]
/proc/loadavg: 1.00 0.98 0.91 2/75 427
/proc/meminfo: memFree=979200/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1715644 CPUtime=11.58
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 70485 0 1 0 1119 39 0 0 21 0 12 0 196051726 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071447138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 428911 65992 1887 14 0 415658 0
[pid=416/tid=417] ppid=414 vsize=1715644 CPUtime=1.05
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 15009 0 0 0 94 11 0 0 16 0 12 0 196051729 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=418] ppid=414 vsize=1715644 CPUtime=1.05
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 18025 0 0 0 94 11 0 0 16 0 12 0 196051729 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196051732 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=420] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1715644 CPUtime=0.4
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 563 0 0 0 40 0 0 0 16 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1715644 CPUtime=0.36
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 372 0 0 0 36 0 0 0 17 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196051736 1756819456 65992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (Kb) 1715644

[startup+20.0095 s]
/proc/loadavg: 1.00 0.98 0.91 2/75 427
/proc/meminfo: memFree=998216/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1715644 CPUtime=21.68
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 71438 0 1 0 2127 41 0 0 20 0 12 0 196051726 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 428911 61285 1887 14 0 415658 0
[pid=416/tid=417] ppid=414 vsize=1715644 CPUtime=1.15
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 15393 0 0 0 103 12 0 0 16 0 12 0 196051729 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=418] ppid=414 vsize=1715644 CPUtime=1.15
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 18571 0 0 0 104 11 0 0 16 0 12 0 196051729 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1715644 CPUtime=0.01
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 196051732 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1715644 CPUtime=0.4
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 564 0 0 0 40 0 0 0 16 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1715644 CPUtime=0.36
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 372 0 0 0 36 0 0 0 16 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196051736 1756819456 61285 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.68
Current children cumulated vsize (Kb) 1715644

[startup+30.0163 s]
/proc/loadavg: 1.00 0.98 0.91 2/75 427
/proc/meminfo: memFree=1007880/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1715644 CPUtime=31.77
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 75613 0 1 0 3134 43 0 0 25 0 12 0 196051726 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071454969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 428911 58938 1887 14 0 415658 0
[pid=416/tid=417] ppid=414 vsize=1715644 CPUtime=1.24
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 15981 0 0 0 112 12 0 0 15 0 12 0 196051729 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1715644 CPUtime=1.25
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 19176 0 0 0 113 12 0 0 16 0 12 0 196051729 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=419] ppid=414 vsize=1715644 CPUtime=0.02
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 22 0 0 0 1 1 0 0 16 0 12 0 196051732 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196051733 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1715644 CPUtime=0.4
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 564 0 0 0 40 0 0 0 16 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1715644 CPUtime=0.36
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 372 0 0 0 36 0 0 0 16 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1715644 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196051736 1756819456 58938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.77
Current children cumulated vsize (Kb) 1715644

[startup+40.0231 s]
/proc/loadavg: 1.00 0.98 0.91 2/76 428
/proc/meminfo: memFree=997248/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720248 CPUtime=42.42
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 80912 0 1 0 4196 46 0 0 25 0 13 0 196051726 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568597 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430062 61571 1905 14 0 416809 0
[pid=416/tid=417] ppid=414 vsize=1720248 CPUtime=1.32
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 17172 0 0 0 120 12 0 0 16 0 13 0 196051729 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720248 CPUtime=1.33
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 20415 0 0 0 120 13 0 0 16 0 13 0 196051729 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=419] ppid=414 vsize=1720248 CPUtime=0.02
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 35 0 0 0 1 1 0 0 16 0 13 0 196051732 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=420] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720248 CPUtime=0.66
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 698 0 0 0 66 0 0 0 16 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720248 CPUtime=0.78
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3034 0 0 0 77 1 0 0 18 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720248 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196055369 1761533952 61571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.42
Current children cumulated vsize (Kb) 1720248

[startup+50.0299 s]
/proc/loadavg: 1.00 0.98 0.91 2/76 428
/proc/meminfo: memFree=995008/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1719368 CPUtime=52.57
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 82281 0 1 0 5210 47 0 0 25 0 13 0 196051726 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 429842 62134 1907 14 0 416589 0
[pid=416/tid=417] ppid=414 vsize=1719368 CPUtime=1.37
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 17875 0 0 0 125 12 0 0 16 0 13 0 196051729 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1719368 CPUtime=1.38
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 21059 0 0 0 125 13 0 0 16 0 13 0 196051729 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=419] ppid=414 vsize=1719368 CPUtime=0.02
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 35 0 0 0 1 1 0 0 16 0 13 0 196051732 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1719368 CPUtime=0.72
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 698 0 0 0 72 0 0 0 17 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1719368 CPUtime=0.88
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3043 0 0 0 87 1 0 0 16 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1719368 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196055369 1760632832 62134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.57
Current children cumulated vsize (Kb) 1719368

[startup+60.0367 s]
/proc/loadavg: 1.00 0.98 0.91 2/76 428
/proc/meminfo: memFree=988928/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1721072 CPUtime=63.02
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 85461 0 1 0 6254 48 0 0 25 0 13 0 196051726 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430268 63683 1907 14 0 417015 0
[pid=416/tid=417] ppid=414 vsize=1721072 CPUtime=1.41
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 18447 0 0 0 128 13 0 0 16 0 13 0 196051729 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1721072 CPUtime=1.42
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 21944 0 0 0 129 13 0 0 16 0 13 0 196051729 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=419] ppid=414 vsize=1721072 CPUtime=0.02
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 35 0 0 0 1 1 0 0 16 0 13 0 196051732 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1721072 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1721072 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1721072 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1721072 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1721072 CPUtime=1.07
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2416 0 0 0 106 1 0 0 17 0 13 0 196051736 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1721072 CPUtime=0.89
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3043 0 0 0 88 1 0 0 17 0 13 0 196051736 1762377728 63683 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 164900 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (Kb) 1720636

[startup+1777.37 s]
/proc/loadavg: 1.02 1.02 0.95 2/76 428
/proc/meminfo: memFree=582144/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720636 CPUtime=1796.96
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 229347 0 1 0 179493 203 0 0 23 0 13 0 196051726 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569174 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430159 165044 1907 14 0 416906 0
[pid=416/tid=417] ppid=414 vsize=1720636 CPUtime=18.86
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 69902 0 0 0 1817 69 0 0 17 0 13 0 196051729 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720636 CPUtime=18.88
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 73774 0 0 0 1805 83 0 0 17 0 13 0 196051729 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1720636 CPUtime=0.25
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 158 0 0 0 15 10 0 0 16 0 13 0 196051732 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (Kb) 1720636

[startup+1778.38 s]
/proc/loadavg: 1.02 1.02 0.95 2/76 428
/proc/meminfo: memFree=582144/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720636 CPUtime=1797.97
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 229347 0 1 0 179594 203 0 0 25 0 13 0 196051726 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071442726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430159 165044 1907 14 0 416906 0
[pid=416/tid=417] ppid=414 vsize=1720636 CPUtime=18.86
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 69902 0 0 0 1817 69 0 0 17 0 13 0 196051729 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720636 CPUtime=18.88
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 73774 0 0 0 1805 83 0 0 17 0 13 0 196051729 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1720636 CPUtime=0.25
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 158 0 0 0 15 10 0 0 16 0 13 0 196051732 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 165044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (Kb) 1720636

[startup+1779.39 s]
/proc/loadavg: 1.02 1.02 0.95 2/76 428
/proc/meminfo: memFree=580928/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720636 CPUtime=1799.01
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 229691 0 1 0 179698 203 0 0 20 0 13 0 196051726 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430159 165345 1907 14 0 416906 0
[pid=416/tid=417] ppid=414 vsize=1720636 CPUtime=18.9
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 69996 0 0 0 1821 69 0 0 16 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720636 CPUtime=18.91
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 74023 0 0 0 1808 83 0 0 17 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1720636 CPUtime=0.25
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 158 0 0 0 15 10 0 0 15 0 13 0 196051732 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (Kb) 1720636

[startup+1780.39 s]
/proc/loadavg: 1.02 1.02 0.95 2/76 428
/proc/meminfo: memFree=580928/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720636 CPUtime=1800.01
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 229691 0 1 0 179798 203 0 0 25 0 13 0 196051726 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569174 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430159 165345 1907 14 0 416906 0
[pid=416/tid=417] ppid=414 vsize=1720636 CPUtime=18.9
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 69996 0 0 0 1821 69 0 0 16 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720636 CPUtime=18.91
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 74023 0 0 0 1808 83 0 0 17 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1720636 CPUtime=0.25
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 158 0 0 0 15 10 0 0 16 0 13 0 196051732 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (Kb) 1720636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.39 s]
/proc/loadavg: 1.02 1.02 0.95 2/76 428
/proc/meminfo: memFree=580928/2055920 swapFree=4181452/4192956
[pid=416] ppid=414 vsize=1720636 CPUtime=1800.02
/proc/416/stat : 416 (java) R 414 416 370 0 -1 0 229691 0 1 0 179799 203 0 0 25 0 13 0 196051726 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/416/statm: 430159 165345 1907 14 0 416906 0
[pid=416/tid=417] ppid=414 vsize=1720636 CPUtime=18.9
/proc/416/task/417/stat : 417 (java) S 414 416 370 0 -1 64 69996 0 0 0 1821 69 0 0 16 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=418] ppid=414 vsize=1720636 CPUtime=18.91
/proc/416/task/418/stat : 418 (java) S 414 416 370 0 -1 64 74023 0 0 0 1808 83 0 0 17 0 13 0 196051729 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=419] ppid=414 vsize=1720636 CPUtime=0.25
/proc/416/task/419/stat : 419 (java) S 414 416 370 0 -1 64 158 0 0 0 15 10 0 0 16 0 13 0 196051732 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=420] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/420/stat : 420 (java) S 414 416 370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=421] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/421/stat : 421 (java) S 414 416 370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196051733 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=422] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/422/stat : 422 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=423] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/423/stat : 423 (java) S 414 416 370 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=424] ppid=414 vsize=1720636 CPUtime=1.1
/proc/416/task/424/stat : 424 (java) S 414 416 370 0 -1 64 2418 0 0 0 109 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=425] ppid=414 vsize=1720636 CPUtime=0.99
/proc/416/task/425/stat : 425 (java) S 414 416 370 0 -1 64 3049 0 0 0 98 1 0 0 17 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=426] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/426/stat : 426 (java) S 414 416 370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=416/tid=427] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/427/stat : 427 (java) S 414 416 370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196051736 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=416/tid=428] ppid=414 vsize=1720636 CPUtime=0
/proc/416/task/428/stat : 428 (java) S 414 416 370 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196055369 1761931264 165345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (Kb) 1720636

Sending SIGTERM to -416
Sleeping 2 seconds

Child status: 143
Real time (s): 1780.52
CPU time (s): 1800.15
CPU user time (s): 1798.01
CPU system time (s): 2.13568
CPU usage (%): 101.102
Max. virtual memory (cumulated for all children) (Kb): 1721072

Launcher Data (download as text)

Begin job on node36 on Sat Jun  3 03:04:16 UTC 2006


FILE ID= 44562-1149303855

PBS_JOBID= 307520

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3700.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node36/44562-1149303855/instance-44562-1149303855.opb 39384994
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node36/watcher-44562-1149303855 -o ROOT/results/node36/solver-44562-1149303855 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node36/44562-1149303855/instance-44562-1149303855.opb 39384994

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  86879a5871daa11ed8529c30e9ca3bf0

RANDOM SEED= 39384994


/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.284
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.284
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:       1236512 kB
Buffers:         30504 kB
Cached:         715208 kB
SwapCached:       3444 kB
Active:          96752 kB
Inactive:       657964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1236512 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14928 kB
Slab:            50752 kB
Committed_AS:   246844 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node36 on Sat Jun  3 03:33:57 UTC 2006