Trace number 354144

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.24 1775.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-biella1.opb
MD5SUM8cf2f50dc2f979b0f0b07ffea6d1fd34
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark61130650214400
Best CPU time to get the best result obtained on this benchmark1804.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 61130650214400
Optimality of the best value was proved NO
Number of variables42650
Total number of constraints1202
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 constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 4779625155602030321168
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 4779727555602030321168
Number of bits of the biggest sum of numbers73
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	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.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/354144-1176696514/instance-354144-1176696514.opb
0.21/0.20	c reading problem ... 
4.34/2.97	c ... done. Wall clock time 2.767s.
4.34/2.97	c CPU time (experimental) 2.29s.
4.34/2.97	c #vars     42650
4.34/2.97	c #constraints  2399
1800.11/1775.81	c starts		: 2
1800.11/1775.81	c conflicts		: 135
1800.11/1775.81	c decisions		: 343908
1800.11/1775.81	c propagations		: 745536
1800.11/1775.81	c inspects		: 4313568
1800.11/1775.81	c learnt literals	: 0
1800.11/1775.81	c learnt binary clauses	: 0
1800.11/1775.81	c learnt ternary clauses	: 0
1800.11/1775.81	c learnt clauses	: 134
1800.11/1775.81	c root simplifications	: 0
1800.11/1775.81	c removed literals (reason simplification)	: 0
1800.11/1775.81	c reason swapping (by a shorter reason)	: 0
1800.11/1775.81	c Calls to reduceDB	: 0
1800.11/1775.81	c speed (decisions/second)	: 194.02655828362424
1800.11/1775.81	c non guided choices	0
1800.11/1775.81	s UNKNOWN
1800.11/1775.81	c Total wall clock time (ms): 1775.613

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/node67/watcher-354144-1176696514 -o ROOT/results/node67/solver-354144-1176696514 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354144-1176696514/sat4jPseudoCP.jar /tmp/evaluation/354144-1176696514/instance-354144-1176696514.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.91 0.97 0.99 3/64 16406
/proc/meminfo: memFree=1839216/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1472 CPUtime=0
/proc/16406/stat : 16406 (java) R 16404 16406 15742 0 -1 0 99 0 0 0 0 0 0 0 18 0 1 0 145640935 1507328 71 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16406/statm: 368 82 60 9 0 10 0

