Trace number 419965

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.17 1787.1

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
jarvisalo/eq.atree.braun.10.unsat.opb
MD5SUM9966752c0ad702d51e91e911364f1cfa
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark863.321
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1111
Total number of constraints3756
Number of constraints which are clauses3756
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.04/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.19	c no version file found!!!
0.04/0.19	c sun.arch.data.model	32
0.04/0.19	c java.version	1.6.0
0.04/0.19	c os.name	Linux
0.04/0.19	c os.version	2.6.9-22.EL.rootsmp
0.04/0.19	c os.arch	i386
0.04/0.19	c Free memory 1651659224
0.04/0.19	c Max memory 1654456320
0.04/0.19	c Total memory 1654456320
0.04/0.19	c Number of processors 2
0.13/0.25	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c Simplify asserted PB constraints to clauses
0.13/0.25	c solving /tmp/evaluation/419965-1177415880/instance-419965-1177415880.opb
0.13/0.25	c reading problem ... 
1.16/0.96	c ... done. Wall clock time 0.717s.
1.16/0.96	c CPU time (experimental) 0.6s.
1.16/0.96	c #vars     1111
1.16/0.96	c #constraints  3753
1800.07/1787.01	c starts		: 2
1800.07/1787.01	c conflicts		: 139160
1800.07/1787.01	c decisions		: 144779
1800.07/1787.01	c propagations		: 42692127
1800.07/1787.01	c inspects		: 997955893
1800.07/1787.01	c learnt literals	: 0
1800.07/1787.01	c learnt binary clauses	: 63
1800.07/1787.01	c learnt ternary clauses	: 176
1800.07/1787.01	c learnt clauses	: 139160
1800.07/1787.01	c root simplifications	: 0
1800.07/1787.01	c removed literals (reason simplification)	: 0
1800.07/1787.01	c reason swapping (by a shorter reason)	: 0
1800.07/1787.01	c Calls to reduceDB	: 0
1800.07/1787.01	c speed (decisions/second)	: 81.06140900460852
1800.07/1787.01	c non guided choices	11
1800.07/1787.01	s UNKNOWN
1800.07/1787.01	c Total wall clock time (ms): 1786.765

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-419965-1177415880 -o ROOT/results/node23/solver-419965-1177415880 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419965-1177415880/sat4jPseudoCPClause.jar /tmp/evaluation/419965-1177415880/instance-419965-1177415880.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.99 0.98 0.99 3/77 28373
/proc/meminfo: memFree=1896328/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=18528 CPUtime=0
/proc/28373/stat : 28373 (runsolver) R 28371 28373 27791 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 189505132 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28373/statm: 4632 284 249 14 0 2626 0

