Trace number 348645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.25 1766.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-agg3.opb
MD5SUM2fc9de6105f21066ef788431e0787cd8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9060
Total number of constraints429
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 3308
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 529735
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529735
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.21	c no version file found!!!
0.11/0.21	c sun.arch.data.model	32
0.11/0.21	c java.version	1.6.0
0.11/0.21	c os.name	Linux
0.11/0.21	c os.version	2.6.9-22.EL.rootsmp
0.11/0.21	c os.arch	i386
0.11/0.21	c Free memory 1651659224
0.11/0.21	c Max memory 1654456320
0.11/0.21	c Total memory 1654456320
0.11/0.21	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c Simplify asserted PB constraints to clauses
0.11/0.27	c solving /tmp/evaluation/348645-1176590487/instance-348645-1176590487.opb
0.11/0.27	c reading problem ... 
2.39/1.67	c ... done. Wall clock time 1.402s.
2.39/1.67	c CPU time (experimental) 1.13s.
2.39/1.67	c #vars     9060
2.39/1.67	c #constraints  489
1800.10/1765.91	c starts		: 2
1800.10/1765.91	c conflicts		: 45598
1800.10/1765.91	c decisions		: 141962
1800.10/1765.91	c propagations		: 495206
1800.10/1765.91	c inspects		: 540768020
1800.10/1765.91	c learnt literals	: 0
1800.10/1765.91	c learnt binary clauses	: 0
1800.10/1765.91	c learnt ternary clauses	: 0
1800.10/1765.91	c learnt clauses	: 45598
1800.10/1765.91	c root simplifications	: 0
1800.10/1765.91	c removed literals (reason simplification)	: 0
1800.10/1765.91	c reason swapping (by a shorter reason)	: 0
1800.10/1765.91	c Calls to reduceDB	: 0
1800.10/1765.91	c speed (decisions/second)	: 80.47597506181826
1800.10/1765.91	c non guided choices	2005
1800.10/1765.91	s UNKNOWN
1800.10/1765.91	c Total wall clock time (ms): 1765.645

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/node6/watcher-348645-1176590487 -o ROOT/results/node6/solver-348645-1176590487 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348645-1176590487/sat4jPseudoCPClause.jar /tmp/evaluation/348645-1176590487/instance-348645-1176590487.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.84 0.95 0.98 2/77 32157
/proc/meminfo: memFree=1612336/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=18568 CPUtime=0
/proc/32157/stat : 32157 (runsolver) R 32155 32157 32094 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 135086412 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32157/statm: 4642 292 257 24 0 2626 0

[startup+0.0919531 s]
/proc/loadavg: 0.84 0.95 0.98 2/77 32157
/proc/meminfo: memFree=1612336/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1777400 CPUtime=0.03
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 3462 0 1 0 2 1 0 0 18 0 4 0 135086412 1820057600 3207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 444350 3207 1022 9 0 441986 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777400

[startup+0.102948 s]
/proc/loadavg: 0.84 0.95 0.98 2/77 32157
/proc/meminfo: memFree=1612336/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1778732 CPUtime=0.04
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 3618 0 1 0 3 1 0 0 18 0 7 0 135086412 1821421568 3360 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 444683 3360 1070 9 0 442319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778732

[startup+0.302971 s]
/proc/loadavg: 0.84 0.95 0.98 2/77 32157
/proc/meminfo: memFree=1612336/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1781908 CPUtime=0.23
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 5020 0 1 0 20 3 0 0 18 0 12 0 135086412 1824673792 4758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 445477 4758 1246 9 0 443088 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781908

[startup+0.703021 s]
/proc/loadavg: 0.84 0.95 0.98 2/77 32157
/proc/meminfo: memFree=1612336/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1784244 CPUtime=0.84
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 7438 0 1 0 80 4 0 0 18 0 12 0 135086412 1827065856 6701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 446061 6701 1288 9 0 443672 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1784244

