Trace number 357628

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.22 1781.48

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
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 benchmark103.522
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c Simplify asserted PB constraints to clauses
0.17/0.23	c solving /tmp/evaluation/357628-1176830799/instance-357628-1176830799.opb
0.17/0.23	c reading problem ... 
1.59/1.29	c ... done. Wall clock time 1.066s.
1.59/1.29	c CPU time (experimental) 0.91s.
1.59/1.29	c #vars     8281
1.59/1.29	c #constraints  826
1800.05/1781.31	c starts		: 2
1800.05/1781.31	c conflicts		: 3394
1800.05/1781.31	c decisions		: 31729
1800.05/1781.31	c propagations		: 421718
1800.05/1781.31	c inspects		: 2870836
1800.05/1781.31	c learnt literals	: 0
1800.05/1781.31	c learnt binary clauses	: 0
1800.05/1781.31	c learnt ternary clauses	: 0
1800.05/1781.31	c learnt clauses	: 3393
1800.05/1781.31	c root simplifications	: 0
1800.05/1781.31	c removed literals (reason simplification)	: 0
1800.05/1781.31	c reason swapping (by a shorter reason)	: 0
1800.05/1781.31	c Calls to reduceDB	: 0
1800.05/1781.31	c speed (decisions/second)	: 17.825260870493405
1800.05/1781.31	c non guided choices	1095
1800.05/1781.31	s UNKNOWN
1800.05/1781.31	c Total wall clock time (ms): 1781.084

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/node46/watcher-357628-1176830799 -o ROOT/results/node46/solver-357628-1176830799 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357628-1176830799/sat4jPseudoCPClause.jar /tmp/evaluation/357628-1176830799/instance-357628-1176830799.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.92 0.98 0.99 2/78 6435
/proc/meminfo: memFree=1455376/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=18568 CPUtime=0
/proc/6435/stat : 6435 (runsolver) R 6433 6435 5735 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 37762999 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 255825866023 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6435/statm: 4642 292 257 24 0 2626 0

