Trace number 350379

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.24 1766.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900669797.opb
MD5SUMa7f9415d82387c85347e0216376f3dfd
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark65.2751
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
Number of bits of the biggest sum of numbers10
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.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/350379-1176501387/instance-350379-1176501387.opb
0.08/0.19	c reading problem ... 
1.06/0.89	c ... done. Wall clock time 0.698s.
1.06/0.89	c CPU time (experimental) 0.6s.
1.06/0.89	c #vars     231
1.06/0.89	c #constraints  2707
1800.08/1766.71	c starts		: 2
1800.08/1766.71	c conflicts		: 36172
1800.08/1766.71	c decisions		: 327288
1800.08/1766.71	c propagations		: 1276106
1800.08/1766.71	c inspects		: 619216195
1800.08/1766.71	c learnt literals	: 0
1800.08/1766.71	c learnt binary clauses	: 0
1800.08/1766.71	c learnt ternary clauses	: 0
1800.08/1766.71	c learnt clauses	: 36171
1800.08/1766.71	c root simplifications	: 0
1800.08/1766.71	c removed literals (reason simplification)	: 0
1800.08/1766.71	c reason swapping (by a shorter reason)	: 0
1800.08/1766.71	c Calls to reduceDB	: 0
1800.08/1766.71	c speed (decisions/second)	: 185.34649966559388
1800.08/1766.71	c non guided choices	121
1800.08/1766.71	s UNKNOWN
1800.08/1766.71	c Total wall clock time (ms): 1766.517

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/node14/watcher-350379-1176501387 -o ROOT/results/node14/solver-350379-1176501387 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350379-1176501387/sat4jPseudoCPClause.jar /tmp/evaluation/350379-1176501387/instance-350379-1176501387.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.97 2/77 12358
/proc/meminfo: memFree=979064/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=18568 CPUtime=0
/proc/12358/stat : 12358 (runsolver) R 12356 12358 11333 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 98056455 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12358/statm: 4642 292 257 24 0 2626 0

[startup+0.055635 s]
/proc/loadavg: 0.91 0.97 0.97 2/77 12358
/proc/meminfo: memFree=979064/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1777060 CPUtime=0.04
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 3524 0 1 0 2 2 0 0 18 0 5 0 98056455 1819709440 3269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 444265 3269 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.101641 s]
/proc/loadavg: 0.91 0.97 0.97 2/77 12358
/proc/meminfo: memFree=979064/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1780112 CPUtime=0.08
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 98056455 1822834688 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 445028 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302658 s]
/proc/loadavg: 0.91 0.97 0.97 2/77 12358
/proc/meminfo: memFree=979064/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1782272 CPUtime=0.33
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 5115 0 1 0 29 4 0 0 18 0 12 0 98056455 1825046528 4854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 445568 4854 1263 9 0 443179 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782272

[startup+0.701697 s]
/proc/loadavg: 0.91 0.97 0.97 2/77 12358
/proc/meminfo: memFree=979064/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1783296 CPUtime=0.89
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 6765 0 1 0 85 4 0 0 18 0 12 0 98056455 1826095104 6265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 445824 6265 1301 9 0 443435 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783296

[startup+1.50278 s]
/proc/loadavg: 0.91 0.97 0.97 4/90 12371
/proc/meminfo: memFree=954192/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1790376 CPUtime=2.38
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 17186 0 1 0 229 9 0 0 18 0 13 0 98056455 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 447594 13942 1316 9 0 445205 0
[pid=12358/tid=12360] ppid=12356 vsize=1790376 CPUtime=0.93
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 11221 0 1 0 88 5 0 0 17 0 13 0 98056456 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214536 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 98056458 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 98056458 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 98056460 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 98056460 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 98056460 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1790376 CPUtime=0.7
/proc/12358/task/12367/stat : 12367 (java) R 12356 12358 11333 0 -1 64 2561 0 0 0 69 1 0 0 18 0 13 0 98056464 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335804 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1790376 CPUtime=0.72
/proc/12358/task/12368/stat : 12368 (java) R 12356 12358 11333 0 -1 64 2678 0 0 0 71 1 0 0 16 0 13 0 98056464 1833345024 13942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105430708 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1833345024 13943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1833345024 13944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1790376 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1833345024 13944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1790376