[startup+0.0464771 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16406
/proc/meminfo: memFree=1839216/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1776376 CPUtime=0.03
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 3458 0 1 0 1 2 0 0 18 0 4 0 145640935 1819009024 3203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 444094 3203 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.102485 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16406
/proc/meminfo: memFree=1839216/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1780108 CPUtime=0.08
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 3989 0 1 0 6 2 0 0 18 0 12 0 145640935 1822830592 3730 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 445027 3730 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302522 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16406
/proc/meminfo: memFree=1839216/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1782524 CPUtime=0.34
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 5466 0 1 0 30 4 0 0 18 0 12 0 145640935 1825304576 5204 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 445631 5204 1267 9 0 443243 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782524

[startup+0.701594 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16406
/proc/meminfo: memFree=1839216/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1784408 CPUtime=0.87
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 9354 0 1 0 81 6 0 0 18 0 12 0 145640935 1827233792 8758 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 446102 8759 1297 9 0 443714 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1784408

[startup+1.50174 s]
/proc/loadavg: 0.91 0.97 0.99 4/76 16418
/proc/meminfo: memFree=1797520/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1795968 CPUtime=2.26
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 22507 0 1 0 213 13 0 0 18 0 12 0 145640935 1839071232 20311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 448992 20315 1310 9 0 446604 0
[pid=16406/tid=16408] ppid=16404 vsize=1795968 CPUtime=1.13
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 16088 0 1 0 104 9 0 0 18 0 12 0 145640936 1839071232 20316 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109611811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145640938 1839071232 20316 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145640938 1839071232 20317 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 145640940 1839071232 20318 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145640941 1839071232 20320 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145640941 1839071232 20320 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145640944 1839071232 20320 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1795968 CPUtime=0.56
/proc/16406/task/16415/stat : 16415 (java) R 16404 16406 15742 0 -1 64 2138 0 0 0 56 0 0 0 18 0 12 0 145640944 1839071232 20321 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105056819 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1795968 CPUtime=0.54
/proc/16406/task/16416/stat : 16416 (java) R 16404 16406 15742 0 -1 64 3563 0 0 0 52 2 0 0 18 0 12 0 145640944 1839071232 20321 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336159 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145640944 1839071232 20321 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1795968 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145640945 1839071232 20321 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1795968

[startup+3.10204 s]
/proc/loadavg: 1.08 1.00 1.00 2/76 16418
/proc/meminfo: memFree=1720592/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1795788 CPUtime=4.62
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 53805 0 1 0 435 27 0 0 18 0 12 0 145640935 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 448947 48351 1333 9 0 446559 0
[pid=16406/tid=16408] ppid=16404 vsize=1795788 CPUtime=2.38
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 37705 0 1 0 219 19 0 0 18 0 12 0 145640936 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105880134 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1795788 CPUtime=0.14
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 3100 0 0 0 14 0 0 0 16 0 12 0 145640938 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1795788 CPUtime=0.14
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 3243 0 0 0 13 1 0 0 16 0 12 0 145640938 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 145640940 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145640941 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145640941 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145640944 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1795788 CPUtime=0.83
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3455 0 0 0 82 1 0 0 17 0 12 0 145640944 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1795788 CPUtime=1.08
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5576 0 0 0 105 3 0 0 17 0 12 0 145640944 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145640944 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1795788 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145640945 1838886912 48351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1795788

[startup+6.30161 s]
/proc/loadavg: 1.08 1.00 1.00 2/77 16419
/proc/meminfo: memFree=1611208/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1794992 CPUtime=8.89
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 64481 0 1 0 857 32 0 0 18 0 13 0 145640935 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 448748 57997 1333 9 0 446360 0
[pid=16406/tid=16408] ppid=16404 vsize=1794992 CPUtime=5.04
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 37727 0 1 0 485 19 0 0 18 0 13 0 145640936 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109974688 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1794992 CPUtime=0.4
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 8885 0 0 0 37 3 0 0 16 0 13 0 145640938 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1794992 CPUtime=0.4
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 7911 0 0 0 37 3 0 0 18 0 13 0 145640938 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145640940 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1794992 CPUtime=1.4
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3618 0 0 0 139 1 0 0 15 0 13 0 145640944 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1794992 CPUtime=1.6
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5610 0 0 0 157 3 0 0 16 0 13 0 145640944 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1794992 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1838071808 57997 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 1794992

[startup+12.7028 s]
/proc/loadavg: 1.14 1.02 1.00 2/77 16419
/proc/meminfo: memFree=1569928/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=16.33
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 77032 0 1 0 1594 39 0 0 18 0 13 0 145640935 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 68340 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=10.41
/proc/16406/task/16408/stat : 16408 (java) S 16404 16406 15742 0 -1 64 37731 0 1 0 1022 19 0 0 25 0 13 0 145640936 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=1.4
/proc/16406/task/16409/stat : 16409 (java) R 16404 16406 15742 0 -1 64 14805 0 0 0 134 6 0 0 17 0 13 0 145640938 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070788 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=1.42
/proc/16406/task/16410/stat : 16410 (java) R 16404 16406 15742 0 -1 64 14538 0 0 0 135 7 0 0 17 0 13 0 145640938 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 145640940 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.43
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3618 0 0 0 142 1 0 0 17 0 13 0 145640944 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=1.61
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5610 0 0 0 158 3 0 0 17 0 13 0 145640944 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 68340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.33
Current children cumulated vsize (KiB) 1799476

[startup+25.5021 s]
/proc/loadavg: 1.12 1.02 1.00 2/77 16419
/proc/meminfo: memFree=1513288/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=30.77
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 95307 0 1 0 3030 47 0 0 18 0 13 0 145640935 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 82502 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=21.68
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 37745 0 1 0 2148 20 0 0 22 0 13 0 145640936 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109943121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=2.9
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 23305 0 0 0 279 11 0 0 16 0 13 0 145640938 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=2.91
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 24289 0 0 0 281 10 0 0 16 0 13 0 145640938 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.01
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 8 0 0 0 1 0 0 0 15 0 13 0 145640940 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 82502 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.66
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 138 0 0 0 38 28 0 0 16 0 13 0 145640940 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.82
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3636 0 0 0 181 1 0 0 16 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=2
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5630 0 0 0 197 3 0 0 17 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.31
Current children cumulated vsize (KiB) 1799476

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 16419
/proc/meminfo: memFree=1369032/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=1622.79
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 195846 0 1 0 162083 196 0 0 18 0 13 0 145640935 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 118342 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=1580.21
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 85825 0 1 0 157970 51 0 0 24 0 13 0 145640936 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110147871 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=18.99
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 52712 0 0 0 1836 63 0 0 16 0 13 0 145640938 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=19.04
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 47182 0 0 0 1857 47 0 0 16 0 13 0 145640938 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.69
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 138 0 0 0 40 29 0 0 16 0 13 0 145640940 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.82
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3636 0 0 0 181 1 0 0 16 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=2
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5630 0 0 0 197 3 0 0 17 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 118342 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.79
Current children cumulated vsize (KiB) 1799476

[startup+1662.3 s]
/proc/loadavg: 1.24 1.09 1.02 2/77 16419
/proc/meminfo: memFree=1269704/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=1685.29
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 223859 0 1 0 168318 211 0 0 18 0 13 0 145640935 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 143154 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=1637.57
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 85893 0 1 0 163706 51 0 0 25 0 13 0 145640936 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110148876 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=21.55
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 65805 0 0 0 2085 70 0 0 16 0 13 0 145640938 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=21.6
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 62034 0 0 0 2107 53 0 0 16 0 13 0 145640938 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.69
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 138 0 0 0 40 29 0 0 16 0 13 0 145640940 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.82
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3636 0 0 0 181 1 0 0 16 0 13 0 145640944 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=2
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5630 0 0 0 197 3 0 0 17 0 13 0 145640944 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 143154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1685.29
Current children cumulated vsize (KiB) 1799476

[startup+1722.3 s]
/proc/loadavg: 1.15 1.08 1.02 2/77 16419
/proc/meminfo: memFree=1262024/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=1746.02
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 226326 0 1 0 174382 220 0 0 18 0 13 0 145640935 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 145045 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=1696.38
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 86323 0 1 0 169586 52 0 0 23 0 13 0 145640936 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110148876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=22.51
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 67166 0 0 0 2176 75 0 0 16 0 13 0 145640938 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=22.54
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 62710 0 0 0 2198 56 0 0 16 0 13 0 145640938 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.72
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 138 0 0 0 42 30 0 0 16 0 13 0 145640940 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.82
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3636 0 0 0 181 1 0 0 16 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=2
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5630 0 0 0 197 3 0 0 17 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746.02
Current children cumulated vsize (KiB) 1799476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.8 s]
/proc/loadavg: 1.11 1.08 1.02 2/77 16419
/proc/meminfo: memFree=1261960/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=1799476 CPUtime=1800.11
/proc/16406/stat : 16406 (java) S 16404 16406 15742 0 -1 0 226426 0 1 0 179787 224 0 0 18 0 13 0 145640935 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16406/statm: 449869 145045 1333 9 0 447481 0
[pid=16406/tid=16408] ppid=16404 vsize=1799476 CPUtime=1749.07
/proc/16406/task/16408/stat : 16408 (java) R 16404 16406 15742 0 -1 64 86423 0 1 0 174855 52 0 0 25 0 13 0 145640936 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110147798 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16409] ppid=16404 vsize=1799476 CPUtime=23.21
/proc/16406/task/16409/stat : 16409 (java) S 16404 16406 15742 0 -1 64 67166 0 0 0 2245 76 0 0 16 0 13 0 145640938 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16410] ppid=16404 vsize=1799476 CPUtime=23.23
/proc/16406/task/16410/stat : 16410 (java) S 16404 16406 15742 0 -1 64 62710 0 0 0 2264 59 0 0 16 0 13 0 145640938 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16411] ppid=16404 vsize=1799476 CPUtime=0.72
/proc/16406/task/16411/stat : 16411 (java) S 16404 16406 15742 0 -1 64 138 0 0 0 42 30 0 0 15 0 13 0 145640940 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16412] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16412/stat : 16412 (java) S 16404 16406 15742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16413] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16413/stat : 16413 (java) S 16404 16406 15742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145640941 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16414] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16414/stat : 16414 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16415] ppid=16404 vsize=1799476 CPUtime=1.82
/proc/16406/task/16415/stat : 16415 (java) S 16404 16406 15742 0 -1 64 3636 0 0 0 181 1 0 0 16 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16416] ppid=16404 vsize=1799476 CPUtime=2
/proc/16406/task/16416/stat : 16416 (java) S 16404 16406 15742 0 -1 64 5630 0 0 0 197 3 0 0 17 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16406/tid=16417] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16417/stat : 16417 (java) S 16404 16406 15742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145640944 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16418] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16418/stat : 16418 (java) S 16404 16406 15742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145640945 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16406/tid=16419] ppid=16404 vsize=1799476 CPUtime=0
/proc/16406/task/16419/stat : 16419 (java) S 16404 16406 15742 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145641279 1842663424 145045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1799476

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

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

