Trace number 361268

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.2 1756.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
MD5SUM72bb077846a4d869a09744c0b238b13c
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.05799
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2340
Total number of constraints1678
Number of constraints which are clauses1599
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
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/361268-1176980885/instance-361268-1176980885.opb
0.20/0.20	c reading problem ... 
1.46/1.06	c ... done. Wall clock time 0.857s.
1.46/1.06	c CPU time (experimental) 0.67s.
1.46/1.06	c #vars     2340
1.46/1.06	c #constraints  1678
1800.02/1756.71	c starts		: 2
1800.02/1756.72	c conflicts		: 12298
1800.02/1756.72	c decisions		: 83823
1800.02/1756.72	c propagations		: 1655403
1800.02/1756.72	c inspects		: 28747942
1800.02/1756.72	c learnt literals	: 0
1800.02/1756.72	c learnt binary clauses	: 0
1800.02/1756.72	c learnt ternary clauses	: 0
1800.02/1756.72	c learnt clauses	: 12297
1800.02/1756.72	c root simplifications	: 0
1800.02/1756.72	c removed literals (reason simplification)	: 0
1800.02/1756.72	c reason swapping (by a shorter reason)	: 0
1800.02/1756.72	c Calls to reduceDB	: 0
1800.02/1756.72	c speed (decisions/second)	: 47.74470993649076
1800.02/1756.72	c non guided choices	743
1800.02/1756.72	s UNKNOWN
1800.02/1756.72	c Total wall clock time (ms): 1756.513

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/node29/watcher-361268-1176980885 -o ROOT/results/node29/solver-361268-1176980885 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361268-1176980885/sat4jPseudoCPClause.jar /tmp/evaluation/361268-1176980885/instance-361268-1176980885.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.88 0.98 0.95 2/77 32156
/proc/meminfo: memFree=1058472/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=18568 CPUtime=0
/proc/32156/stat : 32156 (runsolver) R 32154 32156 31163 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 146004226 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32156/statm: 4642 292 257 24 0 2626 0

[startup+0.0706191 s]
/proc/loadavg: 0.88 0.98 0.95 2/77 32156
/proc/meminfo: memFree=1058472/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1777708 CPUtime=0.05
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 3688 0 1 0 3 2 0 0 20 0 7 0 146004226 1820372992 3431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 444427 3431 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.10162 s]
/proc/loadavg: 0.88 0.98 0.95 2/77 32156
/proc/meminfo: memFree=1058472/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1780112 CPUtime=0.08
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 3961 0 1 0 6 2 0 0 20 0 12 0 146004226 1822834688 3703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 445028 3703 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301631 s]
/proc/loadavg: 0.88 0.98 0.95 2/77 32156
/proc/meminfo: memFree=1058472/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1781412 CPUtime=0.32
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 5126 0 1 0 28 4 0 0 20 0 12 0 146004226 1824165888 4865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 445353 4865 1264 9 0 442964 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781412

[startup+0.701661 s]
/proc/loadavg: 0.88 0.98 0.95 2/77 32156
/proc/meminfo: memFree=1058472/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1784712 CPUtime=0.96
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 7930 0 1 0 91 5 0 0 20 0 12 0 146004226 1827545088 6909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 446178 6909 1308 9 0 443789 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784712

[startup+1.50271 s]
/proc/loadavg: 0.88 0.98 0.95 2/89 32168
/proc/meminfo: memFree=1024840/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1785324 CPUtime=2.14
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 23276 0 1 0 202 12 0 0 20 0 13 0 146004226 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 446331 21216 1315 9 0 443942 0
[pid=32156/tid=32158] ppid=32154 vsize=1785324 CPUtime=1.03
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 19371 0 1 0 93 10 0 0 25 0 13 0 146004227 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742740 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 146004229 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 146004229 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 146004231 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 146004231 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 146004231 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1785324 CPUtime=0.58
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1044 0 0 0 58 0 0 0 17 0 13 0 146004235 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1785324 CPUtime=0.49
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 2137 0 0 0 49 0 0 0 16 0 13 0 146004235 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1785324 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1828171776 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1785324

