Trace number 351756

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
MD5SUM11ee19baa608345f86d8483767b8a181
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 244
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 711535
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 711535
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.14	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/351756-1176612100/instance-351756-1176612100.opb
0.20/0.20	c reading problem ... 
11.12/8.20	c ... done. Wall clock time 7.999s.
11.12/8.20	c CPU time (experimental) 5.59s.
11.12/8.20	c #vars     309773
11.12/8.20	c #constraints  10347
1800.08/1750.61	c starts		: 2
1800.08/1750.61	c conflicts		: 48460
1800.08/1750.61	c decisions		: 129713
1800.08/1750.61	c propagations		: 5847564
1800.08/1750.61	c inspects		: 222722381
1800.08/1750.61	c learnt literals	: 0
1800.08/1750.61	c learnt binary clauses	: 0
1800.08/1750.61	c learnt ternary clauses	: 0
1800.08/1750.61	c learnt clauses	: 48460
1800.08/1750.61	c root simplifications	: 0
1800.08/1750.61	c removed literals (reason simplification)	: 0
1800.08/1750.61	c reason swapping (by a shorter reason)	: 0
1800.08/1750.61	c Calls to reduceDB	: 0
1800.08/1750.61	c speed (decisions/second)	: 74.48806788588216
1800.08/1750.61	c non guided choices	6217
1800.08/1750.61	s UNKNOWN
1800.08/1750.61	c Total wall clock time (ms): 1750.415

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/node61/watcher-351756-1176612100 -o ROOT/results/node61/solver-351756-1176612100 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351756-1176612100/sat4jPseudoCP.jar /tmp/evaluation/351756-1176612100/instance-351756-1176612100.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.96 0.99 0.99 3/64 32172
/proc/meminfo: memFree=1552712/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=140 CPUtime=0
/proc/32172/stat : 32172 (java) R 32170 32172 31796 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 73173650 143360 3 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 246406507815 0 0 4096 0 0 0 0 17 1 0 0
/proc/32172/statm: 35 15 11 9 0 1 0