[startup+1.50511 s]
/proc/loadavg: 1.01 0.98 0.99 4/89 32169
/proc/meminfo: memFree=1577040/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1792640 CPUtime=2.28
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 23592 0 1 0 217 11 0 0 18 0 12 0 135086412 1835663360 20507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448160 20507 1315 9 0 445771 0
[pid=32157/tid=32159] ppid=32155 vsize=1792640 CPUtime=0.97
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 16857 0 1 0 89 8 0 0 19 0 12 0 135086417 1835663360 20507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103343746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 135086419 1835663360 20507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 135086419 1835663360 20507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 135086421 1835663360 20509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 135086422 1835663360 20511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 135086422 1835663360 20513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135086428 1835663360 20515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1792640 CPUtime=0.7
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 3808 0 0 0 69 1 0 0 16 0 12 0 135086428 1835663360 20519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1792640 CPUtime=0.59
/proc/32157/task/32167/stat : 32167 (java) R 32155 32157 32094 0 -1 64 2204 0 0 0 58 1 0 0 16 0 12 0 135086428 1835663360 20522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105432116 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135086428 1835663360 20523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1792640 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135086428 1835663360 20525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1792640

[startup+3.1013 s]
/proc/loadavg: 1.01 0.98 0.99 4/90 32170
/proc/meminfo: memFree=1507208/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1793988 CPUtime=4.82
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 50315 0 1 0 460 22 0 0 18 0 13 0 135086412 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448497 44238 1332 9 0 446108 0
[pid=32157/tid=32159] ppid=32155 vsize=1793988 CPUtime=2.1
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 37719 0 1 0 194 16 0 0 20 0 13 0 135086417 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860926 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1793988 CPUtime=0.04
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 1410 0 0 0 4 0 0 0 16 0 13 0 135086419 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1793988 CPUtime=0.04
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 1242 0 0 0 4 0 0 0 16 0 13 0 135086419 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 135086421 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1793988 CPUtime=1.4
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 5334 0 0 0 137 3 0 0 16 0 13 0 135086428 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1793988 CPUtime=1.19
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 3879 0 0 0 118 1 0 0 16 0 13 0 135086428 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1793988 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1837043712 44238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1793988

[startup+6.30267 s]
/proc/loadavg: 1.01 0.98 0.99 2/90 32170
/proc/meminfo: memFree=1423432/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1795456 CPUtime=8.73
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 57198 0 1 0 847 26 0 0 18 0 13 0 135086412 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448864 47456 1333 9 0 446475 0
[pid=32157/tid=32159] ppid=32155 vsize=1795456 CPUtime=5.03
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 37725 0 1 0 487 16 0 0 21 0 13 0 135086417 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828539 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1795456 CPUtime=0.22
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 3523 0 0 0 22 0 0 0 16 0 13 0 135086419 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1795456 CPUtime=0.23
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 3383 0 0 0 22 1 0 0 16 0 13 0 135086419 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 135086421 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795456 CPUtime=1.55
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 5349 0 0 0 152 3 0 0 17 0 13 0 135086428 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795456 CPUtime=1.64
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6476 0 0 0 161 3 0 0 17 0 13 0 135086428 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795456 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1838546944 47456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1795456

[startup+12.7014 s]
/proc/loadavg: 1.01 0.98 0.99 2/90 32170
/proc/meminfo: memFree=1401544/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1794432 CPUtime=15.38
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 64870 0 1 0 1507 31 0 0 18 0 13 0 135086412 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448608 53936 1333 9 0 446219 0
[pid=32157/tid=32159] ppid=32155 vsize=1794432 CPUtime=11.19
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 37736 0 1 0 1103 16 0 0 25 0 13 0 135086417 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1794432 CPUtime=0.41
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 7362 0 0 0 38 3 0 0 16 0 13 0 135086419 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1794432 CPUtime=0.42
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 7198 0 0 0 39 3 0 0 16 0 13 0 135086419 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 25 0 0 0 0 0 0 0 17 0 13 0 135086421 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1794432 CPUtime=1.61
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 5349 0 0 0 158 3 0 0 17 0 13 0 135086428 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1794432 CPUtime=1.68
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6476 0 0 0 165 3 0 0 16 0 13 0 135086428 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1794432 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1837498368 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 1794432

