Trace number 351197

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.22 1776.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-cycle.opb
MD5SUM761eaefb829e7d3bf060fd5b86600997
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1782.84
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 variables84737
Total number of constraints1802
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 constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 16197
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531823
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531823
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/351197-1176587879/instance-351197-1176587879.opb
0.20/0.20	c reading problem ... 
6.50/4.86	c ... done. Wall clock time 4.651s.
6.50/4.86	c CPU time (experimental) 3.59s.
6.50/4.86	c #vars     84737
6.50/4.86	c #constraints  2997
1800.08/1776.71	c starts		: 2
1800.08/1776.71	c conflicts		: 3291
1800.08/1776.71	c decisions		: 58096
1800.08/1776.71	c propagations		: 344596
1800.08/1776.71	c inspects		: 2714963
1800.08/1776.71	c learnt literals	: 0
1800.08/1776.71	c learnt binary clauses	: 0
1800.08/1776.71	c learnt ternary clauses	: 0
1800.08/1776.71	c learnt clauses	: 3290
1800.08/1776.71	c root simplifications	: 0
1800.08/1776.71	c removed literals (reason simplification)	: 0
1800.08/1776.71	c reason swapping (by a shorter reason)	: 0
1800.08/1776.71	c Calls to reduceDB	: 0
1800.08/1776.71	c speed (decisions/second)	: 32.79323317819918
1800.08/1776.71	c non guided choices	0
1800.08/1776.71	s UNKNOWN
1800.08/1776.71	c Total wall clock time (ms): 1776.509

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/node54/watcher-351197-1176587879 -o ROOT/results/node54/solver-351197-1176587879 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351197-1176587879/sat4jPseudoCP.jar /tmp/evaluation/351197-1176587879/instance-351197-1176587879.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 1/66 26982
/proc/meminfo: memFree=1437416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=152 CPUtime=0
/proc/26982/stat : 26982 (java) R 26980 26982 11742 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 106162387 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1818923 0 0 4096 0 0 0 0 17 1 0 0
/proc/26982/statm: 38 26 19 9 0 4 0

[startup+0.072554 s]
/proc/loadavg: 0.92 0.98 0.99 1/66 26982
/proc/meminfo: memFree=1437416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1777708 CPUtime=0.05
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 3711 0 1 0 4 1 0 0 18 0 7 0 106162387 1820372992 3453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 444427 3453 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101536 s]
/proc/loadavg: 0.92 0.98 0.99 1/66 26982
/proc/meminfo: memFree=1437416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1780108 CPUtime=0.08
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 106162387 1822830592 3710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301562 s]
/proc/loadavg: 0.92 0.98 0.99 1/66 26982
/proc/meminfo: memFree=1437416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1781676 CPUtime=0.33
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 5819 0 1 0 30 3 0 0 18 0 12 0 106162387 1824436224 5557 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 445409 5557 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781676

[startup+0.701612 s]
/proc/loadavg: 0.92 0.98 0.99 1/66 26982
/proc/meminfo: memFree=1437416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1783420 CPUtime=0.92
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 8009 0 1 0 88 4 0 0 18 0 12 0 106162387 1826222080 7507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 445855 7507 1301 9 0 443467 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783420

[startup+1.50272 s]
/proc/loadavg: 0.92 0.98 0.99 3/78 26994
/proc/meminfo: memFree=1398792/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1793064 CPUtime=2.4
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 26287 0 1 0 228 12 0 0 18 0 12 0 106162387 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 448266 22986 1310 9 0 445878 0
[pid=26982/tid=26984] ppid=26980 vsize=1793064 CPUtime=1.04
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 19428 0 1 0 96 8 0 0 19 0 12 0 106162388 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109639701 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 106162390 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 106162390 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 106162392 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 106162392 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 106162392 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106162396 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1793064 CPUtime=0.46
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 1657 0 0 0 46 0 0 0 16 0 12 0 106162396 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1793064 CPUtime=0.86
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 4479 0 0 0 84 2 0 0 18 0 12 0 106162396 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106162396 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1793064 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106162396 1836097536 22986 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1793064