[startup+3.10294 s]
/proc/loadavg: 0.91 0.97 0.97 4/90 12371
/proc/meminfo: memFree=859024/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799228 CPUtime=5.1
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 51542 0 1 0 486 24 0 0 18 0 13 0 98056455 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449807 43513 1325 9 0 447418 0
[pid=12358/tid=12360] ppid=12356 vsize=1799228 CPUtime=2.32
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 37736 0 1 0 216 16 0 0 20 0 13 0 98056456 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799228 CPUtime=0.01
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 287 0 0 0 1 0 0 0 16 0 13 0 98056458 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 238 0 0 0 0 0 0 0 17 0 13 0 98056458 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 98056460 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799228 CPUtime=1.23
/proc/12358/task/12367/stat : 12367 (java) R 12356 12358 11333 0 -1 64 4840 0 0 0 121 2 0 0 16 0 13 0 98056464 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105648627 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799228 CPUtime=1.5
/proc/12358/task/12368/stat : 12368 (java) R 12356 12358 11333 0 -1 64 7711 0 0 0 146 4 0 0 16 0 13 0 98056464 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105870448 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799228 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842409472 43513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1799228

[startup+6.30124 s]
/proc/loadavg: 0.92 0.97 0.97 2/90 12371
/proc/meminfo: memFree=801688/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1797564 CPUtime=8.49
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 57028 0 1 0 822 27 0 0 18 0 13 0 98056455 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449391 46767 1326 9 0 447002 0
[pid=12358/tid=12360] ppid=12356 vsize=1797564 CPUtime=5.33
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 37743 0 1 0 517 16 0 0 22 0 13 0 98056456 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641617 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1797564 CPUtime=0.13
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 2869 0 0 0 12 1 0 0 17 0 13 0 98056458 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1797564 CPUtime=0.12
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 3113 0 0 0 11 1 0 0 16 0 13 0 98056458 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 98056460 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1797564 CPUtime=1.28
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 4840 0 0 0 126 2 0 0 16 0 13 0 98056464 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1797564 CPUtime=1.56
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7712 0 0 0 152 4 0 0 16 0 13 0 98056464 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) R 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1840705536 46767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1797564

[startup+12.7018 s]
/proc/loadavg: 1.01 0.98 0.98 2/90 12371
/proc/meminfo: memFree=765144/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1797564 CPUtime=15.12
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 65585 0 1 0 1482 30 0 0 18 0 13 0 98056455 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449391 54505 1333 9 0 447002 0
[pid=12358/tid=12360] ppid=12356 vsize=1797564 CPUtime=11.55
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 38777 0 1 0 1138 17 0 0 25 0 13 0 98056456 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109640750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1797564 CPUtime=0.29
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 6497 0 0 0 27 2 0 0 16 0 13 0 98056458 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1797564 CPUtime=0.29
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 6996 0 0 0 26 3 0 0 16 0 13 0 98056458 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 98056460 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1797564 CPUtime=1.32
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 4849 0 0 0 130 2 0 0 17 0 13 0 98056464 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1797564 CPUtime=1.61
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7715 0 0 0 157 4 0 0 17 0 13 0 98056464 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1797564 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1840705536 54505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 1797564

