Trace number 362062

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1749.87

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
MD5SUMbcdf4c9a1de867d3db370c95867fefb5
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.18467
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4632
Total number of constraints30964
Number of constraints which are clauses29940
Number of constraints which are cardinality constraints (but not clauses)946
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
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/362062-1177005911/instance-362062-1177005911.opb
0.20/0.20	c reading problem ... 
2.32/1.78	c ... done. Wall clock time 1.575s.
2.32/1.78	c CPU time (experimental) 1.34s.
2.32/1.78	c #vars     4632
2.32/1.78	c #constraints  31138
1800.04/1749.71	c starts		: 2
1800.04/1749.71	c conflicts		: 99989
1800.04/1749.71	c decisions		: 131258
1800.04/1749.71	c propagations		: 2534042
1800.04/1749.71	c inspects		: 543965497
1800.04/1749.71	c learnt literals	: 0
1800.04/1749.71	c learnt binary clauses	: 0
1800.04/1749.71	c learnt ternary clauses	: 0
1800.04/1749.71	c learnt clauses	: 99988
1800.04/1749.71	c root simplifications	: 0
1800.04/1749.71	c removed literals (reason simplification)	: 0
1800.04/1749.71	c reason swapping (by a shorter reason)	: 0
1800.04/1749.71	c Calls to reduceDB	: 0
1800.04/1749.71	c speed (decisions/second)	: 75.09365395749472
1800.04/1749.71	c non guided choices	8514
1800.04/1749.71	s UNKNOWN
1800.04/1749.71	c Total wall clock time (ms): 1749.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/node37/watcher-362062-1177005911 -o ROOT/results/node37/solver-362062-1177005911 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362062-1177005911/sat4jPseudoCP.jar /tmp/evaluation/362062-1177005911/instance-362062-1177005911.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.95 0.97 0.99 2/78 3137
/proc/meminfo: memFree=1631032/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=18568 CPUtime=0
/proc/3137/stat : 3137 (runsolver) R 3135 3137 2666 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 148503589 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3137/statm: 4642 292 257 24 0 2626 0

