Trace number 348212

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
sat4jPseudoCP 2007-03-23? (TO) 1800.17 1757.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-gfrd-pnc.opb
MD5SUM79ac545a8fcf117e4e23dd9b4f8255c5
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 8308
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 546265
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 546265
Number of bits of the biggest sum of numbers20
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/348212-1176573487/instance-348212-1176573487.opb
0.08/0.20	c reading problem ... 
2.53/1.63	c ... done. Wall clock time 1.434s.
2.53/1.63	c CPU time (experimental) 1.2s.
2.53/1.63	c #vars     27888
2.53/1.63	c #constraints  1406
1800.03/1756.91	c starts		: 2
1800.03/1756.91	c conflicts		: 43754
1800.03/1756.91	c decisions		: 67126
1800.03/1756.91	c propagations		: 263806
1800.03/1756.91	c inspects		: 543124176
1800.03/1756.91	c learnt literals	: 0
1800.03/1756.91	c learnt binary clauses	: 0
1800.03/1756.91	c learnt ternary clauses	: 0
1800.03/1756.91	c learnt clauses	: 43754
1800.03/1756.91	c root simplifications	: 0
1800.03/1756.91	c removed literals (reason simplification)	: 0
1800.03/1756.91	c reason swapping (by a shorter reason)	: 0
1800.03/1756.91	c Calls to reduceDB	: 0
1800.03/1756.91	c speed (decisions/second)	: 38.24974073187687
1800.03/1756.91	c non guided choices	0
1800.03/1756.91	s UNKNOWN
1800.03/1756.91	c Total wall clock time (ms): 1756.716

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/node60/watcher-348212-1176573487 -o ROOT/results/node60/solver-348212-1176573487 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348212-1176573487/sat4jPseudoCP.jar /tmp/evaluation/348212-1176573487/instance-348212-1176573487.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.92 0.98 0.99 3/64 6729
/proc/meminfo: memFree=1480824/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=272 CPUtime=0
/proc/6729/stat : 6729 (java) R 6727 6729 5947 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 105258658 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 5534500 0 2147483391 4096 0 582 0 0 17 1 0 0
/proc/6729/statm: 68 37 28 9 0 6 0