[startup+0.015537 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 28373
/proc/meminfo: memFree=1896328/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=12008 CPUtime=0
/proc/28373/stat : 28373 (java) R 28371 28373 27791 0 -1 0 690 0 0 0 0 0 0 0 18 0 1 0 189505132 12296192 492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2497233 0 0 4096 0 0 0 0 17 1 0 0
/proc/28373/statm: 3002 498 202 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12008

[startup+0.10156 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 28373
/proc/meminfo: memFree=1896328/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1777708 CPUtime=0.04
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 3557 0 1 0 2 2 0 0 18 0 7 0 189505132 1820372992 3303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 444427 3303 1058 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.301597 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 28373
/proc/meminfo: memFree=1896328/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1782408 CPUtime=0.25
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 5016 0 1 0 21 4 0 0 18 0 12 0 189505132 1825185792 4756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 445602 4756 1247 9 0 443213 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782408

[startup+0.701679 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 28373
/proc/meminfo: memFree=1896328/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1783512 CPUtime=0.82
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 6501 0 1 0 77 5 0 0 18 0 12 0 189505132 1826316288 6049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 445878 6049 1298 9 0 443489 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1783512

[startup+1.50283 s]
/proc/loadavg: 0.99 0.98 0.99 3/90 28386
/proc/meminfo: memFree=1870624/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=2.17
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 11593 0 1 0 211 6 0 0 18 0 13 0 189505132 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 9738 1316 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=0.91
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 7857 0 1 0 87 4 0 0 25 0 13 0 189505133 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214536 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189505139 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 189505139 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 189505142 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 189505142 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.67
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2153 0 0 0 67 0 0 0 16 0 13 0 189505146 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.56
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 859 0 0 0 56 0 0 0 16 0 13 0 189505146 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 9738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1786292

[startup+3.10213 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28386
/proc/meminfo: memFree=1812512/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=4.02
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 42293 0 1 0 381 21 0 0 18 0 13 0 189505132 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 39883 1325 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=2.41
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 37737 0 1 0 222 19 0 0 19 0 13 0 189505133 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672615 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 131 0 0 0 0 0 0 0 16 0 13 0 189505139 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 95 0 0 0 0 0 0 0 16 0 13 0 189505139 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.81
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2162 0 0 0 81 0 0 0 17 0 13 0 189505146 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.76
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1440 0 0 0 76 0 0 0 15 0 13 0 189505146 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 39883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 1786292

[startup+6.30175 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28386
/proc/meminfo: memFree=1739872/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=7.27
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 42610 0 1 0 705 22 0 0 18 0 13 0 189505132 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 40193 1325 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=5.59
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 37742 0 1 0 540 19 0 0 19 0 13 0 189505133 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726501 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=0.01
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 310 0 0 0 1 0 0 0 16 0 13 0 189505139 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=0.01
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 222 0 0 0 1 0 0 0 16 0 13 0 189505139 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.84
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2162 0 0 0 84 0 0 0 16 0 13 0 189505146 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.77
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1440 0 0 0 77 0 0 0 16 0 13 0 189505146 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 40193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1786292

[startup+12.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28386
/proc/meminfo: memFree=1738720/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=13.68
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 43679 0 1 0 1346 22 0 0 18 0 13 0 189505132 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 40425 1325 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=11.97
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 37750 0 1 0 1178 19 0 0 25 0 13 0 189505133 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672949 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=0.02
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 827 0 0 0 2 0 0 0 16 0 13 0 189505139 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=0.02
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 764 0 0 0 2 0 0 0 16 0 13 0 189505139 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.84
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2162 0 0 0 84 0 0 0 16 0 13 0 189505146 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.77
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1440 0 0 0 77 0 0 0 16 0 13 0 189505146 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 40425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 1786292

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 28386
/proc/meminfo: memFree=1737696/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=26.5
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 44366 0 1 0 2627 23 0 0 18 0 13 0 189505132 1829163008 40696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 40696 1325 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=24.75
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 37768 0 1 0 2456 19 0 0 25 0 13 0 189505133 1829163008 40696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672949 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=0.03
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 1137 0 0 0 3 0 0 0 16 0 13 0 189505139 1829163008 40696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=0.03
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 1087 0 0 0 3 0 0 0 16 0 13 0 189505139 1829163008 40696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=28373] ppid=28371 vsize=1786292 CPUtime=1613.96
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 88188 0 1 0 161220 176 0 0 18 0 13 0 189505132 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 59495 1333 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=1586.82
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 48168 0 1 0 158627 55 0 0 25 0 13 0 189505133 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672649 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=12.15
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 17719 0 0 0 1176 39 0 0 16 0 13 0 189505139 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=12.14
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 17798 0 0 0 1180 34 0 0 16 0 13 0 189505139 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=1.04
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 67 0 0 0 61 43 0 0 15 0 13 0 189505142 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.92
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2175 0 0 0 92 0 0 0 17 0 13 0 189505146 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.8
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1540 0 0 0 80 0 0 0 16 0 13 0 189505146 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 59495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.96
Current children cumulated vsize (KiB) 1786292

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 3/90 28584
/proc/meminfo: memFree=1656416/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=1674.44
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 89784 0 1 0 167264 180 0 0 18 0 13 0 189505132 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 60376 1333 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=1646.26
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 48385 0 1 0 164570 56 0 0 25 0 13 0 189505133 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649566 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=12.67
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 18380 0 0 0 1226 41 0 0 16 0 13 0 189505139 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=12.65
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 18514 0 0 0 1230 35 0 0 16 0 13 0 189505139 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=1.06
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 69 0 0 0 62 44 0 0 16 0 13 0 189505142 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.92
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2175 0 0 0 92 0 0 0 17 0 13 0 189505146 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.8
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1540 0 0 0 80 0 0 0 16 0 13 0 189505146 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 60376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.44
Current children cumulated vsize (KiB) 1786292

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28584
/proc/meminfo: memFree=1644896/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=1734.95
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 93460 0 1 0 173309 186 0 0 18 0 13 0 189505132 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 63302 1333 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=1705.65
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 50462 0 1 0 170507 58 0 0 16 0 13 0 189505133 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=13.22
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 19308 0 0 0 1279 43 0 0 15 0 13 0 189505139 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=13.2
/proc/28373/task/28377/stat : 28377 (java) R 28371 28373 27791 0 -1 64 19176 0 0 0 1284 36 0 0 16 0 13 0 189505139 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=1.09
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 78 0 0 0 64 45 0 0 16 0 13 0 189505142 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.92
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2175 0 0 0 92 0 0 0 17 0 13 0 189505146 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.8
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1540 0 0 0 80 0 0 0 16 0 13 0 189505146 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 63302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.95
Current children cumulated vsize (KiB) 1786292

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28584
/proc/meminfo: memFree=1640992/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=1795.35
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 94959 0 1 0 179345 190 0 0 18 0 13 0 189505132 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 64205 1333 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=1765.07
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 50538 0 1 0 176449 58 0 0 18 0 13 0 189505133 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649706 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=13.69
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 20013 0 0 0 1324 45 0 0 16 0 13 0 189505139 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=13.67
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 19894 0 0 0 1330 37 0 0 16 0 13 0 189505139 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=1.11
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 78 0 0 0 65 46 0 0 16 0 13 0 189505142 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.92
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2175 0 0 0 92 0 0 0 17 0 13 0 189505146 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.8
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1540 0 0 0 80 0 0 0 16 0 13 0 189505146 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 64205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 1786292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28584
/proc/meminfo: memFree=1640800/2055920 swapFree=4169168/4192956
[pid=28373] ppid=28371 vsize=1786292 CPUtime=1800.07
/proc/28373/stat : 28373 (java) S 28371 28373 27791 0 -1 0 95045 0 1 0 179817 190 0 0 18 0 13 0 189505132 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28373/statm: 446573 64240 1333 9 0 444184 0
[pid=28373/tid=28375] ppid=28371 vsize=1786292 CPUtime=1769.74
/proc/28373/task/28375/stat : 28375 (java) R 28371 28373 27791 0 -1 64 50543 0 1 0 176916 58 0 0 22 0 13 0 189505133 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109679442 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28376] ppid=28371 vsize=1786292 CPUtime=13.72
/proc/28373/task/28376/stat : 28376 (java) S 28371 28373 27791 0 -1 64 20039 0 0 0 1327 45 0 0 16 0 13 0 189505139 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28377] ppid=28371 vsize=1786292 CPUtime=13.71
/proc/28373/task/28377/stat : 28377 (java) S 28371 28373 27791 0 -1 64 19949 0 0 0 1333 38 0 0 16 0 13 0 189505139 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28378] ppid=28371 vsize=1786292 CPUtime=1.11
/proc/28373/task/28378/stat : 28378 (java) S 28371 28373 27791 0 -1 64 78 0 0 0 65 46 0 0 16 0 13 0 189505142 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28373/tid=28379] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28379/stat : 28379 (java) S 28371 28373 27791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28380] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28380/stat : 28380 (java) S 28371 28373 27791 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189505142 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28381] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28381/stat : 28381 (java) S 28371 28373 27791 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189505146 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28382] ppid=28371 vsize=1786292 CPUtime=0.92
/proc/28373/task/28382/stat : 28382 (java) S 28371 28373 27791 0 -1 64 2175 0 0 0 92 0 0 0 17 0 13 0 189505146 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28383] ppid=28371 vsize=1786292 CPUtime=0.8
/proc/28373/task/28383/stat : 28383 (java) S 28371 28373 27791 0 -1 64 1540 0 0 0 80 0 0 0 16 0 13 0 189505146 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28384] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28384/stat : 28384 (java) S 28371 28373 27791 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189505146 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28385] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28385/stat : 28385 (java) S 28371 28373 27791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189505146 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28373/tid=28386] ppid=28371 vsize=1786292 CPUtime=0
/proc/28373/task/28386/stat : 28386 (java) S 28371 28373 27791 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189505229 1829163008 64240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1786292

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

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