[startup+1775.91 s]
/proc/loadavg: 1.11 1.08 1.02 2/77 16419
/proc/meminfo: memFree=1261960/2055920 swapFree=4183964/4192956
[pid=16406] ppid=16404 vsize=0 CPUtime=1800.22
/proc/16406/stat : 16406 (java) Z 16404 16406 15742 0 -1 1036 226446 0 1 0 179790 232 0 0 16 0 2 0 145640935 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16406/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.92
CPU time (s): 1800.24
CPU user time (s): 1797.9
CPU system time (s): 2.33465
CPU usage (%): 101.369
Max. virtual memory (cumulated for all children) (KiB): 1799476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.33465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226446
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= 66296
involuntary context switches= 35298

runsolver used 2.05869 second user time and 5.02124 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Apr 16 04:08:34 UTC 2007

IDJOB= 354144
IDBENCH= 2361
IDSOLVER= 160
FILE ID= node67/354144-1176696514

PBS_JOBID= 4560009

Free space on /tmp= 66541 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-biella1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354144-1176696514/sat4jPseudoCP.jar /tmp/evaluation/354144-1176696514/instance-354144-1176696514.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-354144-1176696514 -o ROOT/results/node67/solver-354144-1176696514 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354144-1176696514/sat4jPseudoCP.jar /tmp/evaluation/354144-1176696514/instance-354144-1176696514.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8cf2f50dc2f979b0f0b07ffea6d1fd34

RANDOM SEED= 938653002

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1839688 kB
Buffers:         12096 kB
Cached:         134724 kB
SwapCached:       3460 kB
Active:          68592 kB
Inactive:        89396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839688 kB
SwapTotal:     4192956 kB
SwapFree:      4183964 kB
Dirty:            6600 kB
Writeback:           0 kB
Mapped:          16792 kB
Slab:            44244 kB
Committed_AS:   209008 kB
PageTables:       1460 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= 66541 MiB

End job on node67 on Mon Apr 16 04:38:12 UTC 2007