Trace number 44557

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.38 1784.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
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 4574600208
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 29764190431236
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 29764190431236
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-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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node79/44557-1149303732/instance-44557-1149303732.opb
0.22	c reading problem ... 
35.12	c ... done. Time 34.903 ms.
35.12	c #vars     155000
35.12	c #constraints  5300
1784.31	c starts		: 2
1784.31	c conflicts		: 190
1784.31	c decisions		: 30321
1784.31	c propagations		: 134074
1784.31	c inspects		: 176306
1784.31	c learnt literals	: 0
1784.31	c learnt binary clauses	: 0
1784.31	c learnt ternary clauses	: 0
1784.31	c learnt clauses	: 189
1784.31	c root simplifications	: 0
1784.31	c removed literals (reason simplification)	: 0
1784.31	c reason swapping (by a shorter reason)	: 0
1784.31	c Calls to reduceDB	: 0
1784.31	c speed (decisions/second)	: 17.335121673447265
1784.31	c non guided choices	11817
1784.31	s UNKNOWN
1784.31	c Total wall clock time (ms): 1784.093

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.93 2/67 456
/proc/meminfo: memFree=1332280/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1788 CPUtime=0
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 196011859 1830912 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/456/statm: 447 144 109 14 0 91 0

[startup+10.0028 s]
/proc/loadavg: 0.87 0.97 0.93 2/78 467
/proc/meminfo: memFree=1077600/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1714588 CPUtime=11.57
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 70720 0 1 0 1123 34 0 0 25 0 12 0 196011859 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071334090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 428647 65369 1887 14 0 415393 0
[pid=456/tid=457] ppid=454 vsize=1714588 CPUtime=1.03
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 15238 0 0 0 94 9 0 0 17 0 12 0 196011862 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1714588 CPUtime=1.03
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 17900 0 0 0 94 9 0 0 15 0 12 0 196011862 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196011865 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196011866 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196011866 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1714588 CPUtime=0.37
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 477 0 0 0 37 0 0 0 17 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1714588 CPUtime=0.43
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 606 0 0 0 43 0 0 0 17 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1714588 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196011869 1755738112 65369 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (Kb) 1714588

[startup+20.0099 s]
/proc/loadavg: 0.89 0.97 0.93 2/78 467
/proc/meminfo: memFree=1090144/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1714460 CPUtime=21.67
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 71710 0 1 0 2131 36 0 0 25 0 12 0 196011859 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071430626 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 428615 62300 1887 14 0 415361 0
[pid=456/tid=457] ppid=454 vsize=1714460 CPUtime=1.12
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 15719 0 0 0 103 9 0 0 16 0 12 0 196011862 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1714460 CPUtime=1.12
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 18386 0 0 0 103 9 0 0 16 0 12 0 196011862 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 196011865 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=460] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196011866 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196011866 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1714460 CPUtime=0.37
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 477 0 0 0 37 0 0 0 16 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1714460 CPUtime=0.43
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 606 0 0 0 43 0 0 0 17 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196011869 1755607040 62300 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (Kb) 1714460

[startup+30.016 s]
/proc/loadavg: 0.91 0.97 0.93 2/78 467
/proc/meminfo: memFree=1114464/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1714460 CPUtime=31.76
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 72779 0 1 0 3139 37 0 0 25 0 12 0 196011859 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071304000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 428615 56234 1887 14 0 415361 0
[pid=456/tid=457] ppid=454 vsize=1714460 CPUtime=1.22
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 16230 0 0 0 112 10 0 0 15 0 12 0 196011862 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=458] ppid=454 vsize=1714460 CPUtime=1.21
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 18914 0 0 0 112 9 0 0 17 0 12 0 196011862 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=459] ppid=454 vsize=1714460 CPUtime=0.02
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 24 0 0 0 1 1 0 0 16 0 12 0 196011865 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196011866 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196011866 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1714460 CPUtime=0.37
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 477 0 0 0 37 0 0 0 16 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1714460 CPUtime=0.43
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 606 0 0 0 43 0 0 0 17 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1714460 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196011869 1755607040 56234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (Kb) 1714460