[startup+25.5029 s]
/proc/loadavg: 1.01 0.98 0.99 2/90 32170
/proc/meminfo: memFree=1386824/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1794432 CPUtime=28.29
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 72176 0 1 0 2794 35 0 0 18 0 13 0 135086412 1837498368 57395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448608 57395 1333 9 0 446219 0
[pid=32157/tid=32159] ppid=32155 vsize=1794432 CPUtime=23.85
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 40939 0 1 0 2367 18 0 0 22 0 13 0 135086417 1837498368 57395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1794432 CPUtime=0.53
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 9637 0 0 0 49 4 0 0 16 0 13 0 135086419 1837498368 57395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1794432 CPUtime=0.54
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 9010 0 0 0 50 4 0 0 16 0 13 0 135086419 1837498368 57395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1794432 CPUtime=0.01
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 41 0 0 0 1 0 0 0 16 0 13 0 135086421 1837498368 57395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=32157/tid=32162] ppid=32155 vsize=1795980 CPUtime=0.24
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 45 0 0 0 15 9 0 0 16 0 13 0 135086421 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795980 CPUtime=1.97
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 6907 0 0 0 194 3 0 0 16 0 13 0 135086428 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795980 CPUtime=1.95
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6483 0 0 0 192 3 0 0 16 0 13 0 135086428 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1839083520 189890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1571.37
Current children cumulated vsize (KiB) 1795980

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32368
/proc/meminfo: memFree=850192/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1795980 CPUtime=1632.71
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 230448 0 1 0 163143 128 0 0 18 0 13 0 135086412 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448995 191208 1334 9 0 446606 0
[pid=32157/tid=32159] ppid=32155 vsize=1795980 CPUtime=1571.79
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 42705 0 1 0 157144 35 0 0 25 0 13 0 135086417 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109934778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1795980 CPUtime=28.35
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 88305 0 0 0 2796 39 0 0 17 0 13 0 135086419 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1795980 CPUtime=28.34
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 85279 0 0 0 2799 35 0 0 16 0 13 0 135086419 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1795980 CPUtime=0.24
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 45 0 0 0 15 9 0 0 16 0 13 0 135086421 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795980 CPUtime=1.97
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 6907 0 0 0 194 3 0 0 16 0 13 0 135086428 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795980 CPUtime=1.95
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6483 0 0 0 192 3 0 0 16 0 13 0 135086428 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1839083520 191208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.71
Current children cumulated vsize (KiB) 1795980

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 32368
/proc/meminfo: memFree=845200/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1795980 CPUtime=1694.08
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 231952 0 1 0 169277 131 0 0 18 0 13 0 135086412 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448995 192452 1334 9 0 446606 0
[pid=32157/tid=32159] ppid=32155 vsize=1795980 CPUtime=1630.37
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 42729 0 1 0 163001 36 0 0 25 0 13 0 135086417 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887152 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1795980 CPUtime=29.74
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 88741 0 0 0 2934 40 0 0 17 0 13 0 135086419 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1795980 CPUtime=29.73
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 86323 0 0 0 2937 36 0 0 16 0 13 0 135086419 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1795980 CPUtime=0.24
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 45 0 0 0 15 9 0 0 16 0 13 0 135086421 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795980 CPUtime=1.97
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 6907 0 0 0 194 3 0 0 16 0 13 0 135086428 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795980 CPUtime=1.95
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6483 0 0 0 192 3 0 0 16 0 13 0 135086428 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1839083520 192452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1694.08
Current children cumulated vsize (KiB) 1795980

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 32368
/proc/meminfo: memFree=839824/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1795980 CPUtime=1755.5
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 233472 0 1 0 175418 132 0 0 18 0 13 0 135086412 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448995 193832 1334 9 0 446606 0
[pid=32157/tid=32159] ppid=32155 vsize=1795980 CPUtime=1688.89
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 42754 0 1 0 168852 37 0 0 25 0 13 0 135086417 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109679357 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1795980 CPUtime=31.2
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 89068 0 0 0 3080 40 0 0 17 0 13 0 135086419 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1795980 CPUtime=31.19
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 87491 0 0 0 3082 37 0 0 16 0 13 0 135086419 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1795980 CPUtime=0.24
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 45 0 0 0 15 9 0 0 16 0 13 0 135086421 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795980 CPUtime=1.97
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 6907 0 0 0 194 3 0 0 16 0 13 0 135086428 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795980 CPUtime=1.95
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6483 0 0 0 192 3 0 0 16 0 13 0 135086428 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1839083520 193832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.5
Current children cumulated vsize (KiB) 1795980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32368
/proc/meminfo: memFree=836176/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=1795980 CPUtime=1800.1
/proc/32157/stat : 32157 (java) S 32155 32157 32094 0 -1 0 234388 0 1 0 179877 133 0 0 18 0 13 0 135086412 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 448995 194697 1334 9 0 446606 0
[pid=32157/tid=32159] ppid=32155 vsize=1795980 CPUtime=1731.46
/proc/32157/task/32159/stat : 32159 (java) R 32155 32157 32094 0 -1 64 42771 0 1 0 173109 37 0 0 25 0 13 0 135086417 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109827589 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32160] ppid=32155 vsize=1795980 CPUtime=32.2
/proc/32157/task/32160/stat : 32160 (java) S 32155 32157 32094 0 -1 64 89236 0 0 0 3180 40 0 0 17 0 13 0 135086419 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32161] ppid=32155 vsize=1795980 CPUtime=32.19
/proc/32157/task/32161/stat : 32161 (java) S 32155 32157 32094 0 -1 64 88222 0 0 0 3182 37 0 0 16 0 13 0 135086419 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32162] ppid=32155 vsize=1795980 CPUtime=0.26
/proc/32157/task/32162/stat : 32162 (java) S 32155 32157 32094 0 -1 64 45 0 0 0 16 10 0 0 16 0 13 0 135086421 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32163] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32163/stat : 32163 (java) S 32155 32157 32094 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32164] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32164/stat : 32164 (java) S 32155 32157 32094 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135086422 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32165] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32165/stat : 32165 (java) S 32155 32157 32094 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135086428 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32166] ppid=32155 vsize=1795980 CPUtime=1.97
/proc/32157/task/32166/stat : 32166 (java) S 32155 32157 32094 0 -1 64 6907 0 0 0 194 3 0 0 16 0 13 0 135086428 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32167] ppid=32155 vsize=1795980 CPUtime=1.95
/proc/32157/task/32167/stat : 32167 (java) S 32155 32157 32094 0 -1 64 6483 0 0 0 192 3 0 0 16 0 13 0 135086428 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32168] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32168/stat : 32168 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135086428 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32157/tid=32169] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32169/stat : 32169 (java) S 32155 32157 32094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135086428 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32157/tid=32170] ppid=32155 vsize=1795980 CPUtime=0
/proc/32157/task/32170/stat : 32170 (java) S 32155 32157 32094 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135086602 1839083520 194697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1795980

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

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