[startup+3.10292 s]
/proc/loadavg: 0.92 0.98 0.99 3/78 26994
/proc/meminfo: memFree=1262600/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1794352 CPUtime=4.19
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 52818 0 1 0 396 23 0 0 18 0 12 0 106162387 1837416448 49299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 448588 49301 1320 9 0 446200 0
[pid=26982/tid=26984] ppid=26980 vsize=1794352 CPUtime=2.44
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 37674 0 1 0 229 15 0 0 23 0 12 0 106162388 1837416448 49302 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1794352 CPUtime=0.17
/proc/26982/task/26985/stat : 26985 (java) R 26980 26982 11742 0 -1 64 3905 0 0 0 16 1 0 0 17 0 12 0 106162390 1837416448 49304 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105366900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1794352 CPUtime=0.18
/proc/26982/task/26986/stat : 26986 (java) R 26980 26982 11742 0 -1 64 4383 0 0 0 17 1 0 0 17 0 12 0 106162390 1837416448 49306 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 106162392 1837416448 49307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 106162392 1837416448 49309 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 106162392 1837416448 49311 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 106162396 1837416448 49312 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1794352 CPUtime=0.47
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 1657 0 0 0 47 0 0 0 16 0 12 0 106162396 1837416448 49314 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1794352 CPUtime=0.87
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 4480 0 0 0 85 2 0 0 16 0 12 0 106162396 1837416448 49315 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106162396 1837416448 49317 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1794352 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106162396 1837416448 49318 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1794352

[startup+6.30233 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 26995
/proc/meminfo: memFree=1185472/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1795248 CPUtime=8.61
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 70263 0 1 0 829 32 0 0 18 0 13 0 106162387 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 448812 64028 1334 9 0 446424 0
[pid=26982/tid=26984] ppid=26980 vsize=1795248 CPUtime=4.8
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 37718 0 1 0 464 16 0 0 23 0 13 0 106162388 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109835590 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1795248 CPUtime=0.78
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 11981 0 0 0 73 5 0 0 16 0 13 0 106162390 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1795248 CPUtime=0.79
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 13199 0 0 0 74 5 0 0 16 0 13 0 106162390 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106162392 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1795248 CPUtime=0.88
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 1981 0 0 0 87 1 0 0 16 0 13 0 106162396 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1795248 CPUtime=1.32
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 4652 0 0 0 130 2 0 0 16 0 13 0 106162396 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1795248 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1838333952 64028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 1795248

[startup+12.7021 s]
/proc/loadavg: 1.09 1.02 1.01 2/79 26995
/proc/meminfo: memFree=1156480/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=16.96
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 81105 0 1 0 1658 38 0 0 18 0 13 0 106162387 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 70996 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=9.67
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 37736 0 1 0 951 16 0 0 25 0 13 0 106162388 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109823682 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=1.76
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 16300 0 0 0 169 7 0 0 16 0 13 0 106162390 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=1.77
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 17927 0 0 0 169 8 0 0 16 0 13 0 106162390 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.59
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3425 0 0 0 158 1 0 0 17 0 13 0 106162396 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.11
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 4984 0 0 0 208 3 0 0 17 0 13 0 106162396 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 70996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.96
Current children cumulated vsize (KiB) 1797296

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 26995
/proc/meminfo: memFree=1223360/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=30.05
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 85418 0 1 0 2962 43 0 0 18 0 13 0 106162387 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 54560 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=22.26
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 41033 0 1 0 2208 18 0 0 25 0 13 0 106162388 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109585477 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=1.88
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 16667 0 0 0 180 8 0 0 16 0 13 0 106162390 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=1.87
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 18214 0 0 0 179 8 0 0 16 0 13 0 106162390 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.03
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 55 0 0 0 1 2 0 0 15 0 13 0 106162392 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 54560 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.61
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 211 0 0 0 34 27 0 0 16 0 13 0 106162392 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.83
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3429 0 0 0 182 1 0 0 16 0 13 0 106162396 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.4
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 5301 0 0 0 237 3 0 0 16 0 13 0 106162396 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 142238 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1562.19
Current children cumulated vsize (KiB) 1797296

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27195
/proc/meminfo: memFree=860416/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=1623.03
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 229307 0 1 0 162145 158 0 0 18 0 13 0 106162387 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 145166 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=1580.64
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 89769 0 1 0 158008 56 0 0 17 0 13 0 106162388 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109585846 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=18.74
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 65812 0 0 0 1841 33 0 0 16 0 13 0 106162390 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=18.72
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 64060 0 0 0 1838 34 0 0 16 0 13 0 106162390 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.63
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 211 0 0 0 35 28 0 0 16 0 13 0 106162392 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.83
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3429 0 0 0 182 1 0 0 16 0 13 0 106162396 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.4
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 5301 0 0 0 237 3 0 0 16 0 13 0 106162396 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 145166 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1623.03
Current children cumulated vsize (KiB) 1797296

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27195
/proc/meminfo: memFree=849088/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=1683.87
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 232373 0 1 0 168226 161 0 0 18 0 13 0 106162387 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 147957 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=1639.7
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 89838 0 1 0 163914 56 0 0 25 0 13 0 106162388 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109856692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=19.62
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 66928 0 0 0 1928 34 0 0 17 0 13 0 106162390 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=19.6
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 65940 0 0 0 1925 35 0 0 16 0 13 0 106162390 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.64
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 212 0 0 0 36 28 0 0 16 0 13 0 106162392 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.83
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3429 0 0 0 182 1 0 0 16 0 13 0 106162396 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.4
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 5301 0 0 0 237 3 0 0 16 0 13 0 106162396 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 147957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1683.87
Current children cumulated vsize (KiB) 1797296

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27195
/proc/meminfo: memFree=834496/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=1744.79
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 236366 0 1 0 174315 164 0 0 18 0 13 0 106162387 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 151636 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=1698.69
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 89907 0 1 0 169812 57 0 0 25 0 13 0 106162388 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109633298 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=20.58
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 69276 0 0 0 2023 35 0 0 16 0 13 0 106162390 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=20.56
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 67516 0 0 0 2020 36 0 0 16 0 13 0 106162390 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.66
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 212 0 0 0 37 29 0 0 16 0 13 0 106162392 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.83
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3429 0 0 0 182 1 0 0 16 0 13 0 106162396 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.4
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 5301 0 0 0 237 3 0 0 16 0 13 0 106162396 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 151636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.79
Current children cumulated vsize (KiB) 1797296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 27195
/proc/meminfo: memFree=821184/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=1797296 CPUtime=1800.08
/proc/26982/stat : 26982 (java) S 26980 26982 11742 0 -1 0 239983 0 1 0 179842 166 0 0 18 0 13 0 106162387 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26982/statm: 449324 154904 1334 9 0 446936 0
[pid=26982/tid=26984] ppid=26980 vsize=1797296 CPUtime=1752.12
/proc/26982/task/26984/stat : 26984 (java) R 26980 26982 11742 0 -1 64 89970 0 1 0 175155 57 0 0 24 0 13 0 106162388 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109856435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26985] ppid=26980 vsize=1797296 CPUtime=21.51
/proc/26982/task/26985/stat : 26985 (java) S 26980 26982 11742 0 -1 64 70937 0 0 0 2115 36 0 0 17 0 13 0 106162390 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26986] ppid=26980 vsize=1797296 CPUtime=21.49
/proc/26982/task/26986/stat : 26986 (java) S 26980 26982 11742 0 -1 64 69409 0 0 0 2112 37 0 0 16 0 13 0 106162390 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26987] ppid=26980 vsize=1797296 CPUtime=0.67
/proc/26982/task/26987/stat : 26987 (java) S 26980 26982 11742 0 -1 64 212 0 0 0 38 29 0 0 15 0 13 0 106162392 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26988] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26988/stat : 26988 (java) S 26980 26982 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26989] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26989/stat : 26989 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162392 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26990] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26990/stat : 26990 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 106162396 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26991] ppid=26980 vsize=1797296 CPUtime=1.83
/proc/26982/task/26991/stat : 26991 (java) S 26980 26982 11742 0 -1 64 3429 0 0 0 182 1 0 0 16 0 13 0 106162396 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26992] ppid=26980 vsize=1797296 CPUtime=2.4
/proc/26982/task/26992/stat : 26992 (java) S 26980 26982 11742 0 -1 64 5301 0 0 0 237 3 0 0 16 0 13 0 106162396 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26993] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26993/stat : 26993 (java) S 26980 26982 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106162396 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26982/tid=26994] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26994/stat : 26994 (java) S 26980 26982 11742 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106162396 1840431104 154904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26982/tid=26995] ppid=26980 vsize=1797296 CPUtime=0
/proc/26982/task/26995/stat : 26995 (java) S 26980 26982 11742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 106162925 1840431104 154904 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) 1797296

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

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