[startup+40.0231 s]
/proc/loadavg: 0.92 0.97 0.93 2/79 468
/proc/meminfo: memFree=1112728/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1716000 CPUtime=42.14
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 75482 0 1 0 4174 40 0 0 25 0 13 0 196011859 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071596559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429000 56737 1907 14 0 415746 0
[pid=456/tid=457] ppid=454 vsize=1716000 CPUtime=1.29
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 17220 0 0 0 119 10 0 0 16 0 13 0 196011862 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=458] ppid=454 vsize=1716000 CPUtime=1.29
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 20133 0 0 0 119 10 0 0 16 0 13 0 196011862 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=459] ppid=454 vsize=1716000 CPUtime=0.02
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 26 0 0 0 1 1 0 0 15 0 13 0 196011865 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1716000 CPUtime=0.59
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 890 0 0 0 59 0 0 0 16 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1716000 CPUtime=0.59
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 620 0 0 0 59 0 0 0 16 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=468] ppid=454 vsize=1716000 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196015392 1757184000 56737 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.14
Current children cumulated vsize (Kb) 1716000

[startup+50.0302 s]
/proc/loadavg: 0.93 0.97 0.93 2/79 468
/proc/meminfo: memFree=1107544/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1722412 CPUtime=52.63
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 79432 0 1 0 5222 41 0 0 18 0 13 0 196011859 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597116 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/456/statm: 430603 57995 1909 14 0 417349 0
[pid=456/tid=457] ppid=454 vsize=1722412 CPUtime=1.34
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 17682 0 0 0 123 11 0 0 16 0 13 0 196011862 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1722412 CPUtime=1.33
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 20280 0 0 0 123 10 0 0 16 0 13 0 196011862 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1722412 CPUtime=0.02
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 26 0 0 0 1 1 0 0 16 0 13 0 196011865 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1722412 CPUtime=0.64
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 913 0 0 0 64 0 0 0 16 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1722412 CPUtime=1.03
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3928 0 0 0 102 1 0 0 19 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=466] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=468] ppid=454 vsize=1722412 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196015392 1763749888 57995 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.63
Current children cumulated vsize (Kb) 1722412

[startup+60.0372 s]
/proc/loadavg: 0.94 0.97 0.93 2/79 468
/proc/meminfo: memFree=1110616/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=62.76
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 79935 0 1 0 6234 42 0 0 18 0 13 0 196011859 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 57226 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=1.36
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 18051 0 0 0 125 11 0 0 16 0 13 0 196011862 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=1.35
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 20407 0 0 0 125 10 0 0 16 0 13 0 196011862 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.02
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 26 0 0 0 1 1 0 0 15 0 13 0 196011865 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196011869 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.69
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 913 0 0 0 69 0 0 0 16 0 13 0 196011869 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.08
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3930 0 0 0 107 1 0 0 15 0 13 0 196011869 1760358400 57226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (Kb) 1719100

