Trace number 354449

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.16 1749.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab2.opb
MD5SUM5d1a4fe23dd6bae39a646bf16e233a2d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168760139499919105
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 168760139499919105
Optimality of the best value was proved NO
Number of variables6363
Total number of constraints785
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 constraints785
Minimum length of a constraint2
Maximum length of a constraint141
Number of terms in the objective function 3774
Biggest coefficient in the objective function 3604480000000000
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 483609165299803395
Number of bits of the sum of numbers in the objective function 59
Biggest number in a constraint 3604480000000000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 483609165299803395
Number of bits of the biggest sum of numbers59
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354449-1176709710/instance-354449-1176709710.opb
0.20/0.20	c reading problem ... 
2.14/1.39	c ... done. Wall clock time 1.183s.
2.14/1.39	c CPU time (experimental) 0.73s.
2.14/1.39	c #vars     6363
2.14/1.39	c #constraints  1079
1800.03/1749.41	c starts		: 2
1800.03/1749.41	c conflicts		: 64885
1800.03/1749.41	c decisions		: 89644
1800.03/1749.41	c propagations		: 465040
1800.03/1749.41	c inspects		: 743999298
1800.03/1749.41	c learnt literals	: 0
1800.03/1749.41	c learnt binary clauses	: 0
1800.03/1749.41	c learnt ternary clauses	: 0
1800.03/1749.41	c learnt clauses	: 64885
1800.03/1749.41	c root simplifications	: 0
1800.03/1749.41	c removed literals (reason simplification)	: 0
1800.03/1749.41	c reason swapping (by a shorter reason)	: 0
1800.03/1749.41	c Calls to reduceDB	: 0
1800.03/1749.41	c speed (decisions/second)	: 51.28856483102533
1800.03/1749.41	c non guided choices	0
1800.03/1749.41	s UNKNOWN
1800.03/1749.41	c Total wall clock time (ms): 1749.211

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/node22/watcher-354449-1176709710 -o ROOT/results/node22/solver-354449-1176709710 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354449-1176709710/sat4jPseudoCP.jar /tmp/evaluation/354449-1176709710/instance-354449-1176709710.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: 1.00 0.99 0.99 3/77 13145
/proc/meminfo: memFree=1782000/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=152 CPUtime=0
/proc/13145/stat : 13145 (java) R 13143 13145 13035 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118888646 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4677931 0 0 4096 0 0 0 0 17 1 0 0
/proc/13145/statm: 38 26 19 9 0 4 0