[startup+0.105329 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 32172
/proc/meminfo: memFree=1552712/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1781132 CPUtime=0.08
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 4011 0 1 0 6 2 0 0 18 0 12 0 73173650 1823879168 3752 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 445283 3752 1124 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.201337 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 32172
/proc/meminfo: memFree=1552712/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1781844 CPUtime=0.2
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 4880 0 1 0 17 3 0 0 18 0 12 0 73173650 1824608256 4618 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 445461 4618 1244 9 0 443073 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781844

[startup+0.301347 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 32172
/proc/meminfo: memFree=1552712/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1781996 CPUtime=0.32
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 7791 0 1 0 28 4 0 0 18 0 12 0 73173650 1824763904 7529 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 445499 7529 1264 9 0 443111 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781996

[startup+0.701387 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 32172
/proc/meminfo: memFree=1552712/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1784892 CPUtime=0.9
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 12262 0 1 0 85 5 0 0 18 0 12 0 73173650 1827729408 11350 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 446223 11350 1296 9 0 443835 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784892

[startup+1.50146 s]
/proc/loadavg: 0.96 0.99 0.99 2/76 32184
/proc/meminfo: memFree=1473192/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1784892 CPUtime=1.71
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 30902 0 1 0 158 13 0 0 18 0 12 0 73173650 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 446223 29990 1296 9 0 443835 0
[pid=32172/tid=32174] ppid=32170 vsize=1784892 CPUtime=1.31
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 28434 0 1 0 119 12 0 0 25 0 12 0 73173652 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109587527 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 73173653 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 73173653 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 73173656 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 73173656 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 73173656 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 73173660 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1784892 CPUtime=0.19
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 1255 0 0 0 19 0 0 0 16 0 12 0 73173660 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1784892 CPUtime=0.18
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 492 0 0 0 18 0 0 0 16 0 12 0 73173660 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 73173660 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1784892 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73173660 1827729408 29990 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1784892

[startup+3.10261 s]
/proc/loadavg: 0.96 0.99 0.99 4/76 32184
/proc/meminfo: memFree=1414184/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794292 CPUtime=4.47
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 56729 0 1 0 405 42 0 0 18 0 12 0 73173650 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448573 50495 1319 9 0 446185 0
[pid=32172/tid=32174] ppid=32170 vsize=1794292 CPUtime=2.06
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 37683 0 1 0 189 17 0 0 20 0 12 0 73173652 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109514543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794292 CPUtime=0.19
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 5717 0 0 0 17 2 0 0 16 0 12 0 73173653 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794292 CPUtime=0.2
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 3648 0 0 0 19 1 0 0 18 0 12 0 73173653 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794292 CPUtime=0.23
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 7 0 0 0 9 14 0 0 16 0 12 0 73173656 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794292 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 73173656 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794292 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 73173656 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794292 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 73173660 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794292 CPUtime=0.7
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 3323 0 0 0 69 1 0 0 16 0 12 0 73173660 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794292 CPUtime=1.03
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 5632 0 0 0 101 2 0 0 16 0 12 0 73173660 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794292 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 73173660 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794292 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73173660 1837355008 50495 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1794292

[startup+6.30292 s]
/proc/loadavg: 1.04 1.01 1.00 2/76 32184
/proc/meminfo: memFree=1278888/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794032 CPUtime=8.73
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 86577 0 1 0 815 58 0 0 18 0 12 0 73173650 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448508 75593 1320 9 0 446120 0
[pid=32172/tid=32174] ppid=32170 vsize=1794032 CPUtime=4.19
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 37688 0 1 0 401 18 0 0 16 0 12 0 73173652 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109482353 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794032 CPUtime=1.25
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 21264 0 0 0 114 11 0 0 19 0 12 0 73173653 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794032 CPUtime=1.24
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 17942 0 0 0 116 8 0 0 16 0 12 0 73173653 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794032 CPUtime=0.23
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 7 0 0 0 9 14 0 0 16 0 12 0 73173656 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794032 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 73173656 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794032 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 73173656 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794032 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 73173660 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794032 CPUtime=0.71
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 3323 0 0 0 70 1 0 0 15 0 12 0 73173660 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794032 CPUtime=1.04
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 5634 0 0 0 102 2 0 0 16 0 12 0 73173660 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794032 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 73173660 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794032 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73173660 1837088768 75593 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1794032

[startup+12.7025 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 32185
/proc/meminfo: memFree=1180640/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=17.41
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 109718 0 1 0 1668 73 0 0 18 0 13 0 73173650 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 94050 1334 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=8.67
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 37740 0 1 0 848 19 0 0 19 0 13 0 73173652 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110007353 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=2.6
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 31995 0 0 0 242 18 0 0 16 0 13 0 73173653 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=2.6
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 28710 0 0 0 246 14 0 0 16 0 13 0 73173653 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.23
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 7 0 0 0 9 14 0 0 16 0 13 0 73173656 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 73173660 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794684 CPUtime=1.43
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4845 0 0 0 141 2 0 0 17 0 13 0 73173660 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=1.83
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 5697 0 0 0 181 2 0 0 16 0 13 0 73173660 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 94050 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 1794684

[startup+25.5018 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 32185
/proc/meminfo: memFree=1186336/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=31.51
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 112105 0 1 0 3077 74 0 0 18 0 13 0 73173650 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 92624 1335 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=20.89
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 37761 0 1 0 2070 19 0 0 25 0 13 0 73173652 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109615876 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=2.86
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 32136 0 0 0 267 19 0 0 16 0 13 0 73173653 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=2.84
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 29133 0 0 0 270 14 0 0 15 0 13 0 73173653 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.25
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 12 0 0 0 10 15 0 0 16 0 13 0 73173656 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 92624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4873 0 0 0 212 2 0 0 16 0 13 0 73173660 1837756416 248894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=3.05
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 10006 0 0 0 301 4 0 0 17 0 13 0 73173660 1837756416 248894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 248894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 248894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 248894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.45
Current children cumulated vsize (KiB) 1794684

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 32383
/proc/meminfo: memFree=549280/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=1649.4
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 288562 0 1 0 164760 180 0 0 18 0 13 0 73173650 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 251452 1335 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=1554.87
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 39120 0 1 0 155453 34 0 0 25 0 13 0 73173652 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110046199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=44.39
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 119279 0 0 0 4382 57 0 0 16 0 13 0 73173653 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=44.36
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 114542 0 0 0 4380 56 0 0 16 0 13 0 73173653 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.54
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 18 0 0 0 30 24 0 0 16 0 13 0 73173656 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 73173660 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794684 CPUtime=2.14
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4873 0 0 0 212 2 0 0 16 0 13 0 73173660 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=3.05
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 10006 0 0 0 301 4 0 0 17 0 13 0 73173660 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 251452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.4
Current children cumulated vsize (KiB) 1794684

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32383
/proc/meminfo: memFree=539552/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=1710.39
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 291010 0 1 0 170858 181 0 0 18 0 13 0 73173650 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 253870 1335 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=1613.8
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 39142 0 1 0 161346 34 0 0 25 0 13 0 73173652 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109615103 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=45.41
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 119411 0 0 0 4484 57 0 0 16 0 13 0 73173653 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=45.39
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 116836 0 0 0 4482 57 0 0 16 0 13 0 73173653 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.55
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 18 0 0 0 31 24 0 0 16 0 13 0 73173656 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 73173660 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794684 CPUtime=2.14
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4873 0 0 0 212 2 0 0 16 0 13 0 73173660 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=3.05
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 10006 0 0 0 301 4 0 0 17 0 13 0 73173660 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 253870 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.39
Current children cumulated vsize (KiB) 1794684

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 32383
/proc/meminfo: memFree=530464/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=1771.36
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 293694 0 1 0 176953 183 0 0 18 0 13 0 73173650 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 256260 1335 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=1672.73
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 39163 0 1 0 167239 34 0 0 25 0 13 0 73173652 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110008528 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=46.42
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 119922 0 0 0 4584 58 0 0 16 0 13 0 73173653 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=46.42
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 118988 0 0 0 4583 59 0 0 16 0 13 0 73173653 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.55
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 18 0 0 0 31 24 0 0 15 0 13 0 73173656 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 73173660 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794684 CPUtime=2.14
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4873 0 0 0 212 2 0 0 16 0 13 0 73173660 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=3.05
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 10006 0 0 0 301 4 0 0 17 0 13 0 73173660 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 256260 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.36
Current children cumulated vsize (KiB) 1794684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1750.6 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 32383
/proc/meminfo: memFree=526112/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=1794684 CPUtime=1800.08
/proc/32172/stat : 32172 (java) S 32170 32172 31796 0 -1 0 294675 0 1 0 179824 184 0 0 18 0 13 0 73173650 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 448671 257213 1335 9 0 446283 0
[pid=32172/tid=32174] ppid=32170 vsize=1794684 CPUtime=1700.56
/proc/32172/task/32174/stat : 32174 (java) R 32170 32172 31796 0 -1 64 39172 0 1 0 170022 34 0 0 25 0 13 0 73173652 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110006312 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32175] ppid=32170 vsize=1794684 CPUtime=46.85
/proc/32172/task/32175/stat : 32175 (java) S 32170 32172 31796 0 -1 64 119969 0 0 0 4627 58 0 0 16 0 13 0 73173653 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32176] ppid=32170 vsize=1794684 CPUtime=46.87
/proc/32172/task/32176/stat : 32176 (java) S 32170 32172 31796 0 -1 64 119913 0 0 0 4628 59 0 0 16 0 13 0 73173653 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32177] ppid=32170 vsize=1794684 CPUtime=0.55
/proc/32172/task/32177/stat : 32177 (java) S 32170 32172 31796 0 -1 64 18 0 0 0 31 24 0 0 16 0 13 0 73173656 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32178] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32178/stat : 32178 (java) S 32170 32172 31796 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32179] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32179/stat : 32179 (java) S 32170 32172 31796 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73173656 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32180] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32180/stat : 32180 (java) S 32170 32172 31796 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 73173660 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32181] ppid=32170 vsize=1794684 CPUtime=2.14
/proc/32172/task/32181/stat : 32181 (java) S 32170 32172 31796 0 -1 64 4873 0 0 0 212 2 0 0 16 0 13 0 73173660 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32182] ppid=32170 vsize=1794684 CPUtime=3.05
/proc/32172/task/32182/stat : 32182 (java) S 32170 32172 31796 0 -1 64 10006 0 0 0 301 4 0 0 17 0 13 0 73173660 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32183] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32183/stat : 32183 (java) S 32170 32172 31796 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73173660 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32172/tid=32184] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32184/stat : 32184 (java) S 32170 32172 31796 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73173660 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32172/tid=32185] ppid=32170 vsize=1794684 CPUtime=0
/proc/32172/task/32185/stat : 32185 (java) S 32170 32172 31796 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 73174595 1837756416 257213 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1794684

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

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