[startup+1781.28 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 468
/proc/meminfo: memFree=744344/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=1797.21
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 254911 0 1 0 179406 315 0 0 25 0 13 0 196011859 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 148538 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=15.25
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 59597 0 0 0 1408 117 0 0 16 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=15.29
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 66346 0 0 0 1404 125 0 0 17 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.41
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 331 0 0 0 22 19 0 0 16 0 13 0 196011865 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (Kb) 1719100

[startup+1782.29 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 468
/proc/meminfo: memFree=744344/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=1798.21
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 254911 0 1 0 179506 315 0 0 25 0 13 0 196011859 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 148538 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=15.25
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 59597 0 0 0 1408 117 0 0 16 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=15.29
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 66346 0 0 0 1404 125 0 0 17 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.41
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 331 0 0 0 22 19 0 0 16 0 13 0 196011865 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (Kb) 1719100

[startup+1783.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 468
/proc/meminfo: memFree=744344/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=1799.22
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 254911 0 1 0 179607 315 0 0 25 0 13 0 196011859 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 148538 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=15.25
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 59597 0 0 0 1408 117 0 0 16 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=15.29
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 66346 0 0 0 1404 125 0 0 17 0 13 0 196011862 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.41
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 331 0 0 0 22 19 0 0 16 0 13 0 196011865 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148538 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.22
Current children cumulated vsize (Kb) 1719100

[startup+1784.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 468
/proc/meminfo: memFree=744216/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=1800.24
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 254944 0 1 0 179709 315 0 0 25 0 13 0 196011859 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 148570 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=15.27
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 59629 0 0 0 1410 117 0 0 16 0 13 0 196011862 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=15.32
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 66346 0 0 0 1407 125 0 0 16 0 13 0 196011862 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.41
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 331 0 0 0 22 19 0 0 16 0 13 0 196011865 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (Kb) 1719100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 468
/proc/meminfo: memFree=744216/2055892 swapFree=4085424/4096564
[pid=456] ppid=454 vsize=1719100 CPUtime=1800.25
/proc/456/stat : 456 (java) R 454 456 410 0 -1 0 254944 0 1 0 179710 315 0 0 25 0 13 0 196011859 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/456/statm: 429775 148570 1909 14 0 416521 0
[pid=456/tid=457] ppid=454 vsize=1719100 CPUtime=15.27
/proc/456/task/457/stat : 457 (java) S 454 456 410 0 -1 64 59629 0 0 0 1410 117 0 0 16 0 13 0 196011862 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=458] ppid=454 vsize=1719100 CPUtime=15.32
/proc/456/task/458/stat : 458 (java) S 454 456 410 0 -1 64 66346 0 0 0 1407 125 0 0 16 0 13 0 196011862 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=459] ppid=454 vsize=1719100 CPUtime=0.41
/proc/456/task/459/stat : 459 (java) S 454 456 410 0 -1 64 331 0 0 0 22 19 0 0 16 0 13 0 196011865 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=460] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/460/stat : 460 (java) S 454 456 410 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=461] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/461/stat : 461 (java) S 454 456 410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196011866 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=462] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/462/stat : 462 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=463] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/463/stat : 463 (java) S 454 456 410 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=464] ppid=454 vsize=1719100 CPUtime=0.87
/proc/456/task/464/stat : 464 (java) S 454 456 410 0 -1 64 1564 0 0 0 87 0 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=465] ppid=454 vsize=1719100 CPUtime=1.16
/proc/456/task/465/stat : 465 (java) S 454 456 410 0 -1 64 3935 0 0 0 115 1 0 0 17 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=456/tid=466] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/466/stat : 466 (java) S 454 456 410 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=467] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/467/stat : 467 (java) S 454 456 410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196011869 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=456/tid=468] ppid=454 vsize=1719100 CPUtime=0
/proc/456/task/468/stat : 468 (java) S 454 456 410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196015392 1760358400 148570 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (Kb) 1719100

Sending SIGTERM to -456
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.44
CPU time (s): 1800.38
CPU user time (s): 1797.13
CPU system time (s): 3.24651
CPU usage (%): 100.893
Max. virtual memory (cumulated for all children) (Kb): 1722412

Launcher Data (download as text)

Begin job on node79 on Sat Jun  3 03:02:12 UTC 2006


FILE ID= 44557-1149303732

PBS_JOBID= 307503

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  bd6dfc1cb1b60fa01a3db613e331e5b8

RANDOM SEED= 797324418


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1332488 kB
Buffers:         37772 kB
Cached:         613436 kB
SwapCached:       2612 kB
Active:         114432 kB
Inactive:       545712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1332488 kB
SwapTotal:     4096564 kB
SwapFree:      4085424 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          16684 kB
Slab:            49952 kB
Committed_AS:   290112 kB
PageTables:       1304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node79 on Sat Jun  3 03:31:57 UTC 2006