Trace number 349440

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.27 1763.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
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.10/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.23	c no version file found!!!
0.10/0.23	c sun.arch.data.model	32
0.10/0.23	c java.version	1.6.0
0.10/0.23	c os.name	Linux
0.10/0.23	c os.version	2.6.9-22.EL.rootsmp
0.10/0.23	c os.arch	i386
0.10/0.23	c Free memory 1651659224
0.10/0.23	c Max memory 1654456320
0.10/0.23	c Total memory 1654456320
0.10/0.23	c Number of processors 2
0.10/0.28	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.10/0.28	--- Begin Solver configuration ---
0.10/0.28	c Stops conflict analysis at the first Unique Implication Point
0.10/0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.28	c Learn all clauses as in MiniSAT
0.10/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.28	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.28	c No reason simplification
0.10/0.28	c --- End Solver configuration ---
0.10/0.28	c Simplify asserted PB constraints to clauses
0.10/0.28	c solving /tmp/evaluation/349440-1176701060/instance-349440-1176701060.opb
0.10/0.28	c reading problem ... 
2.54/1.82	c ... done. Wall clock time 1.54s.
2.54/1.82	c CPU time (experimental) 1.25s.
2.54/1.82	c #vars     9060
2.54/1.82	c #constraints  489
1800.07/1763.61	c starts		: 2
1800.07/1763.61	c conflicts		: 22033
1800.07/1763.61	c decisions		: 121221
1800.07/1763.61	c propagations		: 325611
1800.07/1763.61	c inspects		: 245924105
1800.07/1763.61	c learnt literals	: 0
1800.07/1763.61	c learnt binary clauses	: 0
1800.07/1763.61	c learnt ternary clauses	: 0
1800.07/1763.61	c learnt clauses	: 22032
1800.07/1763.61	c root simplifications	: 0
1800.07/1763.61	c removed literals (reason simplification)	: 0
1800.07/1763.61	c reason swapping (by a shorter reason)	: 0
1800.07/1763.61	c Calls to reduceDB	: 0
1800.07/1763.61	c speed (decisions/second)	: 68.8133234029219
1800.07/1763.61	c non guided choices	0
1800.07/1763.61	s UNKNOWN
1800.07/1763.61	c Total wall clock time (ms): 1763.334

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node37/watcher-349440-1176701060 -o ROOT/results/node37/solver-349440-1176701060 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349440-1176701060/sat4jPseudoCPClause.jar /tmp/evaluation/349440-1176701060/instance-349440-1176701060.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 6617
/proc/meminfo: memFree=1851136/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=152 CPUtime=0
/proc/6617/stat : 6617 (java) R 6615 6617 5608 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118018448 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 3167012 0 0 4096 0 0 0 0 17 1 0 0
/proc/6617/statm: 50 26 19 9 0 4 0

