Trace number 420539

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.15 1786.09

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
MD5SUM7d763ab159af95e4899190c924d81317
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark274.158
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1133
Total number of constraints56210
Number of constraints which are clauses56210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/420539-1177426522/instance-420539-1177426522.opb
0.20/0.20	c reading problem ... 
3.69/2.99	c ... done. Wall clock time 2.789s.
3.69/2.99	c CPU time (experimental) 2.52s.
3.69/2.99	c #vars     1133
3.69/2.99	c #constraints  55499
1800.05/1786.01	c starts		: 2
1800.05/1786.01	c conflicts		: 222985
1800.05/1786.01	c decisions		: 298696
1800.05/1786.01	c propagations		: 18193417
1800.05/1786.01	c inspects		: 2382692259
1800.05/1786.01	c learnt literals	: 0
1800.05/1786.01	c learnt binary clauses	: 2
1800.05/1786.01	c learnt ternary clauses	: 78
1800.05/1786.01	c learnt clauses	: 222984
1800.05/1786.01	c root simplifications	: 0
1800.05/1786.01	c removed literals (reason simplification)	: 0
1800.05/1786.01	c reason swapping (by a shorter reason)	: 0
1800.05/1786.01	c Calls to reduceDB	: 0
1800.05/1786.01	c speed (decisions/second)	: 167.52279983870037
1800.05/1786.01	c non guided choices	5494
1800.05/1786.01	s UNKNOWN
1800.05/1786.01	c Total wall clock time (ms): 1785.811

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node37/watcher-420539-1177426522 -o ROOT/results/node37/solver-420539-1177426522 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420539-1177426522/sat4jPseudoCPClause.jar /tmp/evaluation/420539-1177426522/instance-420539-1177426522.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.95 0.98 2/78 19123
/proc/meminfo: memFree=1859816/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=152 CPUtime=0
/proc/19123/stat : 19123 (java) R 19121 19123 19005 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 190564733 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3166507 0 0 4096 0 0 0 0 17 1 0 0
/proc/19123/statm: 38 26 19 9 0 4 0