[startup+0.087868 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 13145
/proc/meminfo: memFree=1782000/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1777844 CPUtime=0.07
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 3834 0 1 0 5 2 0 0 18 0 7 0 118888646 1820512256 3576 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 444461 3576 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101869 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 13145
/proc/meminfo: memFree=1782000/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1780108 CPUtime=0.08
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 3972 0 1 0 6 2 0 0 18 0 12 0 118888646 1822830592 3713 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 445027 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301902 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 13145
/proc/meminfo: memFree=1782000/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1781636 CPUtime=0.34
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 5131 0 1 0 31 3 0 0 18 0 12 0 118888646 1824395264 4869 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 445409 4869 1271 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.701963 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 13145
/proc/meminfo: memFree=1782000/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1782288 CPUtime=0.96
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 7347 0 1 0 92 4 0 0 18 0 12 0 118888646 1825062912 6879 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 445572 6879 1302 9 0 443184 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1782288

[startup+1.50208 s]
/proc/loadavg: 1.00 0.99 0.99 4/89 13157
/proc/meminfo: memFree=1747536/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796524 CPUtime=2.54
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 20772 0 1 0 240 14 0 0 18 0 12 0 118888646 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449131 15086 1318 9 0 446743 0
[pid=13145/tid=13147] ppid=13143 vsize=1796524 CPUtime=0.76
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 10667 0 1 0 70 6 0 0 18 0 12 0 118888647 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109209571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 118888649 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 118888649 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796524 CPUtime=0.05
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 2 0 0 0 2 3 0 0 16 0 12 0 118888651 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118888652 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118888652 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118888656 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796524 CPUtime=0.68
/proc/13145/task/13154/stat : 13154 (java) R 13143 13145 13035 0 -1 64 3989 0 0 0 67 1 0 0 16 0 12 0 118888656 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336735 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796524 CPUtime=1
/proc/13145/task/13155/stat : 13155 (java) R 13143 13145 13035 0 -1 64 5397 0 0 0 98 2 0 0 22 0 12 0 118888656 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103315183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118888656 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796524 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118888656 1839640576 15086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1796524

[startup+3.10233 s]
/proc/loadavg: 1.08 1.00 0.99 3/90 13158
/proc/meminfo: memFree=1703816/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796672 CPUtime=5.42
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 53523 0 1 0 512 30 0 0 18 0 13 0 118888646 1839792128 40768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449168 40770 1323 9 0 446780 0
[pid=13145/tid=13147] ppid=13143 vsize=1796672 CPUtime=1.71
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 36181 0 1 0 155 16 0 0 18 0 13 0 118888647 1839792128 40771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109842224 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 118888649 1839792128 40773 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 118888649 1839792128 40775 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796672 CPUtime=0.05
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 2 0 0 0 2 3 0 0 17 0 13 0 118888651 1839792128 40778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118888652 1839792128 40780 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118888652 1839792128 40783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839792128 40785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796672 CPUtime=1.63
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 7778 0 0 0 159 4 0 0 16 0 13 0 118888656 1839792128 40788 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796672 CPUtime=1.97
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 8843 0 0 0 193 4 0 0 16 0 13 0 118888656 1839792128 40791 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839792128 40793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839792128 40796 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796672 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839792128 40798 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 1796672

[startup+6.30281 s]
/proc/loadavg: 1.08 1.00 0.99 2/90 13158
/proc/meminfo: memFree=1607504/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1797980 CPUtime=9.46
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 64095 0 1 0 910 36 0 0 18 0 13 0 118888646 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449495 46597 1333 9 0 447107 0
[pid=13145/tid=13147] ppid=13143 vsize=1797980 CPUtime=4.54
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 37728 0 1 0 437 17 0 0 25 0 13 0 118888647 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109856521 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1797980 CPUtime=0.16
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 2901 0 0 0 15 1 0 0 16 0 13 0 118888649 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1797980 CPUtime=0.14
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 2758 0 0 0 13 1 0 0 16 0 13 0 118888649 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1797980 CPUtime=0.06
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 32 0 0 0 3 3 0 0 16 0 13 0 118888651 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1797980 CPUtime=2.07
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9107 0 0 0 202 5 0 0 15 0 13 0 118888656 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1797980 CPUtime=2.42
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10846 0 0 0 237 5 0 0 16 0 13 0 118888656 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1797980 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1841131520 46597 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 1797980

[startup+12.7028 s]
/proc/loadavg: 1.07 1.00 0.99 2/90 13158
/proc/meminfo: memFree=1569424/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=16.02
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 72850 0 1 0 1562 40 0 0 18 0 13 0 118888646 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 54360 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=10.75
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 40072 0 1 0 1057 18 0 0 25 0 13 0 118888647 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109822188 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=0.31
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 6013 0 0 0 28 3 0 0 16 0 13 0 118888649 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=0.28
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 6055 0 0 0 26 2 0 0 16 0 13 0 118888649 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.06
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 32 0 0 0 3 3 0 0 17 0 13 0 118888651 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.11
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 206 5 0 0 17 0 13 0 118888656 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.44
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10846 0 0 0 239 5 0 0 16 0 13 0 118888656 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 54360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1796384

[startup+25.5017 s]
/proc/loadavg: 1.06 1.00 0.99 2/90 13158
/proc/meminfo: memFree=1547280/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=29.02
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 79014 0 1 0 2859 43 0 0 18 0 13 0 118888646 1839497216 59708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 59708 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=23.37
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 40272 0 1 0 2319 18 0 0 25 0 13 0 118888647 1839497216 59708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109878999 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=0.46
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 9169 0 0 0 42 4 0 0 16 0 13 0 118888649 1839497216 59708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=0.43
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 8863 0 0 0 40 3 0 0 16 0 13 0 118888649 1839497216 59708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.07
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 32 0 0 0 4 3 0 0 16 0 13 0 118888651 1839497216 59708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=13145] ppid=13143 vsize=1796384 CPUtime=1585.13
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 161429 0 1 0 158405 108 0 0 18 0 13 0 118888646 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 131496 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=1498.24
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 41180 0 1 0 149789 35 0 0 25 0 13 0 118888647 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109575773 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=40.92
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 50508 0 0 0 4068 24 0 0 16 0 13 0 118888649 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=40.92
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 49028 0 0 0 4068 24 0 0 16 0 13 0 118888649 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.29
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 34 0 0 0 18 11 0 0 16 0 13 0 118888651 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.19
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 214 5 0 0 16 0 13 0 118888656 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.5
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10847 0 0 0 245 5 0 0 17 0 13 0 118888656 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 131496 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.13
Current children cumulated vsize (KiB) 1796384