[startup+0.0380991 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 3137
/proc/meminfo: memFree=1631032/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1775952 CPUtime=0.01
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 3082 0 1 0 0 1 0 0 18 0 4 0 148503589 1818574848 2829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 443988 2829 833 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101107 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 3137
/proc/meminfo: memFree=1631032/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1780108 CPUtime=0.08
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 3956 0 1 0 6 2 0 0 18 0 12 0 148503589 1822830592 3697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 445027 3697 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301147 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 3137
/proc/meminfo: memFree=1631032/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1782272 CPUtime=0.3
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 5180 0 1 0 27 3 0 0 18 0 12 0 148503589 1825046528 4918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 445568 4918 1270 9 0 443180 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782272

[startup+0.701221 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 3137
/proc/meminfo: memFree=1631032/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1785704 CPUtime=0.99
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 8047 0 1 0 95 4 0 0 18 0 12 0 148503589 1828560896 7040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 446426 7040 1309 9 0 444038 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1785704

[startup+1.50237 s]
/proc/loadavg: 0.95 0.97 0.99 3/90 3149
/proc/meminfo: memFree=1600920/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1785472 CPUtime=2.12
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 19592 0 1 0 202 10 0 0 18 0 12 0 148503589 1828323328 17447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 446368 17448 1309 9 0 443980 0
[pid=3137/tid=3139] ppid=3135 vsize=1785472 CPUtime=1.05
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 15519 0 1 0 97 8 0 0 19 0 12 0 148503591 1828323328 17449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109674161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 148503592 1828323328 17451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 148503592 1828323328 17452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 148503595 1828323328 17453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 148503595 1828323328 17454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 148503595 1828323328 17455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 148503599 1828323328 17457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1785472 CPUtime=0.5
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 1776 0 0 0 50 0 0 0 17 0 12 0 148503599 1828323328 17458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1785472 CPUtime=0.54
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 1580 0 0 0 54 0 0 0 16 0 12 0 148503599 1828323328 17459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 148503599 1828323328 17460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1785472 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 148503599 1828323328 17461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785472

[startup+3.10268 s]
/proc/loadavg: 0.96 0.97 0.99 3/91 3150
/proc/meminfo: memFree=1528208/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1796636 CPUtime=4.87
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 47535 0 1 0 463 24 0 0 18 0 13 0 148503589 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 449159 40065 1321 9 0 446771 0
[pid=3137/tid=3139] ppid=3135 vsize=1796636 CPUtime=1.99
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 35504 0 1 0 181 18 0 0 18 0 13 0 148503591 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 148503592 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 148503592 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 148503595 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 148503595 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503595 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1796636 CPUtime=1.4
/proc/3137/task/3146/stat : 3146 (java) R 3135 3137 2666 0 -1 64 4833 0 0 0 138 2 0 0 18 0 13 0 148503599 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602160 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1796636 CPUtime=1.44
/proc/3137/task/3147/stat : 3147 (java) R 3135 3137 2666 0 -1 64 6475 0 0 0 142 2 0 0 18 0 13 0 148503599 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336067 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1796636 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1839755264 40065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1796636

[startup+6.30228 s]
/proc/loadavg: 0.96 0.97 0.99 2/91 3150
/proc/meminfo: memFree=1449496/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=9.13
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 58702 0 1 0 885 28 0 0 18 0 13 0 148503589 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 46947 1330 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=4.63
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 37730 0 1 0 444 19 0 0 25 0 13 0 148503591 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815905 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=0.1
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 1731 0 0 0 10 0 0 0 16 0 13 0 148503592 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=0.09
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 1747 0 0 0 9 0 0 0 16 0 13 0 148503592 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.05
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7764 0 0 0 202 3 0 0 16 0 13 0 148503599 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.2
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8994 0 0 0 217 3 0 0 16 0 13 0 148503599 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 46947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 1800964

[startup+12.7025 s]
/proc/loadavg: 0.96 0.97 0.99 2/91 3150
/proc/meminfo: memFree=1418840/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=15.76
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 68770 0 1 0 1542 34 0 0 18 0 13 0 148503589 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 54633 1332 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=10.81
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 39468 0 1 0 1061 20 0 0 18 0 13 0 148503591 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=0.28
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 5782 0 0 0 26 2 0 0 16 0 13 0 148503592 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=0.29
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 6003 0 0 0 26 3 0 0 17 0 13 0 148503592 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.1
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7770 0 0 0 207 3 0 0 17 0 13 0 148503599 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.22
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 219 3 0 0 16 0 13 0 148503599 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 54633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1800964

[startup+25.5019 s]
/proc/loadavg: 0.97 0.97 0.99 2/91 3150
/proc/meminfo: memFree=1402840/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=28.71
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 72739 0 1 0 2835 36 0 0 18 0 13 0 148503589 1844187136 58099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 58099 1332 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=23.44
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 39536 0 1 0 2324 20 0 0 25 0 13 0 148503591 1844187136 58099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110321536 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=0.42
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 8068 0 0 0 39 3 0 0 16 0 13 0 148503592 1844187136 58099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=0.42
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 7618 0 0 0 39 3 0 0 16 0 13 0 148503592 1844187136 58099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.01
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 148503595 1844187136 58099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.22
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 32 0 0 0 14 8 0 0 15 0 13 0 148503595 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.17
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7771 0 0 0 214 3 0 0 17 0 13 0 148503599 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.32
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 229 3 0 0 16 0 13 0 148503599 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 214628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.88
Current children cumulated vsize (KiB) 1800964

[startup+1602.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/91 3150
/proc/meminfo: memFree=757464/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=1647.07
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 252330 0 1 0 164576 131 0 0 18 0 13 0 148503589 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 219321 1333 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=1556.77
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 40482 0 1 0 155651 26 0 0 25 0 13 0 148503591 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884238 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=42.75
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 96367 0 0 0 4233 42 0 0 16 0 13 0 148503592 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=42.76
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 97962 0 0 0 4232 44 0 0 17 0 13 0 148503592 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.22
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 32 0 0 0 14 8 0 0 16 0 13 0 148503595 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.17
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7771 0 0 0 214 3 0 0 17 0 13 0 148503599 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.32
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 229 3 0 0 16 0 13 0 148503599 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 219321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.07
Current children cumulated vsize (KiB) 1800964

[startup+1662.3 s]
/proc/loadavg: 1.01 1.04 1.00 3/91 3150
/proc/meminfo: memFree=742168/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=1709.24
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 256208 0 1 0 170791 133 0 0 18 0 13 0 148503589 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 222943 1333 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=1614.54
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 40507 0 1 0 161428 26 0 0 25 0 13 0 148503591 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835724 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=44.94
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 98068 0 0 0 4451 43 0 0 16 0 13 0 148503592 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=44.96
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 100114 0 0 0 4451 45 0 0 17 0 13 0 148503592 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.23
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 32 0 0 0 14 9 0 0 16 0 13 0 148503595 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.17
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7771 0 0 0 214 3 0 0 17 0 13 0 148503599 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.32
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 229 3 0 0 16 0 13 0 148503599 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 222943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.24
Current children cumulated vsize (KiB) 1800964

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 3150
/proc/meminfo: memFree=720920/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=1771.47
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 261876 0 1 0 177011 136 0 0 18 0 13 0 148503589 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 228212 1333 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=1672.2
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 40534 0 1 0 167194 26 0 0 25 0 13 0 148503591 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846818 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=47.23
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 100083 0 0 0 4678 45 0 0 16 0 13 0 148503592 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=47.25
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 103740 0 0 0 4679 46 0 0 17 0 13 0 148503592 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.23
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 32 0 0 0 14 9 0 0 16 0 13 0 148503595 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.17
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7771 0 0 0 214 3 0 0 17 0 13 0 148503599 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.32
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 229 3 0 0 16 0 13 0 148503599 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 228212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.47
Current children cumulated vsize (KiB) 1800964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 3150
/proc/meminfo: memFree=710488/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=1800964 CPUtime=1800.04
/proc/3137/stat : 3137 (java) S 3135 3137 2666 0 -1 0 264670 0 1 0 179866 138 0 0 18 0 13 0 148503589 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3137/statm: 450241 230808 1333 9 0 447853 0
[pid=3137/tid=3139] ppid=3135 vsize=1800964 CPUtime=1698.4
/proc/3137/task/3139/stat : 3139 (java) R 3135 3137 2666 0 -1 64 40547 0 1 0 169813 27 0 0 17 0 13 0 148503591 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782241 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3140] ppid=3135 vsize=1800964 CPUtime=48.41
/proc/3137/task/3140/stat : 3140 (java) S 3135 3137 2666 0 -1 64 101031 0 0 0 4796 45 0 0 17 0 13 0 148503592 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3141] ppid=3135 vsize=1800964 CPUtime=48.44
/proc/3137/task/3141/stat : 3141 (java) S 3135 3137 2666 0 -1 64 105573 0 0 0 4797 47 0 0 16 0 13 0 148503592 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3142] ppid=3135 vsize=1800964 CPUtime=0.23
/proc/3137/task/3142/stat : 3142 (java) S 3135 3137 2666 0 -1 64 32 0 0 0 14 9 0 0 16 0 13 0 148503595 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3143] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3143/stat : 3143 (java) S 3135 3137 2666 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 148503595 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3144] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3144/stat : 3144 (java) S 3135 3137 2666 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148503595 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3145] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3145/stat : 3145 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148503599 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3146] ppid=3135 vsize=1800964 CPUtime=2.17
/proc/3137/task/3146/stat : 3146 (java) S 3135 3137 2666 0 -1 64 7771 0 0 0 214 3 0 0 17 0 13 0 148503599 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3147] ppid=3135 vsize=1800964 CPUtime=2.32
/proc/3137/task/3147/stat : 3147 (java) S 3135 3137 2666 0 -1 64 8995 0 0 0 229 3 0 0 16 0 13 0 148503599 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3148] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3148/stat : 3148 (java) S 3135 3137 2666 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 148503599 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3137/tid=3149] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3149/stat : 3149 (java) S 3135 3137 2666 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148503599 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3137/tid=3150] ppid=3135 vsize=1800964 CPUtime=0
/proc/3137/task/3150/stat : 3150 (java) S 3135 3137 2666 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148503769 1844187136 230808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1800964

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

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