[startup+1750.71 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 32383
/proc/meminfo: memFree=526112/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=0 CPUtime=1800.23
/proc/32172/stat : 32172 (java) Z 32170 32172 31796 0 -1 1036 294803 0 1 0 179837 186 0 0 16 0 2 0 73173650 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1750.8 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 32383
/proc/meminfo: memFree=526112/2055920 swapFree=4191892/4192956
[pid=32172] ppid=32170 vsize=0 CPUtime=1800.32
/proc/32172/stat : 32172 (java) Z 32170 32172 31796 0 -1 1036 294803 0 1 0 179837 195 0 0 16 0 2 0 73173650 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1750.85
CPU time (s): 1800.38
CPU user time (s): 1798.38
CPU system time (s): 1.9987
CPU usage (%): 102.829
Max. virtual memory (cumulated for all children) (KiB): 1798624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.9987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294803
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= 47957
involuntary context switches= 43020

runsolver used 2.14267 second user time and 5.16322 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Apr 15 04:41:40 UTC 2007

IDJOB= 351756
IDBENCH= 1801
IDSOLVER= 160
FILE ID= node61/351756-1176612100

PBS_JOBID= 4557042

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  11ee19baa608345f86d8483767b8a181

RANDOM SEED= 70562644

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1553056 kB
Buffers:         14196 kB
Cached:         349344 kB
SwapCached:        396 kB
Active:         184036 kB
Inactive:       217832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553056 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           13520 kB
Writeback:           0 kB
Mapped:          47160 kB
Slab:            86984 kB
Committed_AS:   153752 kB
PageTables:       1448 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 node61 on Sun Apr 15 05:10:53 UTC 2007