[startup+0.10278 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6435
/proc/meminfo: memFree=1455376/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1777844 CPUtime=0.07
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 3812 0 1 0 5 2 0 0 18 0 7 0 37762999 1820512256 3555 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 444461 3555 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.201799 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6435
/proc/meminfo: memFree=1455376/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1782072 CPUtime=0.17
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 4737 0 1 0 14 3 0 0 18 0 12 0 37762999 1824841728 4476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 445518 4476 1243 9 0 443129 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1782072

[startup+0.301815 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6435
/proc/meminfo: memFree=1455376/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1782072 CPUtime=0.28
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 5145 0 1 0 25 3 0 0 18 0 12 0 37762999 1824841728 4884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 445518 4884 1263 9 0 443129 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782072

[startup+0.701891 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6435
/proc/meminfo: memFree=1455376/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1783864 CPUtime=0.92
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 7782 0 1 0 88 4 0 0 18 0 12 0 37762999 1826676736 6728 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 445966 6728 1301 9 0 443577 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783864

[startup+1.50204 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 6447
/proc/meminfo: memFree=1408560/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1784188 CPUtime=2.01
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 20590 0 1 0 192 9 0 0 18 0 13 0 37762999 1827008512 19292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 446047 19292 1310 9 0 443658 0
[pid=6435/tid=6437] ppid=6433 vsize=1784188 CPUtime=1.03
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 17733 0 1 0 95 8 0 0 25 0 13 0 37763001 1827008512 19292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109687516 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 37763003 1827008512 19292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 37763003 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 37763006 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 37763006 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 37763006 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1784188 CPUtime=0.46
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 1117 0 0 0 46 0 0 0 17 0 13 0 37763010 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1784188 CPUtime=0.5
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 1016 0 0 0 50 0 0 0 17 0 13 0 37763010 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1784188 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1827008512 19293 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1784188

[startup+3.10515 s]
/proc/loadavg: 1.09 1.02 1.01 3/91 6448
/proc/meminfo: memFree=1303656/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1794176 CPUtime=4.66
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 49079 0 1 0 444 22 0 0 18 0 13 0 37762999 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 448544 43176 1323 9 0 446155 0
[pid=6435/tid=6437] ppid=6433 vsize=1794176 CPUtime=2.26
/proc/6435/task/6437/stat : 6437 (java) S 6433 6435 5735 0 -1 64 37719 0 1 0 208 18 0 0 25 0 13 0 37763001 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1794176 CPUtime=0.02
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 887 0 0 0 2 0 0 0 15 0 13 0 37763003 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1794176 CPUtime=0.01
/proc/6435/task/6439/stat : 6439 (java) R 6433 6435 5735 0 -1 64 581 0 0 0 1 0 0 0 15 0 13 0 37763003 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 37763006 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1794176 CPUtime=1.42
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 6981 0 0 0 140 2 0 0 16 0 13 0 37763010 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1794176 CPUtime=0.92
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2180 0 0 0 91 1 0 0 16 0 13 0 37763010 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1794176 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1837236224 43176 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1794176

[startup+6.30292 s]
/proc/loadavg: 1.09 1.02 1.01 2/91 6448
/proc/meminfo: memFree=1289960/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1793044 CPUtime=8.1
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 50373 0 1 0 787 23 0 0 18 0 13 0 37762999 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 448261 43290 1323 9 0 445872 0
[pid=6435/tid=6437] ppid=6433 vsize=1793044 CPUtime=5.29
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 37726 0 1 0 511 18 0 0 25 0 13 0 37763001 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109729964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1793044 CPUtime=0.08
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 1516 0 0 0 8 0 0 0 16 0 13 0 37763003 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1793044 CPUtime=0.06
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 1153 0 0 0 6 0 0 0 16 0 13 0 37763003 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 37763006 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1793044 CPUtime=1.6
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7017 0 0 0 158 2 0 0 15 0 13 0 37763010 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1793044 CPUtime=1.03
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2209 0 0 0 102 1 0 0 17 0 13 0 37763010 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1793044 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1836077056 43290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 1793044

[startup+12.7021 s]
/proc/loadavg: 1.07 1.02 1.00 2/91 6448
/proc/meminfo: memFree=1253608/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=14.68
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 59675 0 1 0 1440 28 0 0 18 0 13 0 37762999 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 51349 1323 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=11.59
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 44727 0 1 0 1138 21 0 0 25 0 13 0 37763001 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109684208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=0.13
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 2483 0 0 0 12 1 0 0 16 0 13 0 37763003 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=0.11
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 2283 0 0 0 11 0 0 0 16 0 13 0 37763003 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 37763006 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.68
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7030 0 0 0 166 2 0 0 17 0 13 0 37763010 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.11
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2400 0 0 0 110 1 0 0 16 0 13 0 37763010 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 51349 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 1791784

[startup+25.5025 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 6448
/proc/meminfo: memFree=1285416/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=27.58
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 60857 0 1 0 2729 29 0 0 18 0 13 0 37762999 1834786816 43487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 43487 1324 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=24.31
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 44752 0 1 0 2409 22 0 0 25 0 13 0 37763001 1834786816 43487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109730108 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=0.2
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 3033 0 0 0 19 1 0 0 16 0 13 0 37763003 1834786816 43487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=0.17
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 2889 0 0 0 17 0 0 0 16 0 13 0 37763003 1834786816 43487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.02
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 29 0 0 0 1 1 0 0 15 0 13 0 37763006 1834786816 43487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.61
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 368 0 0 0 32 29 0 0 16 0 13 0 37763006 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.78
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7034 0 0 0 176 2 0 0 16 0 13 0 37763010 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.22
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2406 0 0 0 121 1 0 0 17 0 13 0 37763010 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 158408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1557.96
Current children cumulated vsize (KiB) 1791784

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 6450
/proc/meminfo: memFree=813352/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=1618.51
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 312064 0 1 0 161664 187 0 0 18 0 13 0 37762999 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 161270 1324 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=1584.16
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 154211 0 1 0 158335 81 0 0 25 0 13 0 37763001 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109684061 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=15.33
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 74421 0 0 0 1499 34 0 0 16 0 13 0 37763003 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=15.33
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 72896 0 0 0 1496 37 0 0 16 0 13 0 37763003 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.63
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 373 0 0 0 34 29 0 0 15 0 13 0 37763006 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.78
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7034 0 0 0 176 2 0 0 16 0 13 0 37763010 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.22
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2406 0 0 0 121 1 0 0 17 0 13 0 37763010 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 161270 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.51
Current children cumulated vsize (KiB) 1791784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 6450
/proc/meminfo: memFree=795560/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=1679.35
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 317755 0 1 0 167744 191 0 0 18 0 13 0 37762999 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 165733 1324 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=1643.22
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 154637 0 1 0 164241 81 0 0 25 0 13 0 37763001 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109740730 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=16.21
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 76802 0 0 0 1586 35 0 0 16 0 13 0 37763003 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=16.21
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 75779 0 0 0 1582 39 0 0 16 0 13 0 37763003 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.63
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 374 0 0 0 34 29 0 0 16 0 13 0 37763006 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.78
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7034 0 0 0 176 2 0 0 16 0 13 0 37763010 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.22
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2406 0 0 0 121 1 0 0 17 0 13 0 37763010 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 165733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1679.35
Current children cumulated vsize (KiB) 1791784

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 6450
/proc/meminfo: memFree=778408/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=1740.21
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 322696 0 1 0 173826 195 0 0 18 0 13 0 37762999 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 169772 1324 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=1702.3
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 154710 0 1 0 170148 82 0 0 23 0 13 0 37763001 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109684129 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=17.09
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 79385 0 0 0 1673 36 0 0 16 0 13 0 37763003 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=17.1
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 78064 0 0 0 1669 41 0 0 15 0 13 0 37763003 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.65
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 374 0 0 0 35 30 0 0 16 0 13 0 37763006 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.78
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7034 0 0 0 176 2 0 0 16 0 13 0 37763010 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.22
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2406 0 0 0 121 1 0 0 17 0 13 0 37763010 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 169772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.21
Current children cumulated vsize (KiB) 1791784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 6450
/proc/meminfo: memFree=760744/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=1791784 CPUtime=1800.05
/proc/6435/stat : 6435 (java) S 6433 6435 5735 0 -1 0 328059 0 1 0 179807 198 0 0 18 0 13 0 37762999 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 447946 174389 1324 9 0 445557 0
[pid=6435/tid=6437] ppid=6433 vsize=1791784 CPUtime=1760.37
/proc/6435/task/6437/stat : 6437 (java) R 6433 6435 5735 0 -1 64 154796 0 1 0 175955 82 0 0 23 0 13 0 37763001 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109741278 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6438] ppid=6433 vsize=1791784 CPUtime=17.96
/proc/6435/task/6438/stat : 6438 (java) S 6433 6435 5735 0 -1 64 81863 0 0 0 1759 37 0 0 16 0 13 0 37763003 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6439] ppid=6433 vsize=1791784 CPUtime=17.99
/proc/6435/task/6439/stat : 6439 (java) S 6433 6435 5735 0 -1 64 80862 0 0 0 1757 42 0 0 16 0 13 0 37763003 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6440] ppid=6433 vsize=1791784 CPUtime=0.67
/proc/6435/task/6440/stat : 6440 (java) S 6433 6435 5735 0 -1 64 375 0 0 0 36 31 0 0 16 0 13 0 37763006 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6441] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6441/stat : 6441 (java) S 6433 6435 5735 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6442] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6442/stat : 6442 (java) S 6433 6435 5735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 37763006 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6443] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6443/stat : 6443 (java) S 6433 6435 5735 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 37763010 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6444] ppid=6433 vsize=1791784 CPUtime=1.78
/proc/6435/task/6444/stat : 6444 (java) S 6433 6435 5735 0 -1 64 7034 0 0 0 176 2 0 0 16 0 13 0 37763010 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6445] ppid=6433 vsize=1791784 CPUtime=1.22
/proc/6435/task/6445/stat : 6445 (java) S 6433 6435 5735 0 -1 64 2406 0 0 0 121 1 0 0 17 0 13 0 37763010 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6446] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6446/stat : 6446 (java) S 6433 6435 5735 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 37763010 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6435/tid=6447] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6447/stat : 6447 (java) S 6433 6435 5735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 37763010 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6435/tid=6448] ppid=6433 vsize=1791784 CPUtime=0
/proc/6435/task/6448/stat : 6448 (java) S 6433 6435 5735 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 37763131 1834786816 174389 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1791784

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

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