[startup+0.070186 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19123
/proc/meminfo: memFree=1859816/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1777708 CPUtime=0.05
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 3691 0 1 0 3 2 0 0 18 0 7 0 190564733 1820372992 3435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 444427 3435 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101189 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19123
/proc/meminfo: memFree=1859816/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1780112 CPUtime=0.08
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 190564733 1822834688 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 445028 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301228 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19123
/proc/meminfo: memFree=1859816/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1782436 CPUtime=0.3
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 5120 0 1 0 27 3 0 0 18 0 12 0 190564733 1825214464 4860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 445609 4860 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701305 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 19123
/proc/meminfo: memFree=1859816/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1783764 CPUtime=0.88
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 7015 0 1 0 84 4 0 0 18 0 12 0 190564733 1826574336 6559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 445941 6559 1301 9 0 443552 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783764

[startup+1.50146 s]
/proc/loadavg: 0.91 0.95 0.98 3/90 19135
/proc/meminfo: memFree=1832072/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1788424 CPUtime=2.09
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 21195 0 1 0 199 10 0 0 18 0 12 0 190564733 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 447106 18658 1303 9 0 444717 0
[pid=19123/tid=19125] ppid=19121 vsize=1788424 CPUtime=1.05
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 16070 0 1 0 97 8 0 0 25 0 12 0 190564734 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512267 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 190564735 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 190564735 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 190564738 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 190564738 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 190564738 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190564742 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1788424 CPUtime=0.53
/proc/19123/task/19132/stat : 19132 (java) R 19121 19123 19005 0 -1 64 1532 0 0 0 53 0 0 0 17 0 12 0 190564742 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102445288 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1788424 CPUtime=0.48
/proc/19123/task/19133/stat : 19133 (java) R 19121 19123 19005 0 -1 64 2875 0 0 0 47 1 0 0 17 0 12 0 190564742 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104726184 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 190564742 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1788424 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 190564742 1831346176 18658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1788424

[startup+3.10276 s]
/proc/loadavg: 1.08 0.99 0.99 2/90 19135
/proc/meminfo: memFree=1719432/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1788748 CPUtime=3.93
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 43712 0 1 0 373 20 0 0 18 0 13 0 190564733 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 447187 41167 1318 9 0 444798 0
[pid=19123/tid=19125] ppid=19121 vsize=1788748 CPUtime=2.58
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 37725 0 1 0 241 17 0 0 25 0 13 0 190564734 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109148544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1788748 CPUtime=0.01
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 437 0 0 0 1 0 0 0 17 0 13 0 190564735 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1788748 CPUtime=0.01
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 389 0 0 0 1 0 0 0 16 0 13 0 190564735 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 190564738 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1788748 CPUtime=0.67
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1543 0 0 0 67 0 0 0 16 0 13 0 190564742 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1788748 CPUtime=0.61
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 2891 0 0 0 60 1 0 0 16 0 13 0 190564742 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1788748 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1831677952 41167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1788748

[startup+6.30136 s]
/proc/loadavg: 1.08 0.99 0.99 3/91 19136
/proc/meminfo: memFree=1690952/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1788172 CPUtime=7.83
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 46645 0 1 0 761 22 0 0 18 0 13 0 190564733 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 447043 43322 1324 9 0 444654 0
[pid=19123/tid=19125] ppid=19121 vsize=1788172 CPUtime=5.34
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 37733 0 1 0 517 17 0 0 20 0 13 0 190564734 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812063 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1788172 CPUtime=0.1
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 1580 0 0 0 10 0 0 0 16 0 13 0 190564735 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1788172 CPUtime=0.1
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 1523 0 0 0 9 1 0 0 17 0 13 0 190564735 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1788172 CPUtime=1.19
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1918 0 0 0 118 1 0 0 16 0 13 0 190564742 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1788172 CPUtime=1.06
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3157 0 0 0 105 1 0 0 17 0 13 0 190564742 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1831088128 43322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 1788172

[startup+12.7026 s]
/proc/loadavg: 1.07 0.99 0.99 2/91 19136
/proc/meminfo: memFree=1666888/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1788172 CPUtime=14.36
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 54513 0 1 0 1410 26 0 0 18 0 13 0 190564733 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 447043 49402 1331 9 0 444654 0
[pid=19123/tid=19125] ppid=19121 vsize=1788172 CPUtime=11.63
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 40876 0 1 0 1144 19 0 0 25 0 13 0 190564734 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826846 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1788172 CPUtime=0.2
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 4090 0 0 0 19 1 0 0 16 0 13 0 190564735 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1788172 CPUtime=0.19
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 3715 0 0 0 18 1 0 0 16 0 13 0 190564735 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1788172 CPUtime=1.21
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1919 0 0 0 120 1 0 0 17 0 13 0 190564742 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1788172 CPUtime=1.08
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 107 1 0 0 17 0 13 0 190564742 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1831088128 49402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1788172

[startup+25.502 s]
/proc/loadavg: 1.06 0.99 0.99 2/91 19136
/proc/meminfo: memFree=1702600/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1788172 CPUtime=27.18
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 55240 0 1 0 2690 28 0 0 18 0 13 0 190564733 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 447043 40313 1331 9 0 444654 0
[pid=19123/tid=19125] ppid=19121 vsize=1788172 CPUtime=24.38
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 40890 0 1 0 2419 19 0 0 25 0 13 0 190564734 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828403 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1788172 CPUtime=0.22
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 4389 0 0 0 21 1 0 0 16 0 13 0 190564735 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1788172 CPUtime=0.23
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 4129 0 0 0 21 2 0 0 16 0 13 0 190564735 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1788172 CPUtime=0.01
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 30 0 0 0 0 1 0 0 17 0 13 0 190564738 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1788172 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1831088128 40313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19123] ppid=19121 vsize=1786544 CPUtime=1614.95
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 123203 0 1 0 161356 139 0 0 18 0 13 0 190564733 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 446636 72106 1332 9 0 444247 0
[pid=19123/tid=19125] ppid=19121 vsize=1786544 CPUtime=1586.96
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 61534 0 1 0 158642 54 0 0 25 0 13 0 190564734 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109796915 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1786544 CPUtime=12.5
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 26771 0 0 0 1224 26 0 0 16 0 13 0 190564735 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1786544 CPUtime=12.51
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 28977 0 0 0 1223 28 0 0 16 0 13 0 190564735 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1786544 CPUtime=0.61
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 118 0 0 0 34 27 0 0 15 0 13 0 190564738 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1786544 CPUtime=1.23
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1920 0 0 0 122 1 0 0 16 0 13 0 190564742 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1786544 CPUtime=1.09
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 108 1 0 0 16 0 13 0 190564742 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1829421056 72106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.95
Current children cumulated vsize (KiB) 1786544