[startup+3.10281 s]
/proc/loadavg: 0.88 0.98 0.95 3/90 32169
/proc/meminfo: memFree=895680/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1792940 CPUtime=4.63
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 47948 0 1 0 439 24 0 0 20 0 13 0 146004226 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448235 42225 1329 9 0 445846 0
[pid=32156/tid=32158] ppid=32154 vsize=1792940 CPUtime=2.36
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 37718 0 1 0 217 19 0 0 25 0 13 0 146004227 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 341 0 0 0 0 0 0 0 15 0 13 0 146004229 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 326 0 0 0 0 0 0 0 16 0 13 0 146004229 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 146004231 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1792940 CPUtime=0.84
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1594 0 0 0 84 0 0 0 16 0 13 0 146004235 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1792940 CPUtime=1.36
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 7239 0 0 0 134 2 0 0 16 0 13 0 146004235 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1792940 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1835970560 42225 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1792940

[startup+6.302 s]
/proc/loadavg: 0.89 0.98 0.95 2/90 32169
/proc/meminfo: memFree=893968/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=8.21
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 51269 0 1 0 796 25 0 0 20 0 13 0 146004226 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 42820 1329 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=5.41
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 37724 0 1 0 522 19 0 0 21 0 13 0 146004227 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742976 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=0.03
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 861 0 0 0 3 0 0 0 16 0 13 0 146004229 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=0.04
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 897 0 0 0 4 0 0 0 16 0 13 0 146004229 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=0.98
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1662 0 0 0 98 0 0 0 16 0 13 0 146004235 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.69
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9373 0 0 0 167 2 0 0 16 0 13 0 146004235 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 42820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1793932

[startup+12.7024 s]
/proc/loadavg: 0.90 0.98 0.95 2/90 32169
/proc/meminfo: memFree=852320/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=14.75
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 61807 0 1 0 1446 29 0 0 20 0 13 0 146004226 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 52012 1329 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=11.73
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 45962 0 1 0 1151 22 0 0 25 0 13 0 146004227 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109734280 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=0.09
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 1989 0 0 0 8 1 0 0 16 0 13 0 146004229 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=0.09
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 2065 0 0 0 8 1 0 0 15 0 13 0 146004229 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.03
/proc/32156/task/32165/stat : 32165 (java) R 32154 32156 31163 0 -1 64 1662 0 0 0 103 0 0 0 16 0 13 0 146004235 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104642122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.77
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9376 0 0 0 174 3 0 0 15 0 13 0 146004235 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 52012 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1793932

[startup+25.5012 s]
/proc/loadavg: 0.92 0.98 0.95 2/90 32169
/proc/meminfo: memFree=872680/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=27.71
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 63123 0 1 0 2740 31 0 0 20 0 13 0 146004226 1836986368 47321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 47321 1330 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=24.44
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 45984 0 1 0 2422 22 0 0 25 0 13 0 146004227 1836986368 47321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109734703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=0.16
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 2668 0 0 0 15 1 0 0 16 0 13 0 146004229 1836986368 47321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=0.16
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 2673 0 0 0 14 2 0 0 16 0 13 0 146004229 1836986368 47321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 146004231 1836986368 47321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0.46
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 138 0 0 0 30 16 0 0 16 0 13 0 146004231 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.13
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1670 0 0 0 113 0 0 0 16 0 13 0 146004235 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.89
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9384 0 0 0 186 3 0 0 16 0 13 0 146004235 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 229084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1576.47
Current children cumulated vsize (KiB) 1793932

