Trace number 418966

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.21 1793.99

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-5-17-s.opb
MD5SUM90ccb0c7dc7e94c1593330c60222a31c
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark393.107
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables265408
Total number of constraints1248556
Number of constraints which are clauses1248556
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 constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/418966-1177400517/instance-418966-1177400517.opb
0.20/0.20	c reading problem ... 
26.36/21.86	c ... done. Wall clock time 21.658s.
26.36/21.86	c CPU time (experimental) 17.28s.
26.36/21.86	c #vars     265408
26.36/21.86	c #constraints  1226439
1800.05/1793.81	c starts		: 19
1800.05/1793.81	c conflicts		: 324668
1800.05/1793.81	c decisions		: 462291
1800.05/1793.81	c propagations		: 450415613
1800.05/1793.81	c inspects		: 3686890689
1800.05/1793.81	c learnt literals	: 358
1800.05/1793.81	c learnt binary clauses	: 269
1800.05/1793.81	c learnt ternary clauses	: 321
1800.05/1793.81	c learnt clauses	: 324310
1800.05/1793.81	c root simplifications	: 0
1800.05/1793.81	c removed literals (reason simplification)	: 0
1800.05/1793.81	c reason swapping (by a shorter reason)	: 0
1800.05/1793.81	c Calls to reduceDB	: 0
1800.05/1793.81	c speed (decisions/second)	: 260.9029120898657
1800.05/1793.81	c non guided choices	1277
1800.05/1793.81	s UNKNOWN
1800.05/1793.81	c Total wall clock time (ms): 1793.613

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/node26/watcher-418966-1177400517 -o ROOT/results/node26/solver-418966-1177400517 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418966-1177400517/sat4jPseudoResolution.jar /tmp/evaluation/418966-1177400517/instance-418966-1177400517.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.97 0.82 3/77 21593
/proc/meminfo: memFree=1628168/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=152 CPUtime=0
/proc/21593/stat : 21593 (java) R 21591 21593 21449 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 187968794 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/21593/statm: 38 26 19 9 0 4 0