[startup+1662.3 s]
/proc/loadavg: 1.20 1.08 1.02 2/91 19334
/proc/meminfo: memFree=1570312/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1786544 CPUtime=1675.38
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 124637 0 1 0 167397 141 0 0 18 0 13 0 190564733 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 446636 72972 1332 9 0 444247 0
[pid=19123/tid=19125] ppid=19121 vsize=1786544 CPUtime=1646.42
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 61582 0 1 0 164587 55 0 0 25 0 13 0 190564734 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797423 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1786544 CPUtime=12.98
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 27312 0 0 0 1272 26 0 0 16 0 13 0 190564735 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1786544 CPUtime=12.98
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 29822 0 0 0 1270 28 0 0 16 0 13 0 190564735 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1786544 CPUtime=0.62
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 118 0 0 0 35 27 0 0 16 0 13 0 190564738 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1786544 CPUtime=1.23
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1920 0 0 0 122 1 0 0 16 0 13 0 190564742 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1786544 CPUtime=1.09
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 108 1 0 0 16 0 13 0 190564742 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1829421056 72972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.38
Current children cumulated vsize (KiB) 1786544

[startup+1722.3 s]
/proc/loadavg: 1.14 1.08 1.02 2/91 19334
/proc/meminfo: memFree=1566728/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1786544 CPUtime=1735.83
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 126138 0 1 0 173439 144 0 0 18 0 13 0 190564733 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 446636 73846 1332 9 0 444247 0
[pid=19123/tid=19125] ppid=19121 vsize=1786544 CPUtime=1705.87
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 61630 0 1 0 170532 55 0 0 25 0 13 0 190564734 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109796998 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1786544 CPUtime=13.46
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 27694 0 0 0 1320 26 0 0 16 0 13 0 190564735 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1786544 CPUtime=13.47
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 30893 0 0 0 1318 29 0 0 16 0 13 0 190564735 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1786544 CPUtime=0.63
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 118 0 0 0 35 28 0 0 16 0 13 0 190564738 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1786544 CPUtime=1.23
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1920 0 0 0 122 1 0 0 16 0 13 0 190564742 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1786544 CPUtime=1.09
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 108 1 0 0 16 0 13 0 190564742 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1829421056 73846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.83
Current children cumulated vsize (KiB) 1786544