[startup+0.0246989 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 6617
/proc/meminfo: memFree=1851136/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1800 CPUtime=0
/proc/6617/stat : 6617 (java) D 6615 6617 5608 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 118018448 1843200 151 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6617/statm: 450 151 114 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101728 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 6617
/proc/meminfo: memFree=1851136/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=12424 CPUtime=0
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 767 0 0 0 0 0 0 0 18 0 2 0 118018448 12722176 550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 3106 550 239 9 0 1242 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12424

[startup+0.301754 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 6617
/proc/meminfo: memFree=1851136/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1781596 CPUtime=0.22
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 4864 0 1 0 19 3 0 0 18 0 12 0 118018448 1824354304 4602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 445399 4603 1246 9 0 443010 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781596

[startup+0.702836 s]
/proc/loadavg: 0.99 0.99 0.99 3/78 6617
/proc/meminfo: memFree=1851136/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1783732 CPUtime=0.84
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 7082 0 1 0 80 4 0 0 18 0 12 0 118018448 1826541568 6527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 445933 6528 1301 9 0 443544 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1783732

[startup+1.50199 s]
/proc/loadavg: 0.99 0.99 0.99 4/90 6629
/proc/meminfo: memFree=1815840/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1791604 CPUtime=2.21
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 21244 0 1 0 211 10 0 0 18 0 12 0 118018448 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447901 17848 1304 9 0 445512 0
[pid=6617/tid=6619] ppid=6615 vsize=1791604 CPUtime=0.93
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 14551 0 1 0 87 6 0 0 20 0 12 0 118018458 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475262 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 118018459 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 118018459 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118018462 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 118018462 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 118018462 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118018466 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791604 CPUtime=0.73
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 4632 0 0 0 71 2 0 0 18 0 12 0 118018466 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791604 CPUtime=0.52
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 1342 0 0 0 52 0 0 0 16 0 12 0 118018466 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118018466 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791604 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118018466 1834602496 17848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1791604

[startup+3.10229 s]
/proc/loadavg: 0.99 0.99 0.99 4/91 6630
/proc/meminfo: memFree=1745496/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1791928 CPUtime=4.72
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 51054 0 1 0 451 21 0 0 18 0 13 0 118018448 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447982 43849 1328 9 0 445593 0
[pid=6617/tid=6619] ppid=6615 vsize=1791928 CPUtime=2.02
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 37724 0 1 0 188 14 0 0 17 0 13 0 118018458 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109564701 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791928 CPUtime=0.04
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 1480 0 0 0 4 0 0 0 16 0 13 0 118018459 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791928 CPUtime=0.04
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 1249 0 0 0 4 0 0 0 16 0 13 0 118018459 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118018462 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791928 CPUtime=1.41
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7159 0 0 0 138 3 0 0 16 0 13 0 118018466 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791928 CPUtime=1.15
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 2713 0 0 0 115 0 0 0 16 0 13 0 118018466 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791928 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834934272 43849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1791928

[startup+6.30188 s]
/proc/loadavg: 0.99 0.99 0.99 2/91 6630
/proc/meminfo: memFree=1660760/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1791896 CPUtime=8.31
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 57641 0 1 0 806 25 0 0 18 0 13 0 118018448 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447974 50186 1328 9 0 445585 0
[pid=6617/tid=6619] ppid=6615 vsize=1791896 CPUtime=4.87
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 37732 0 1 0 473 14 0 0 19 0 13 0 118018458 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791896 CPUtime=0.33
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 4807 0 0 0 30 3 0 0 16 0 13 0 118018459 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791896 CPUtime=0.32
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 4475 0 0 0 30 2 0 0 16 0 13 0 118018459 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 21 0 0 0 0 0 0 0 17 0 13 0 118018462 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791896 CPUtime=1.49
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7165 0 0 0 146 3 0 0 16 0 13 0 118018466 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791896 CPUtime=1.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 2720 0 0 0 124 0 0 0 16 0 13 0 118018466 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834901504 50186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 1791896

[startup+12.7011 s]
/proc/loadavg: 1.07 1.01 1.00 2/91 6630
/proc/meminfo: memFree=1628952/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1792920 CPUtime=15.18
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 65372 0 1 0 1489 29 0 0 18 0 13 0 118018448 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 448230 56674 1328 9 0 445841 0
[pid=6617/tid=6619] ppid=6615 vsize=1792920 CPUtime=11.03
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 37741 0 1 0 1089 14 0 0 21 0 13 0 118018458 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596472 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1792920 CPUtime=0.52
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 8174 0 0 0 48 4 0 0 16 0 13 0 118018459 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1792920 CPUtime=0.52
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 8089 0 0 0 48 4 0 0 16 0 13 0 118018459 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 118018462 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1792920 CPUtime=1.6
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 157 3 0 0 16 0 13 0 118018466 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1792920 CPUtime=1.46
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3451 0 0 0 145 1 0 0 16 0 13 0 118018466 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1792920 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1835950080 56674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1792920

[startup+25.5025 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 6630
/proc/meminfo: memFree=1652376/2055920 swapFree=4062296/4192956
[pid=6617] ppid=6615 vsize=1792920 CPUtime=28.1
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 68860 0 1 0 2779 31 0 0 18 0 13 0 118018448 1835950080 49814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 448230 49814 1334 9 0 445841 0
[pid=6617/tid=6619] ppid=6615 vsize=1792920 CPUtime=23.68
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 37761 0 1 0 2354 14 0 0 25 0 13 0 118018458 1835950080 49814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803539 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1792920 CPUtime=0.64
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 10154 0 0 0 60 4 0 0 16 0 13 0 118018459 1835950080 49814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1792920 CPUtime=0.64
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 9551 0 0 0 59 5 0 0 16 0 13 0 118018459 1835950080 49814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1792920 CPUtime=0.01
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 41 0 0 0 0 1 0 0 17 0 13 0 118018462 1835950080 49814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=6617/tid=6622] ppid=6615 vsize=1791896 CPUtime=0.26
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 145 0 0 0 16 10 0 0 16 0 13 0 118018462 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791896 CPUtime=1.62
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 159 3 0 0 16 0 13 0 118018466 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791896 CPUtime=1.49
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3457 0 0 0 148 1 0 0 16 0 13 0 118018466 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834901504 189756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570.83
Current children cumulated vsize (KiB) 1791896

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/91 6632
/proc/meminfo: memFree=1072600/2055920 swapFree=4062996/4192956
[pid=6617] ppid=6615 vsize=1791896 CPUtime=1632.87
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 273863 0 1 0 163155 132 0 0 18 0 13 0 118018448 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447974 195181 1334 9 0 445585 0
[pid=6617/tid=6619] ppid=6615 vsize=1791896 CPUtime=1570.36
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 69254 0 1 0 157004 32 0 0 21 0 13 0 118018458 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596259 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791896 CPUtime=29.56
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 97199 0 0 0 2916 40 0 0 16 0 13 0 118018459 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791896 CPUtime=29.51
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 95912 0 0 0 2909 42 0 0 16 0 13 0 118018459 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791896 CPUtime=0.26
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 145 0 0 0 16 10 0 0 15 0 13 0 118018462 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791896 CPUtime=1.62
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 159 3 0 0 16 0 13 0 118018466 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791896 CPUtime=1.49
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3457 0 0 0 148 1 0 0 16 0 13 0 118018466 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791896 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834901504 195181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.87
Current children cumulated vsize (KiB) 1791896

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/91 6632
/proc/meminfo: memFree=1052312/2055920 swapFree=4062996/4192956
[pid=6617] ppid=6615 vsize=1791352 CPUtime=1694.89
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 280264 0 1 0 169354 135 0 0 18 0 13 0 118018448 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447838 200106 1334 9 0 445449 0
[pid=6617/tid=6619] ppid=6615 vsize=1791352 CPUtime=1628.27
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 69289 0 1 0 162795 32 0 0 25 0 13 0 118018458 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109956593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791352 CPUtime=31.6
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 100893 0 0 0 3118 42 0 0 16 0 13 0 118018459 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791352 CPUtime=31.55
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 98584 0 0 0 3112 43 0 0 16 0 13 0 118018459 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791352 CPUtime=0.28
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 145 0 0 0 17 11 0 0 16 0 13 0 118018462 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791352 CPUtime=1.63
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 160 3 0 0 16 0 13 0 118018466 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791352 CPUtime=1.5
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3457 0 0 0 149 1 0 0 16 0 13 0 118018466 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834344448 200106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1694.89
Current children cumulated vsize (KiB) 1791352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 6632
/proc/meminfo: memFree=1013144/2055920 swapFree=4062996/4192956
[pid=6617] ppid=6615 vsize=1791352 CPUtime=1757.16
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 291028 0 1 0 175575 141 0 0 18 0 13 0 118018448 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447838 209860 1334 9 0 445449 0
[pid=6617/tid=6619] ppid=6615 vsize=1791352 CPUtime=1685.91
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 69325 0 1 0 168559 32 0 0 25 0 13 0 118018458 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109956593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791352 CPUtime=33.91
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 105779 0 0 0 3347 44 0 0 16 0 13 0 118018459 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791352 CPUtime=33.86
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 104426 0 0 0 3340 46 0 0 16 0 13 0 118018459 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791352 CPUtime=0.29
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 145 0 0 0 18 11 0 0 16 0 13 0 118018462 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791352 CPUtime=1.63
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 160 3 0 0 16 0 13 0 118018466 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791352 CPUtime=1.5
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3457 0 0 0 149 1 0 0 16 0 13 0 118018466 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834344448 209860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1757.16
Current children cumulated vsize (KiB) 1791352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 6632
/proc/meminfo: memFree=1000024/2055920 swapFree=4063060/4192956
[pid=6617] ppid=6615 vsize=1791352 CPUtime=1800.07
/proc/6617/stat : 6617 (java) S 6615 6617 5608 0 -1 0 294595 0 1 0 179864 143 0 0 18 0 13 0 118018448 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 447838 213127 1334 9 0 445449 0
[pid=6617/tid=6619] ppid=6615 vsize=1791352 CPUtime=1725.56
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 5608 0 -1 64 69349 0 1 0 172524 32 0 0 25 0 13 0 118018458 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814309 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1791352 CPUtime=35.52
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 5608 0 -1 64 106954 0 0 0 3508 44 0 0 16 0 13 0 118018459 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1791352 CPUtime=35.49
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 5608 0 -1 64 106794 0 0 0 3501 48 0 0 16 0 13 0 118018459 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1791352 CPUtime=0.29
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 5608 0 -1 64 145 0 0 0 18 11 0 0 16 0 13 0 118018462 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 5608 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 5608 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118018462 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1791352 CPUtime=1.63
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 5608 0 -1 64 7175 0 0 0 160 3 0 0 16 0 13 0 118018466 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1791352 CPUtime=1.5
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 5608 0 -1 64 3457 0 0 0 149 1 0 0 16 0 13 0 118018466 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 5608 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118018466 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 5608 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118018466 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6617/tid=6630] ppid=6615 vsize=1791352 CPUtime=0
/proc/6617/task/6630/stat : 6630 (java) S 6615 6617 5608 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118018657 1834344448 213127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791352

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

Solver just ended. Dumping a history of the last processes samples

[startup+1763.71 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 6632
/proc/meminfo: memFree=1000024/2055920 swapFree=4063060/4192956
[pid=6617] ppid=6615 vsize=0 CPUtime=1800.18
/proc/6617/stat : 6617 (java) Z 6615 6617 5608 0 -1 1036 294615 0 1 0 179870 148 0 0 15 0 2 0 118018448 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.8
CPU time (s): 1800.27
CPU user time (s): 1798.7
CPU system time (s): 1.56676
CPU usage (%): 102.068
Max. virtual memory (cumulated for all children) (KiB): 1793612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.56676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294615
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46174
involuntary context switches= 57517

runsolver used 1.74573 second user time and 4.84426 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Mon Apr 16 05:24:20 UTC 2007

IDJOB= 349440
IDBENCH= 2423
IDSOLVER= 164
FILE ID= node37/349440-1176701060

PBS_JOBID= 4560019

Free space on /tmp= 66482 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg3.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349440-1176701060/sat4jPseudoCPClause.jar /tmp/evaluation/349440-1176701060/instance-349440-1176701060.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-349440-1176701060 -o ROOT/results/node37/solver-349440-1176701060 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349440-1176701060/sat4jPseudoCPClause.jar /tmp/evaluation/349440-1176701060/instance-349440-1176701060.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bbee2849ae83900e79494d0f7a7c3755

RANDOM SEED= 876504586

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1851608 kB
Buffers:         17708 kB
Cached:         100320 kB
SwapCached:       2672 kB
Active:          47440 kB
Inactive:        97464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851608 kB
SwapTotal:     4192956 kB
SwapFree:      4062296 kB
Dirty:            5028 kB
Writeback:           0 kB
Mapped:          34360 kB
Slab:            44760 kB
Committed_AS:  1135448 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66482 MiB

End job on node37 on Mon Apr 16 05:53:46 UTC 2007