[startup+0.102236 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 21593
/proc/meminfo: memFree=1628168/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1780108 CPUtime=0.08
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 187968794 1822830592 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.201248 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 21593
/proc/meminfo: memFree=1628168/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1781428 CPUtime=0.2
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 4854 0 1 0 17 3 0 0 18 0 12 0 187968794 1824182272 4594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 445357 4594 1244 9 0 442969 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781428

[startup+0.301255 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 21593
/proc/meminfo: memFree=1628168/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1782452 CPUtime=0.3
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 7432 0 1 0 26 4 0 0 18 0 12 0 187968794 1825230848 7172 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 445613 7172 1264 9 0 443225 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782452

[startup+0.701293 s]
/proc/loadavg: 0.99 0.97 0.82 3/77 21593
/proc/meminfo: memFree=1628168/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1785044 CPUtime=0.91
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 10036 0 1 0 85 6 0 0 18 0 12 0 187968794 1827885056 9311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 446261 9311 1301 9 0 443873 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1785044

[startup+1.50236 s]
/proc/loadavg: 0.99 0.97 0.82 2/89 21605
/proc/meminfo: memFree=1576872/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1785576 CPUtime=2.02
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 20886 0 1 0 191 11 0 0 18 0 12 0 187968794 1828429824 19447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 446394 19448 1301 9 0 444006 0
[pid=21593/tid=21595] ppid=21591 vsize=1785576 CPUtime=1.02
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 17680 0 1 0 93 9 0 0 24 0 12 0 187968795 1828429824 19449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748399 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 187968797 1828429824 19450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 187968797 1828429824 19451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187968799 1828429824 19452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 187968799 1828429824 19453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 187968799 1828429824 19455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1828429824 19456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1785576 CPUtime=0.51
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1170 0 0 0 51 0 0 0 17 0 12 0 187968803 1828429824 19457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1785576 CPUtime=0.46
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1321 0 0 0 46 0 0 0 15 0 12 0 187968803 1828429824 19458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1828429824 19459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1785576 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 187968803 1828429824 19460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1785576

[startup+3.10251 s]
/proc/loadavg: 0.99 0.97 0.82 2/89 21605
/proc/meminfo: memFree=1477672/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1786224 CPUtime=3.72
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 45461 0 1 0 347 25 0 0 18 0 12 0 187968794 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 446556 44013 1310 9 0 444168 0
[pid=21593/tid=21595] ppid=21591 vsize=1786224 CPUtime=2.52
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37689 0 1 0 231 21 0 0 23 0 12 0 187968795 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1786224 CPUtime=0.09
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 1994 0 0 0 8 1 0 0 16 0 12 0 187968797 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1786224 CPUtime=0.09
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 2564 0 0 0 8 1 0 0 16 0 12 0 187968797 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 187968799 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187968799 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187968799 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1786224 CPUtime=0.51
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1170 0 0 0 51 0 0 0 17 0 12 0 187968803 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1786224 CPUtime=0.46
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1321 0 0 0 46 0 0 0 15 0 12 0 187968803 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1786224 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 187968803 1829093376 44013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1786224

[startup+6.30181 s]
/proc/loadavg: 1.07 0.99 0.83 2/89 21605
/proc/meminfo: memFree=1405032/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1789104 CPUtime=7.82
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 62770 0 1 0 749 33 0 0 18 0 12 0 187968794 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447276 59814 1310 9 0 444888 0
[pid=21593/tid=21595] ppid=21591 vsize=1789104 CPUtime=4.79
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37693 0 1 0 457 22 0 0 18 0 12 0 187968795 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1789104 CPUtime=1.01
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 10674 0 0 0 96 5 0 0 16 0 12 0 187968797 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1789104 CPUtime=1.01
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 11187 0 0 0 97 4 0 0 16 0 12 0 187968797 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187968799 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187968799 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187968799 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1789104 CPUtime=0.51
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1170 0 0 0 51 0 0 0 17 0 12 0 187968803 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1789104 CPUtime=0.46
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1321 0 0 0 46 0 0 0 15 0 12 0 187968803 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1789104 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 187968803 1832042496 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1789104

[startup+12.7024 s]
/proc/loadavg: 1.07 0.99 0.83 2/89 21605
/proc/meminfo: memFree=1351144/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1790384 CPUtime=16.01
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 76901 0 1 0 1561 40 0 0 18 0 12 0 187968794 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447596 72124 1310 9 0 445208 0
[pid=21593/tid=21595] ppid=21591 vsize=1790384 CPUtime=9.36
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37700 0 1 0 913 23 0 0 18 0 12 0 187968795 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1790384 CPUtime=2.82
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 18261 0 0 0 274 8 0 0 16 0 12 0 187968797 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1790384 CPUtime=2.81
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 17724 0 0 0 274 7 0 0 16 0 12 0 187968797 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 187968799 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 187968799 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 187968799 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790384 CPUtime=0.51
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1170 0 0 0 51 0 0 0 16 0 12 0 187968803 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790384 CPUtime=0.46
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1321 0 0 0 46 0 0 0 16 0 12 0 187968803 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187968803 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790384 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 187968803 1833353216 72124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.01
Current children cumulated vsize (KiB) 1790384

[startup+25.5016 s]
/proc/loadavg: 1.05 0.99 0.83 2/90 21606
/proc/meminfo: memFree=1291616/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1791640 CPUtime=30.47
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 92342 0 1 0 2997 50 0 0 18 0 13 0 187968794 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447910 85328 1323 9 0 445522 0
[pid=21593/tid=21595] ppid=21591 vsize=1791640 CPUtime=20.79
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37744 0 1 0 2054 25 0 0 25 0 13 0 187968795 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109896749 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1791640 CPUtime=4.01
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 24917 0 0 0 391 10 0 0 16 0 13 0 187968797 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1791640 CPUtime=4.02
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 25761 0 0 0 391 11 0 0 17 0 13 0 187968797 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1791640 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1791640 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1791640 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1791640 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1834639360 85328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21593/tid=21598] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790708 CPUtime=0.96
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1828 0 0 0 96 0 0 0 17 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790708 CPUtime=0.84
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1366 0 0 0 84 0 0 0 16 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21606] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21606/stat : 21606 (java) S 21591 21593 21449 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 187970999 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1608.6
Current children cumulated vsize (KiB) 1790708

[startup+1662.3 s]
/proc/loadavg: 1.14 1.09 0.96 2/90 21804
/proc/meminfo: memFree=877728/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1790708 CPUtime=1668.58
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 225501 0 1 0 166732 126 0 0 18 0 13 0 187968794 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447677 188557 1325 9 0 445289 0
[pid=21593/tid=21595] ppid=21591 vsize=1790708 CPUtime=1655.18
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37757 0 1 0 165480 38 0 0 25 0 13 0 187968795 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109896749 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 86669 0 0 0 538 39 0 0 19 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 97144 0 0 0 531 46 0 0 16 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790708 CPUtime=0.96
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1828 0 0 0 96 0 0 0 17 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790708 CPUtime=0.84
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1366 0 0 0 84 0 0 0 16 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21606] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21606/stat : 21606 (java) S 21591 21593 21449 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 187970999 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1668.58
Current children cumulated vsize (KiB) 1790708

[startup+1722.3 s]
/proc/loadavg: 1.05 1.07 0.96 2/90 21804
/proc/meminfo: memFree=877664/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1790708 CPUtime=1728.56
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 225501 0 1 0 172730 126 0 0 18 0 13 0 187968794 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447677 188557 1325 9 0 445289 0
[pid=21593/tid=21595] ppid=21591 vsize=1790708 CPUtime=1715.16
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37757 0 1 0 171478 38 0 0 25 0 13 0 187968795 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109880982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 86669 0 0 0 538 39 0 0 19 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 97144 0 0 0 531 46 0 0 16 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790708 CPUtime=0.96
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1828 0 0 0 96 0 0 0 17 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790708 CPUtime=0.84
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1366 0 0 0 84 0 0 0 16 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) R 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21606] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21606/stat : 21606 (java) S 21591 21593 21449 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 187970999 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.56
Current children cumulated vsize (KiB) 1790708