Child status: 143
Real time (s): 1787.1
CPU time (s): 1800.17
CPU user time (s): 1798.23
CPU system time (s): 1.9487
CPU usage (%): 100.732
Max. virtual memory (cumulated for all children) (KiB): 1786492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 1.9487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95066
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= 87330
involuntary context switches= 71624

runsolver used 1.87771 second user time and 5.11322 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 24 11:58:00 UTC 2007

IDJOB= 419965
IDBENCH= 47811
IDSOLVER= 164
FILE ID= node23/419965-1177415880

PBS_JOBID= 4675674

Free space on /tmp= 66452 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419965-1177415880/sat4jPseudoCPClause.jar /tmp/evaluation/419965-1177415880/instance-419965-1177415880.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-419965-1177415880 -o ROOT/results/node23/solver-419965-1177415880 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419965-1177415880/sat4jPseudoCPClause.jar /tmp/evaluation/419965-1177415880/instance-419965-1177415880.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9966752c0ad702d51e91e911364f1cfa

RANDOM SEED= 883118487

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1896680 kB
Buffers:         12732 kB
Cached:          68576 kB
SwapCached:       3080 kB
Active:          57536 kB
Inactive:        48036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896680 kB
SwapTotal:     4192956 kB
SwapFree:      4169168 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          31420 kB
Slab:            39124 kB
Committed_AS:  2823572 kB
PageTables:       1800 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= 66452 MiB

End job on node23 on Tue Apr 24 12:27:49 UTC 2007