[startup+1602.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 13356
/proc/meminfo: memFree=1253840/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=1647.29
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 162884 0 1 0 164620 109 0 0 18 0 13 0 118888646 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 132846 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=1556
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 41211 0 1 0 155565 35 0 0 25 0 13 0 118888647 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109825157 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=43.11
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 50679 0 0 0 4287 24 0 0 16 0 13 0 118888649 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=43.13
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 50280 0 0 0 4288 25 0 0 16 0 13 0 118888649 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.3
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 35 0 0 0 19 11 0 0 16 0 13 0 118888651 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.19
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 214 5 0 0 16 0 13 0 118888656 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.5
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10847 0 0 0 245 5 0 0 17 0 13 0 118888656 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 132846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.29
Current children cumulated vsize (KiB) 1796384

[startup+1662.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/90 13356
/proc/meminfo: memFree=1247888/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=1709.55
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 164431 0 1 0 170844 111 0 0 18 0 13 0 118888646 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 134294 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=1613.65
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 41243 0 1 0 161329 36 0 0 25 0 13 0 118888647 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109939976 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=45.42
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 51706 0 0 0 4517 25 0 0 16 0 13 0 118888649 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=45.42
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 50767 0 0 0 4517 25 0 0 17 0 13 0 118888649 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.32
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 36 0 0 0 20 12 0 0 16 0 13 0 118888651 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.19
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 214 5 0 0 16 0 13 0 118888656 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.5
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10847 0 0 0 245 5 0 0 17 0 13 0 118888656 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 134294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.55
Current children cumulated vsize (KiB) 1796384

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 13356
/proc/meminfo: memFree=1242192/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=1771.84
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 165934 0 1 0 177072 112 0 0 18 0 13 0 118888646 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 135704 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=1671.25
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 41275 0 1 0 167089 36 0 0 25 0 13 0 118888647 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109575890 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=47.75
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 52691 0 0 0 4750 25 0 0 16 0 13 0 118888649 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=47.77
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 51253 0 0 0 4751 26 0 0 16 0 13 0 118888649 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.32
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 36 0 0 0 20 12 0 0 16 0 13 0 118888651 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.19
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 214 5 0 0 16 0 13 0 118888656 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.5
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10847 0 0 0 245 5 0 0 17 0 13 0 118888656 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 135704 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.84
Current children cumulated vsize (KiB) 1796384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 13356
/proc/meminfo: memFree=1239504/2055920 swapFree=4168648/4192956
[pid=13145] ppid=13143 vsize=1796384 CPUtime=1800.03
/proc/13145/stat : 13145 (java) S 13143 13145 13035 0 -1 0 166639 0 1 0 179891 112 0 0 18 0 13 0 118888646 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13145/statm: 449096 136383 1334 9 0 446708 0
[pid=13145/tid=13147] ppid=13143 vsize=1796384 CPUtime=1697.22
/proc/13145/task/13147/stat : 13147 (java) R 13143 13145 13035 0 -1 64 41290 0 1 0 169686 36 0 0 25 0 13 0 118888647 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109822500 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13148] ppid=13143 vsize=1796384 CPUtime=48.86
/proc/13145/task/13148/stat : 13148 (java) S 13143 13145 13035 0 -1 64 52894 0 0 0 4861 25 0 0 16 0 13 0 118888649 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13149] ppid=13143 vsize=1796384 CPUtime=48.88
/proc/13145/task/13149/stat : 13149 (java) S 13143 13145 13035 0 -1 64 51740 0 0 0 4862 26 0 0 16 0 13 0 118888649 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13150] ppid=13143 vsize=1796384 CPUtime=0.32
/proc/13145/task/13150/stat : 13150 (java) S 13143 13145 13035 0 -1 64 36 0 0 0 20 12 0 0 15 0 13 0 118888651 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13151] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13151/stat : 13151 (java) S 13143 13145 13035 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13152] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13152/stat : 13152 (java) S 13143 13145 13035 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118888652 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13145/tid=13153] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13153/stat : 13153 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118888656 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13154] ppid=13143 vsize=1796384 CPUtime=2.19
/proc/13145/task/13154/stat : 13154 (java) S 13143 13145 13035 0 -1 64 9109 0 0 0 214 5 0 0 16 0 13 0 118888656 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13155] ppid=13143 vsize=1796384 CPUtime=2.5
/proc/13145/task/13155/stat : 13155 (java) S 13143 13145 13035 0 -1 64 10847 0 0 0 245 5 0 0 17 0 13 0 118888656 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13156] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13156/stat : 13156 (java) S 13143 13145 13035 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118888656 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13157] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13157/stat : 13157 (java) S 13143 13145 13035 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118888656 1839497216 136383 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13145/tid=13158] ppid=13143 vsize=1796384 CPUtime=0
/proc/13145/task/13158/stat : 13158 (java) S 13143 13145 13035 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118888804 1839497216 136383 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) 1796384

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

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