[startup+25.5021 s]
/proc/loadavg: 1.00 0.98 0.98 2/90 12371
/proc/meminfo: memFree=750424/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799804 CPUtime=28.38
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 70680 0 1 0 2805 33 0 0 18 0 13 0 98056455 1842999296 58199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449951 58199 1333 9 0 447562 0
[pid=12358/tid=12360] ppid=12356 vsize=1799804 CPUtime=24.15
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 38787 0 1 0 2398 17 0 0 25 0 13 0 98056456 1842999296 58199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109687008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799804 CPUtime=0.45
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 8354 0 0 0 42 3 0 0 16 0 13 0 98056458 1842999296 58199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799804 CPUtime=0.43
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 8742 0 0 0 39 4 0 0 16 0 13 0 98056458 1842999296 58199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=12358/tid=12363] ppid=12356 vsize=1799144 CPUtime=0.16
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 46 0 0 0 11 5 0 0 15 0 13 0 98056460 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799144 CPUtime=1.63
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 6327 0 0 0 160 3 0 0 17 0 13 0 98056464 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799144 CPUtime=1.68
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7719 0 0 0 164 4 0 0 16 0 13 0 98056464 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842323456 132919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570.26
Current children cumulated vsize (KiB) 1799144

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 12569
/proc/meminfo: memFree=443608/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799144 CPUtime=1631.63
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 161379 0 1 0 163066 97 0 0 18 0 13 0 98056455 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449786 134680 1333 9 0 447397 0
[pid=12358/tid=12360] ppid=12356 vsize=1799144 CPUtime=1572.71
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 41573 0 1 0 157238 33 0 0 25 0 13 0 98056456 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109728968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799144 CPUtime=27.74
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 54449 0 0 0 2749 25 0 0 17 0 13 0 98056458 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799144 CPUtime=27.65
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 50542 0 0 0 2741 24 0 0 17 0 13 0 98056458 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1799144 CPUtime=0.16
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 46 0 0 0 11 5 0 0 16 0 13 0 98056460 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799144 CPUtime=1.63
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 6327 0 0 0 160 3 0 0 17 0 13 0 98056464 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799144 CPUtime=1.68
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7719 0 0 0 164 4 0 0 16 0 13 0 98056464 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842323456 134680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1631.63
Current children cumulated vsize (KiB) 1799144

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12569
/proc/meminfo: memFree=436632/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799144 CPUtime=1693.08
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 163183 0 1 0 169210 98 0 0 18 0 13 0 98056455 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449786 136422 1333 9 0 447397 0
[pid=12358/tid=12360] ppid=12356 vsize=1799144 CPUtime=1631.21
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 41595 0 1 0 163088 33 0 0 25 0 13 0 98056456 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109728980 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799144 CPUtime=29.21
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 54832 0 0 0 2896 25 0 0 17 0 13 0 98056458 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799144 CPUtime=29.12
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 51941 0 0 0 2888 24 0 0 16 0 13 0 98056458 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1799144 CPUtime=0.17
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 46 0 0 0 12 5 0 0 16 0 13 0 98056460 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799144 CPUtime=1.63
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 6327 0 0 0 160 3 0 0 17 0 13 0 98056464 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799144 CPUtime=1.68
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7719 0 0 0 164 4 0 0 16 0 13 0 98056464 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842323456 136422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.08
Current children cumulated vsize (KiB) 1799144

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12569
/proc/meminfo: memFree=430040/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799144 CPUtime=1754.57
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 164943 0 1 0 175357 100 0 0 18 0 13 0 98056455 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449786 138105 1333 9 0 447397 0
[pid=12358/tid=12360] ppid=12356 vsize=1799144 CPUtime=1689.68
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 41617 0 1 0 168934 34 0 0 25 0 13 0 98056456 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109750049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799144 CPUtime=30.72
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 55277 0 0 0 3046 26 0 0 16 0 13 0 98056458 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799144 CPUtime=30.63
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 53234 0 0 0 3038 25 0 0 16 0 13 0 98056458 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1799144 CPUtime=0.18
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 46 0 0 0 12 6 0 0 16 0 13 0 98056460 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799144 CPUtime=1.63
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 6327 0 0 0 160 3 0 0 17 0 13 0 98056464 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799144 CPUtime=1.68
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7719 0 0 0 164 4 0 0 16 0 13 0 98056464 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842323456 138105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1754.57
Current children cumulated vsize (KiB) 1799144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.7 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 12569
/proc/meminfo: memFree=424792/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=1799144 CPUtime=1800.08
/proc/12358/stat : 12358 (java) S 12356 12358 11333 0 -1 0 166274 0 1 0 179907 101 0 0 18 0 13 0 98056455 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12358/statm: 449786 139372 1333 9 0 447397 0
[pid=12358/tid=12360] ppid=12356 vsize=1799144 CPUtime=1732.93
/proc/12358/task/12360/stat : 12360 (java) R 12356 12358 11333 0 -1 64 41633 0 1 0 173259 34 0 0 20 0 13 0 98056456 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109727414 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12361] ppid=12356 vsize=1799144 CPUtime=31.84
/proc/12358/task/12361/stat : 12361 (java) S 12356 12358 11333 0 -1 64 55704 0 0 0 3158 26 0 0 16 0 13 0 98056458 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12362] ppid=12356 vsize=1799144 CPUtime=31.76
/proc/12358/task/12362/stat : 12362 (java) S 12356 12358 11333 0 -1 64 54122 0 0 0 3151 25 0 0 16 0 13 0 98056458 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12363] ppid=12356 vsize=1799144 CPUtime=0.18
/proc/12358/task/12363/stat : 12363 (java) S 12356 12358 11333 0 -1 64 46 0 0 0 12 6 0 0 15 0 13 0 98056460 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12364] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12364/stat : 12364 (java) S 12356 12358 11333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12365] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12365/stat : 12365 (java) S 12356 12358 11333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98056460 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12366] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12366/stat : 12366 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98056464 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12367] ppid=12356 vsize=1799144 CPUtime=1.63
/proc/12358/task/12367/stat : 12367 (java) S 12356 12358 11333 0 -1 64 6327 0 0 0 160 3 0 0 17 0 13 0 98056464 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12368] ppid=12356 vsize=1799144 CPUtime=1.68
/proc/12358/task/12368/stat : 12368 (java) S 12356 12358 11333 0 -1 64 7719 0 0 0 164 4 0 0 16 0 13 0 98056464 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12369] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12369/stat : 12369 (java) S 12356 12358 11333 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 98056464 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12358/tid=12370] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12370/stat : 12370 (java) S 12356 12358 11333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98056464 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12358/tid=12371] ppid=12356 vsize=1799144 CPUtime=0
/proc/12358/task/12371/stat : 12371 (java) S 12356 12358 11333 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 98056545 1842323456 139372 18446744073709551615 134512640 134550740 4294956448 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) 1799144

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

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