[startup+0.098229 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6729
/proc/meminfo: memFree=1480824/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1780108 CPUtime=0.08
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 3963 0 1 0 6 2 0 0 18 0 12 0 105258658 1822830592 3704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 445027 3704 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.101226 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6729
/proc/meminfo: memFree=1480824/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1780108 CPUtime=0.08
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 105258658 1822830592 3717 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301248 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6729
/proc/meminfo: memFree=1480824/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1781572 CPUtime=0.34
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 5336 0 1 0 31 3 0 0 18 0 12 0 105258658 1824329728 5071 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 445393 5071 1264 9 0 443005 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781572

[startup+0.701289 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6729
/proc/meminfo: memFree=1480824/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1782276 CPUtime=0.91
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 8918 0 1 0 87 4 0 0 18 0 12 0 105258658 1825050624 8384 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 445569 8384 1296 9 0 443181 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1782276

[startup+1.50237 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 6741
/proc/meminfo: memFree=1441816/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1791580 CPUtime=2.41
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 25039 0 1 0 229 12 0 0 18 0 12 0 105258658 1834577920 21771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 447895 21775 1311 9 0 445507 0
[pid=6729/tid=6731] ppid=6727 vsize=1791580 CPUtime=1.07
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 18343 0 1 0 97 10 0 0 18 0 12 0 105258659 1834577920 21776 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109636765 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 105258660 1834577920 21777 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 105258660 1834577920 21777 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 105258663 1834577920 21780 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 105258663 1834577920 21781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 105258663 1834577920 21782 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105258667 1834577920 21783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1791580 CPUtime=0.46
/proc/6729/task/6738/stat : 6738 (java) R 6727 6729 5947 0 -1 64 1360 0 0 0 46 0 0 0 16 0 12 0 105258667 1834577920 21783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1791580 CPUtime=0.86
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 4622 0 0 0 85 1 0 0 16 0 12 0 105258667 1834577920 21783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 105258667 1834577920 21783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1791580 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 105258667 1834577920 21783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1791580

[startup+3.10253 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6742
/proc/meminfo: memFree=1365648/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1792928 CPUtime=4.92
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 48114 0 1 0 471 21 0 0 18 0 13 0 105258658 1835958272 41591 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448232 41599 1329 9 0 445844 0
[pid=6729/tid=6731] ppid=6727 vsize=1792928 CPUtime=2.1
/proc/6729/task/6731/stat : 6731 (java) S 6727 6729 5947 0 -1 64 37716 0 1 0 193 17 0 0 21 0 13 0 105258659 1835958272 41605 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6732/stat : 6732 (java) R 6727 6729 5947 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 105258660 1835958272 41612 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102353341 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6733/stat : 6733 (java) R 6727 6729 5947 0 -1 64 107 0 0 0 0 0 0 0 16 0 13 0 105258660 1835958272 41619 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 105258663 1835958272 41626 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105258663 1835958272 41633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105258663 1835958272 41640 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1835958272 41648 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1792928 CPUtime=1.19
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 3712 0 0 0 118 1 0 0 16 0 13 0 105258667 1835958272 41655 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1792928 CPUtime=1.6
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 5881 0 0 0 158 2 0 0 16 0 13 0 105258667 1835958272 41662 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1835958272 41669 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1835958272 41676 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1792928 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1835958272 41683 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1792928

[startup+6.30185 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 6742
/proc/meminfo: memFree=1282064/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=9.11
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 60914 0 1 0 884 27 0 0 18 0 13 0 105258658 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 50981 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=4.64
/proc/6729/task/6731/stat : 6731 (java) S 6727 6729 5947 0 -1 64 37726 0 1 0 447 17 0 0 23 0 13 0 105258659 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=0.31
/proc/6729/task/6732/stat : 6732 (java) R 6727 6729 5947 0 -1 64 5027 0 0 0 29 2 0 0 16 0 13 0 105258660 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105370100 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=0.32
/proc/6729/task/6733/stat : 6733 (java) R 6727 6729 5947 0 -1 64 4313 0 0 0 31 1 0 0 17 0 13 0 105258660 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105367529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.64
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4937 0 0 0 163 1 0 0 16 0 13 0 105258667 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.15
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8177 0 0 0 212 3 0 0 15 0 13 0 105258667 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 50981 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 1794564

[startup+12.7025 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 6742
/proc/meminfo: memFree=1253520/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=15.83
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 69308 0 1 0 1552 31 0 0 18 0 13 0 105258658 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 57998 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=10.75
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 37736 0 1 0 1058 17 0 0 25 0 13 0 105258659 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109903245 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=0.58
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 9321 0 0 0 54 4 0 0 16 0 13 0 105258660 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=0.58
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 8395 0 0 0 55 3 0 0 16 0 13 0 105258660 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 105258663 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.7
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4941 0 0 0 169 1 0 0 17 0 13 0 105258667 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.16
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8177 0 0 0 213 3 0 0 17 0 13 0 105258667 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 57998 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 1794564

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 6742
/proc/meminfo: memFree=1241808/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=29.17
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 72909 0 1 0 2884 33 0 0 18 0 13 0 105258658 1837633536 61052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 61052 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=23.25
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 37759 0 1 0 2308 17 0 0 22 0 13 0 105258659 1837633536 61052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109598557 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=0.74
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 11032 0 0 0 69 5 0 0 15 0 13 0 105258660 1837633536 61052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=0.74
/proc/6729/task/6733/stat : 6733 (java) R 6727 6729 5947 0 -1 64 10245 0 0 0 70 4 0 0 16 0 13 0 105258660 1837633536 61052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 105258663 1837633536 61052 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0.23
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 20 0 0 0 14 9 0 0 16 0 13 0 105258663 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.88
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4948 0 0 0 187 1 0 0 16 0 13 0 105258667 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.51
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8186 0 0 0 248 3 0 0 16 0 13 0 105258667 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 141499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.09
Current children cumulated vsize (KiB) 1794564

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6940
/proc/meminfo: memFree=911248/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=1640.81
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 166172 0 1 0 163988 93 0 0 18 0 13 0 105258658 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 143226 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=1563.1
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 38690 0 1 0 156288 22 0 0 25 0 13 0 105258659 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109859347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=36.5
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 54804 0 0 0 3622 28 0 0 16 0 13 0 105258660 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=36.51
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 58802 0 0 0 3625 26 0 0 16 0 13 0 105258660 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0.24
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 20 0 0 0 15 9 0 0 16 0 13 0 105258663 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.88
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4948 0 0 0 187 1 0 0 16 0 13 0 105258667 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.51
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8186 0 0 0 248 3 0 0 16 0 13 0 105258667 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 143226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.81
Current children cumulated vsize (KiB) 1794564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6940
/proc/meminfo: memFree=904336/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=1702.62
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 168025 0 1 0 170168 94 0 0 18 0 13 0 105258658 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 144972 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=1621.21
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 38721 0 1 0 162098 23 0 0 25 0 13 0 105258659 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109615107 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=38.35
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 56139 0 0 0 3807 28 0 0 16 0 13 0 105258660 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=38.36
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 59289 0 0 0 3810 26 0 0 16 0 13 0 105258660 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0.26
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 20 0 0 0 16 10 0 0 16 0 13 0 105258663 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.88
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4948 0 0 0 187 1 0 0 16 0 13 0 105258667 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.51
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8186 0 0 0 248 3 0 0 16 0 13 0 105258667 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 144972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1702.62
Current children cumulated vsize (KiB) 1794564

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6940
/proc/meminfo: memFree=898128/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=1764.41
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 169642 0 1 0 176346 95 0 0 18 0 13 0 105258658 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 146510 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=1679.36
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 38751 0 1 0 167913 23 0 0 25 0 13 0 105258659 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109859886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=40.16
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 56773 0 0 0 3988 28 0 0 16 0 13 0 105258660 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=40.17
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 60242 0 0 0 3990 27 0 0 16 0 13 0 105258660 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0.26
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 20 0 0 0 16 10 0 0 16 0 13 0 105258663 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.88
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4948 0 0 0 187 1 0 0 16 0 13 0 105258667 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.51
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8186 0 0 0 248 3 0 0 16 0 13 0 105258667 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 146510 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.41
Current children cumulated vsize (KiB) 1794564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6940
/proc/meminfo: memFree=894544/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=1794564 CPUtime=1800.03
/proc/6729/stat : 6729 (java) S 6727 6729 5947 0 -1 0 170625 0 1 0 179907 96 0 0 18 0 13 0 105258658 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6729/statm: 448641 147410 1334 9 0 446253 0
[pid=6729/tid=6731] ppid=6727 vsize=1794564 CPUtime=1712.88
/proc/6729/task/6731/stat : 6731 (java) R 6727 6729 5947 0 -1 64 38768 0 1 0 171265 23 0 0 25 0 13 0 105258659 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110069868 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6732] ppid=6727 vsize=1794564 CPUtime=41.22
/proc/6729/task/6732/stat : 6732 (java) S 6727 6729 5947 0 -1 64 56903 0 0 0 4093 29 0 0 16 0 13 0 105258660 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6733] ppid=6727 vsize=1794564 CPUtime=41.21
/proc/6729/task/6733/stat : 6733 (java) S 6727 6729 5947 0 -1 64 61078 0 0 0 4094 27 0 0 16 0 13 0 105258660 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6734] ppid=6727 vsize=1794564 CPUtime=0.27
/proc/6729/task/6734/stat : 6734 (java) S 6727 6729 5947 0 -1 64 20 0 0 0 17 10 0 0 16 0 13 0 105258663 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6735] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6735/stat : 6735 (java) S 6727 6729 5947 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6736] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6736/stat : 6736 (java) S 6727 6729 5947 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105258663 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6737] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6737/stat : 6737 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105258667 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6738] ppid=6727 vsize=1794564 CPUtime=1.88
/proc/6729/task/6738/stat : 6738 (java) S 6727 6729 5947 0 -1 64 4948 0 0 0 187 1 0 0 16 0 13 0 105258667 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6739] ppid=6727 vsize=1794564 CPUtime=2.51
/proc/6729/task/6739/stat : 6739 (java) S 6727 6729 5947 0 -1 64 8186 0 0 0 248 3 0 0 16 0 13 0 105258667 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6740] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6740/stat : 6740 (java) S 6727 6729 5947 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105258667 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6729/tid=6741] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6741/stat : 6741 (java) S 6727 6729 5947 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105258667 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6729/tid=6742] ppid=6727 vsize=1794564 CPUtime=0
/proc/6729/task/6742/stat : 6742 (java) S 6727 6729 5947 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 105258859 1837633536 147410 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794564

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

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