Child status: 143
Real time (s): 1749.52
CPU time (s): 1800.16
CPU user time (s): 1798.94
CPU system time (s): 1.21781
CPU usage (%): 102.895
Max. virtual memory (cumulated for all children) (KiB): 1800652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.21781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166659
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= 46062
involuntary context switches= 74068

runsolver used 2.0027 second user time and 5.64914 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Apr 16 07:48:30 UTC 2007

IDJOB= 354449
IDBENCH= 2529
IDSOLVER= 160
FILE ID= node22/354449-1176709710

PBS_JOBID= 4560090

Free space on /tmp= 66551 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354449-1176709710/sat4jPseudoCP.jar /tmp/evaluation/354449-1176709710/instance-354449-1176709710.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-354449-1176709710 -o ROOT/results/node22/solver-354449-1176709710 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354449-1176709710/sat4jPseudoCP.jar /tmp/evaluation/354449-1176709710/instance-354449-1176709710.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5d1a4fe23dd6bae39a646bf16e233a2d

RANDOM SEED= 800708950

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1782408 kB
Buffers:         58240 kB
Cached:         122196 kB
SwapCached:       2144 kB
Active:          50888 kB
Inactive:       154088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782408 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:          30732 kB
Slab:            54184 kB
Committed_AS:  1668408 kB
PageTables:       1676 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= 66551 MiB

End job on node22 on Mon Apr 16 08:17:41 UTC 2007