[startup+1766.81 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 12569
/proc/meminfo: memFree=424792/2055920 swapFree=4192956/4192956
[pid=12358] ppid=12356 vsize=0 CPUtime=1800.19
/proc/12358/stat : 12358 (java) Z 12356 12358 11333 0 -1 1036 166294 0 1 0 179913 106 0 0 15 0 2 0 98056455 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12358/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.85
CPU time (s): 1800.24
CPU user time (s): 1799.14
CPU system time (s): 1.10083
CPU usage (%): 101.89
Max. virtual memory (cumulated for all children) (KiB): 1802476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.10083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166294
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= 42473
involuntary context switches= 54644

runsolver used 1.61475 second user time and 4.91925 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Fri Apr 13 21:56:27 UTC 2007

IDJOB= 350379
IDBENCH= 1312
IDSOLVER= 164
FILE ID= node14/350379-1176501387

PBS_JOBID= 4556679

Free space on /tmp= 66558 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900669797.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350379-1176501387/sat4jPseudoCPClause.jar /tmp/evaluation/350379-1176501387/instance-350379-1176501387.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-350379-1176501387 -o ROOT/results/node14/solver-350379-1176501387 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350379-1176501387/sat4jPseudoCPClause.jar /tmp/evaluation/350379-1176501387/instance-350379-1176501387.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a7f9415d82387c85347e0216376f3dfd

RANDOM SEED= 45010140

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:        979536 kB
Buffers:         50060 kB
Cached:         891536 kB
SwapCached:          0 kB
Active:         305292 kB
Inactive:       692284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        979536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3752 kB
Writeback:           0 kB
Mapped:          74676 kB
Slab:            64364 kB
Committed_AS:  4444904 kB
PageTables:       1784 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= 66558 MiB

End job on node14 on Fri Apr 13 22:25:56 UTC 2007