[startup+1782.3 s]
/proc/loadavg: 1.10 1.08 1.02 2/91 19334
/proc/meminfo: memFree=1562760/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1786544 CPUtime=1796.31
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 127776 0 1 0 179485 146 0 0 18 0 13 0 190564733 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 446636 74772 1332 9 0 444247 0
[pid=19123/tid=19125] ppid=19121 vsize=1786544 CPUtime=1765.27
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 61683 0 1 0 176471 56 0 0 25 0 13 0 190564734 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797243 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1786544 CPUtime=14.01
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 28827 0 0 0 1374 27 0 0 16 0 13 0 190564735 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1786544 CPUtime=14.02
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 31344 0 0 0 1372 30 0 0 16 0 13 0 190564735 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1786544 CPUtime=0.65
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 119 0 0 0 36 29 0 0 16 0 13 0 190564738 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1786544 CPUtime=1.23
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1920 0 0 0 122 1 0 0 16 0 13 0 190564742 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1786544 CPUtime=1.09
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 108 1 0 0 16 0 13 0 190564742 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1829421056 74772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (KiB) 1786544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786 s]
/proc/loadavg: 1.10 1.08 1.02 2/91 19334
/proc/meminfo: memFree=1562632/2055920 swapFree=4145396/4192956
[pid=19123] ppid=19121 vsize=1786544 CPUtime=1800.05
/proc/19123/stat : 19123 (java) S 19121 19123 19005 0 -1 0 127866 0 1 0 179858 147 0 0 18 0 13 0 190564733 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19123/statm: 446636 74827 1332 9 0 444247 0
[pid=19123/tid=19125] ppid=19121 vsize=1786544 CPUtime=1768.94
/proc/19123/task/19125/stat : 19125 (java) R 19121 19123 19005 0 -1 64 61686 0 1 0 176838 56 0 0 25 0 13 0 190564734 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109899073 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19126] ppid=19121 vsize=1786544 CPUtime=14.04
/proc/19123/task/19126/stat : 19126 (java) S 19121 19123 19005 0 -1 64 28893 0 0 0 1377 27 0 0 16 0 13 0 190564735 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19127] ppid=19121 vsize=1786544 CPUtime=14.05
/proc/19123/task/19127/stat : 19127 (java) S 19121 19123 19005 0 -1 64 31365 0 0 0 1375 30 0 0 16 0 13 0 190564735 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19128] ppid=19121 vsize=1786544 CPUtime=0.65
/proc/19123/task/19128/stat : 19128 (java) S 19121 19123 19005 0 -1 64 119 0 0 0 36 29 0 0 16 0 13 0 190564738 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19129] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19129/stat : 19129 (java) S 19121 19123 19005 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19130] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19130/stat : 19130 (java) S 19121 19123 19005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190564738 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19131] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19131/stat : 19131 (java) S 19121 19123 19005 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190564742 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19132] ppid=19121 vsize=1786544 CPUtime=1.23
/proc/19123/task/19132/stat : 19132 (java) S 19121 19123 19005 0 -1 64 1920 0 0 0 122 1 0 0 16 0 13 0 190564742 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19133] ppid=19121 vsize=1786544 CPUtime=1.09
/proc/19123/task/19133/stat : 19133 (java) S 19121 19123 19005 0 -1 64 3163 0 0 0 108 1 0 0 16 0 13 0 190564742 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19134] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19134/stat : 19134 (java) S 19121 19123 19005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 190564742 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19123/tid=19135] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19135/stat : 19135 (java) S 19121 19123 19005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190564742 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19123/tid=19136] ppid=19121 vsize=1786544 CPUtime=0
/proc/19123/task/19136/stat : 19136 (java) S 19121 19123 19005 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 190565033 1829421056 74827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1786544

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

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

Child status: 143
Real time (s): 1786.09
CPU time (s): 1800.15
CPU user time (s): 1798.63
CPU system time (s): 1.51877
CPU usage (%): 100.787
Max. virtual memory (cumulated for all children) (KiB): 1789304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.51877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127886
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= 60446
involuntary context switches= 58641

runsolver used 1.79773 second user time and 5.29219 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Tue Apr 24 14:55:23 UTC 2007

IDJOB= 420539
IDBENCH= 47852
IDSOLVER= 164
FILE ID= node37/420539-1177426522

PBS_JOBID= 4675723

Free space on /tmp= 66410 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420539-1177426522/sat4jPseudoCPClause.jar /tmp/evaluation/420539-1177426522/instance-420539-1177426522.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-420539-1177426522 -o ROOT/results/node37/solver-420539-1177426522 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420539-1177426522/sat4jPseudoCPClause.jar /tmp/evaluation/420539-1177426522/instance-420539-1177426522.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7d763ab159af95e4899190c924d81317

RANDOM SEED= 294145434

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:       1860224 kB
Buffers:         20940 kB
Cached:         112344 kB
SwapCached:      15840 kB
Active:          71660 kB
Inactive:        85184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860224 kB
SwapTotal:     4192956 kB
SwapFree:      4145396 kB
Dirty:            6868 kB
Writeback:           0 kB
Mapped:          29668 kB
Slab:            24184 kB
Committed_AS:  2073900 kB
PageTables:       2000 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= 66410 MiB

End job on node37 on Tue Apr 24 15:25:11 UTC 2007