[startup+1781.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 6450
/proc/meminfo: memFree=760744/2055920 swapFree=4184556/4192956
[pid=6435] ppid=6433 vsize=0 CPUtime=1800.15
/proc/6435/stat : 6435 (java) Z 6433 6435 5735 0 -1 1036 328079 0 1 0 179813 202 0 0 15 0 2 0 37762999 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.48
CPU time (s): 1800.22
CPU user time (s): 1798.14
CPU system time (s): 2.08468
CPU usage (%): 101.052
Max. virtual memory (cumulated for all children) (KiB): 1796320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.08468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328079
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= 61623
involuntary context switches= 52278

runsolver used 1.9507 second user time and 5.34019 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Tue Apr 17 17:26:40 UTC 2007

IDJOB= 357628
IDBENCH= 1156
IDSOLVER= 164
FILE ID= node46/357628-1176830799

PBS_JOBID= 4586374

Free space on /tmp= 66152 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin14.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357628-1176830799/sat4jPseudoCPClause.jar /tmp/evaluation/357628-1176830799/instance-357628-1176830799.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-357628-1176830799 -o ROOT/results/node46/solver-357628-1176830799 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357628-1176830799/sat4jPseudoCPClause.jar /tmp/evaluation/357628-1176830799/instance-357628-1176830799.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  321349c7a7114538010c83c600c72ae9

RANDOM SEED= 6638318

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1455784 kB
Buffers:         43088 kB
Cached:         354984 kB
SwapCached:       3060 kB
Active:         327204 kB
Inactive:       217800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455784 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:         161596 kB
Slab:            40424 kB
Committed_AS:  1901068 kB
PageTables:       1984 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= 66152 MiB

End job on node46 on Tue Apr 17 17:56:24 UTC 2007