[startup+1749.81 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 3150
/proc/meminfo: memFree=710488/2055920 swapFree=4158988/4192956
[pid=3137] ppid=3135 vsize=0 CPUtime=1800.15
/proc/3137/stat : 3137 (java) Z 3135 3137 2666 0 -1 1036 264690 0 1 0 179869 146 0 0 16 0 2 0 148503589 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3137/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1749.87
CPU time (s): 1800.21
CPU user time (s): 1798.7
CPU system time (s): 1.51677
CPU usage (%): 102.877
Max. virtual memory (cumulated for all children) (KiB): 1804472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.51677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264690
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= 44044
involuntary context switches= 56647

runsolver used 1.80672 second user time and 4.82327 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Thu Apr 19 18:05:11 UTC 2007

IDJOB= 362062
IDBENCH= 1497
IDSOLVER= 160
FILE ID= node37/362062-1177005911

PBS_JOBID= 4630524

Free space on /tmp= 66412 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362062-1177005911/sat4jPseudoCP.jar /tmp/evaluation/362062-1177005911/instance-362062-1177005911.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-362062-1177005911 -o ROOT/results/node37/solver-362062-1177005911 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362062-1177005911/sat4jPseudoCP.jar /tmp/evaluation/362062-1177005911/instance-362062-1177005911.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bcdf4c9a1de867d3db370c95867fefb5

RANDOM SEED= 265911866

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1631440 kB
Buffers:         43168 kB
Cached:         287108 kB
SwapCached:       2516 kB
Active:         119296 kB
Inactive:       235332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631440 kB
SwapTotal:     4192956 kB
SwapFree:      4158988 kB
Dirty:            4836 kB
Writeback:           0 kB
Mapped:          31984 kB
Slab:            55144 kB
Committed_AS:  1142608 kB
PageTables:       2004 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= 66412 MiB

End job on node37 on Thu Apr 19 18:34:24 UTC 2007