[startup+1602.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 32169
/proc/meminfo: memFree=116328/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=1638.92
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 298420 0 1 0 163726 166 0 0 20 0 13 0 146004226 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 236332 1330 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=1564.87
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 69391 0 1 0 156438 49 0 0 25 0 13 0 146004227 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=35.23
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 106757 0 0 0 3478 45 0 0 16 0 13 0 146004229 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=35.26
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 110359 0 0 0 3477 49 0 0 17 0 13 0 146004229 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0.46
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 138 0 0 0 30 16 0 0 16 0 13 0 146004231 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.13
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1670 0 0 0 113 0 0 0 16 0 13 0 146004235 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.89
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9384 0 0 0 186 3 0 0 16 0 13 0 146004235 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 236332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1638.92
Current children cumulated vsize (KiB) 1793932

[startup+1662.3 s]
/proc/loadavg: 1.15 1.05 1.01 2/90 32169
/proc/meminfo: memFree=85992/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=1701.37
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 306884 0 1 0 169966 171 0 0 20 0 13 0 146004226 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 243791 1330 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=1622.31
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 69445 0 1 0 162181 50 0 0 25 0 13 0 146004227 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742755 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=37.71
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 111309 0 0 0 3724 47 0 0 16 0 13 0 146004229 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=37.78
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 114217 0 0 0 3727 51 0 0 16 0 13 0 146004229 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0.47
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 138 0 0 0 31 16 0 0 16 0 13 0 146004231 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.13
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1670 0 0 0 113 0 0 0 16 0 13 0 146004235 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.89
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9384 0 0 0 186 3 0 0 16 0 13 0 146004235 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 243791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1701.37
Current children cumulated vsize (KiB) 1793932

[startup+1722.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/90 32169
/proc/meminfo: memFree=55528/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=1764.08
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 315615 0 1 0 176232 176 0 0 20 0 13 0 146004226 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 251504 1330 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=1679.53
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 69502 0 1 0 167902 51 0 0 17 0 13 0 146004227 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743257 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=40.47
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 114595 0 0 0 3998 49 0 0 17 0 13 0 146004229 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=40.52
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 119605 0 0 0 3998 54 0 0 16 0 13 0 146004229 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0.48
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 138 0 0 0 31 17 0 0 15 0 13 0 146004231 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.13
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1670 0 0 0 113 0 0 0 16 0 13 0 146004235 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.89
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9384 0 0 0 186 3 0 0 16 0 13 0 146004235 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 251504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.08
Current children cumulated vsize (KiB) 1793932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.71 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 32169
/proc/meminfo: memFree=38952/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=1793932 CPUtime=1800.02
/proc/32156/stat : 32156 (java) S 32154 32156 31163 0 -1 0 320142 0 1 0 179823 179 0 0 20 0 13 0 146004226 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 448483 255507 1330 9 0 446094 0
[pid=32156/tid=32158] ppid=32154 vsize=1793932 CPUtime=1712.39
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 31163 0 -1 64 69533 0 1 0 171188 51 0 0 25 0 13 0 146004227 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=1793932 CPUtime=41.99
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 31163 0 -1 64 115906 0 0 0 4150 49 0 0 16 0 13 0 146004229 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=1793932 CPUtime=42.05
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 31163 0 -1 64 122790 0 0 0 4150 55 0 0 16 0 13 0 146004229 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=1793932 CPUtime=0.49
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 31163 0 -1 64 138 0 0 0 32 17 0 0 16 0 13 0 146004231 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 31163 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 31163 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146004231 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 31163 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32165] ppid=32154 vsize=1793932 CPUtime=1.13
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 31163 0 -1 64 1670 0 0 0 113 0 0 0 16 0 13 0 146004235 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32166] ppid=32154 vsize=1793932 CPUtime=1.89
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 31163 0 -1 64 9384 0 0 0 186 3 0 0 16 0 13 0 146004235 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 31163 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146004235 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32156/tid=32168] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 31163 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146004235 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32156/tid=32169] ppid=32154 vsize=1793932 CPUtime=0
/proc/32156/task/32169/stat : 32169 (java) S 32154 32156 31163 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146004333 1836986368 255507 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1793932

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

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

[startup+1756.81 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 32169
/proc/meminfo: memFree=38952/2055920 swapFree=4141972/4192956
[pid=32156] ppid=32154 vsize=0 CPUtime=1800.12
/proc/32156/stat : 32156 (java) Z 32154 32156 31163 0 -1 1036 320164 0 1 0 179825 187 0 0 16 0 2 0 146004226 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.88
CPU time (s): 1800.2
CPU user time (s): 1798.26
CPU system time (s): 1.9397
CPU usage (%): 102.465
Max. virtual memory (cumulated for all children) (KiB): 1798340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.93971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320164
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= 53671
involuntary context switches= 62925

runsolver used 1.79673 second user time and 4.79327 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Thu Apr 19 11:08:05 UTC 2007

IDJOB= 361268
IDBENCH= 1430
IDSOLVER= 164
FILE ID= node29/361268-1176980885

PBS_JOBID= 4630384

Free space on /tmp= 66464 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361268-1176980885/sat4jPseudoCPClause.jar /tmp/evaluation/361268-1176980885/instance-361268-1176980885.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-361268-1176980885 -o ROOT/results/node29/solver-361268-1176980885 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361268-1176980885/sat4jPseudoCPClause.jar /tmp/evaluation/361268-1176980885/instance-361268-1176980885.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72bb077846a4d869a09744c0b238b13c

RANDOM SEED= 149925702

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1058880 kB
Buffers:         48976 kB
Cached:         851996 kB
SwapCached:      15872 kB
Active:         378148 kB
Inactive:       551524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1058880 kB
SwapTotal:     4192956 kB
SwapFree:      4141972 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          30812 kB
Slab:            52768 kB
Committed_AS:  2087624 kB
PageTables:       1872 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= 66464 MiB

End job on node29 on Thu Apr 19 11:37:24 UTC 2007