[startup+1757.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6940
/proc/meminfo: memFree=894544/2055920 swapFree=4184868/4192956
[pid=6729] ppid=6727 vsize=0 CPUtime=1800.14
/proc/6729/stat : 6729 (java) Z 6727 6729 5947 0 -1 1036 170644 0 1 0 179910 104 0 0 16 0 2 0 105258658 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6729/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.03
CPU time (s): 1800.17
CPU user time (s): 1799.11
CPU system time (s): 1.06184
CPU usage (%): 102.455
Max. virtual memory (cumulated for all children) (KiB): 1798808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.06184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170644
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= 45784
involuntary context switches= 35161

runsolver used 1.66075 second user time and 4.80327 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Apr 14 17:58:07 UTC 2007

IDJOB= 348212
IDBENCH= 1640
IDSOLVER= 160
FILE ID= node60/348212-1176573487

PBS_JOBID= 4556896

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  79ac545a8fcf117e4e23dd9b4f8255c5

RANDOM SEED= 113307121

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1481232 kB
Buffers:         44480 kB
Cached:         379060 kB
SwapCached:       2344 kB
Active:         126204 kB
Inactive:       308232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481232 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:          17816 kB
Slab:           126232 kB
Committed_AS:   144256 kB
PageTables:       1468 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= 66560 MiB

End job on node60 on Sat Apr 14 18:27:26 UTC 2007