[startup+1782.3 s]
/proc/loadavg: 1.02 1.06 0.96 2/90 21804
/proc/meminfo: memFree=877664/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1790708 CPUtime=1788.55
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 225501 0 1 0 178728 127 0 0 18 0 13 0 187968794 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447677 188557 1325 9 0 445289 0
[pid=21593/tid=21595] ppid=21591 vsize=1790708 CPUtime=1775.15
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37757 0 1 0 177476 39 0 0 25 0 13 0 187968795 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836255 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 86669 0 0 0 538 39 0 0 19 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 97144 0 0 0 531 46 0 0 16 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790708 CPUtime=0.96
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1828 0 0 0 96 0 0 0 17 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790708 CPUtime=0.84
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1366 0 0 0 84 0 0 0 16 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21606] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21606/stat : 21606 (java) S 21591 21593 21449 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 187970999 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (KiB) 1790708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 1.01 1.05 0.96 2/90 21804
/proc/meminfo: memFree=877664/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=1790708 CPUtime=1800.05
/proc/21593/stat : 21593 (java) S 21591 21593 21449 0 -1 0 225501 0 1 0 179878 127 0 0 18 0 13 0 187968794 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 447677 188557 1325 9 0 445289 0
[pid=21593/tid=21595] ppid=21591 vsize=1790708 CPUtime=1786.65
/proc/21593/task/21595/stat : 21595 (java) R 21591 21593 21449 0 -1 64 37757 0 1 0 178626 39 0 0 25 0 13 0 187968795 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970975 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21596/stat : 21596 (java) S 21591 21593 21449 0 -1 64 86669 0 0 0 538 39 0 0 19 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21597] ppid=21591 vsize=1790708 CPUtime=5.77
/proc/21593/task/21597/stat : 21597 (java) S 21591 21593 21449 0 -1 64 97144 0 0 0 531 46 0 0 16 0 13 0 187968797 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21598] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21598/stat : 21598 (java) S 21591 21593 21449 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21599] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21591 21593 21449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21591 21593 21449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187968799 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21601] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21601/stat : 21601 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21602] ppid=21591 vsize=1790708 CPUtime=0.96
/proc/21593/task/21602/stat : 21602 (java) S 21591 21593 21449 0 -1 64 1828 0 0 0 96 0 0 0 17 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21603] ppid=21591 vsize=1790708 CPUtime=0.84
/proc/21593/task/21603/stat : 21603 (java) S 21591 21593 21449 0 -1 64 1366 0 0 0 84 0 0 0 16 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21604] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21604/stat : 21604 (java) S 21591 21593 21449 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21605] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21605/stat : 21605 (java) S 21591 21593 21449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 187968803 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21606] ppid=21591 vsize=1790708 CPUtime=0
/proc/21593/task/21606/stat : 21606 (java) S 21591 21593 21449 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 187970999 1833684992 188557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1790708

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

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

[startup+1793.91 s]
/proc/loadavg: 1.01 1.05 0.96 2/90 21804
/proc/meminfo: memFree=877664/2055920 swapFree=4170240/4192956
[pid=21593] ppid=21591 vsize=0 CPUtime=1800.16
/proc/21593/stat : 21593 (java) Z 21591 21593 21449 0 -1 1036 225521 0 1 0 179882 134 0 0 16 0 2 0 187968794 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21593/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.99
CPU time (s): 1800.21
CPU user time (s): 1798.82
CPU system time (s): 1.38479
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 1791832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.38479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225521
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= 37191
involuntary context switches= 41395

runsolver used 1.61275 second user time and 4.96624 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Tue Apr 24 07:42:00 UTC 2007

IDJOB= 418966
IDBENCH= 47740
IDSOLVER= 159
FILE ID= node26/418966-1177400517

PBS_JOBID= 4675581

Free space on /tmp= 66395 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-5-17-s.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418966-1177400517/sat4jPseudoResolution.jar /tmp/evaluation/418966-1177400517/instance-418966-1177400517.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-418966-1177400517 -o ROOT/results/node26/solver-418966-1177400517 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/418966-1177400517/sat4jPseudoResolution.jar /tmp/evaluation/418966-1177400517/instance-418966-1177400517.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  90ccb0c7dc7e94c1593330c60222a31c

RANDOM SEED= 401477853

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1628768 kB
Buffers:         47408 kB
Cached:         286492 kB
SwapCached:       3516 kB
Active:         213704 kB
Inactive:       143616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628768 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:           42548 kB
Writeback:           0 kB
Mapped:          30636 kB
Slab:            55428 kB
Committed_AS:  1173172 kB
PageTables:       1716 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= 66395 MiB

End job on node26 on Tue Apr 24 08:11:56 UTC 2007