[startup+1776.81 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 27195
/proc/meminfo: memFree=821184/2055920 swapFree=4191892/4192956
[pid=26982] ppid=26980 vsize=0 CPUtime=1800.2
/proc/26982/stat : 26982 (java) Z 26980 26982 11742 0 -1 1036 240003 0 1 0 179845 175 0 0 16 0 2 0 106162387 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26982/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.83
CPU time (s): 1800.22
CPU user time (s): 1798.45
CPU system time (s): 1.76573
CPU usage (%): 101.316
Max. virtual memory (cumulated for all children) (KiB): 1798320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.76573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240003
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= 60945
involuntary context switches= 35125

runsolver used 2.42363 second user time and 5.70213 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Sat Apr 14 21:57:59 UTC 2007

IDJOB= 351197
IDBENCH= 1695
IDSOLVER= 160
FILE ID= node54/351197-1176587879

PBS_JOBID= 4556951

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  761eaefb829e7d3bf060fd5b86600997

RANDOM SEED= 793561116

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1437888 kB
Buffers:         86668 kB
Cached:         389072 kB
SwapCached:        396 kB
Active:         214968 kB
Inactive:       282064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437888 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8716 kB
Writeback:           0 kB
Mapped:          28248 kB
Slab:           106920 kB
Committed_AS:   996564 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB

End job on node54 on Sat Apr 14 22:27:38 UTC 2007