[startup+1766.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 32368
/proc/meminfo: memFree=836176/2055924 swapFree=4191880/4192956
[pid=32157] ppid=32155 vsize=0 CPUtime=1800.2
/proc/32157/stat : 32157 (java) Z 32155 32157 32094 0 -1 1036 234409 0 1 0 179879 141 0 0 16 0 2 0 135086412 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32157/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.04
CPU time (s): 1800.25
CPU user time (s): 1798.8
CPU system time (s): 1.44878
CPU usage (%): 101.937
Max. virtual memory (cumulated for all children) (KiB): 1797900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.44878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234409
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= 45815
involuntary context switches= 51846

runsolver used 1.72074 second user time and 4.83326 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Apr 14 22:41:27 UTC 2007

IDJOB= 348645
IDBENCH= 1706
IDSOLVER= 164
FILE ID= node6/348645-1176590487

PBS_JOBID= 4556807

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2fc9de6105f21066ef788431e0787cd8

RANDOM SEED= 904705861

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1612744 kB
Buffers:         77972 kB
Cached:         257948 kB
SwapCached:        408 kB
Active:         125512 kB
Inactive:       266476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1612744 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4632 kB
Writeback:           0 kB
Mapped:          71232 kB
Slab:            36808 kB
Committed_AS:  5717476 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB

End job on node6 on Sat Apr 14 23:10:56 UTC 2007