Trace number 362366

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1787.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
MD5SUMc00448b3bb1fb54d1d5ecdb2bc9f967d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark8.05977
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654121
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 654121
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-362366-1177011389 -o ROOT/results/node34/solver-362366-1177011389 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362366-1177011389/sat4jPseudoCPClause.jar /tmp/evaluation/362366-1177011389/instance-362366-1177011389.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: 1.01 1.03 1.00 2/77 23771
/proc/meminfo: memFree=1822088/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=152 CPUtime=0
/proc/23771/stat : 23771 (java) D 23769 23771 23023 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 149054392 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7721764 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23771/statm: 38 26 19 9 0 4 0

[startup+0.0271611 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 23771
/proc/meminfo: memFree=1822088/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1772952 CPUtime=0.01
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 2024 0 1 0 0 1 0 0 18 0 2 0 149054392 1815502848 1774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 443238 1784 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101157 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 23771
/proc/meminfo: memFree=1822088/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1780112 CPUtime=0.08
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 149054392 1822834688 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 445028 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301181 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 23771
/proc/meminfo: memFree=1822088/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1781548 CPUtime=0.33
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 6415 0 1 0 29 4 0 0 18 0 12 0 149054392 1824305152 6154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 445387 6154 1264 9 0 442998 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781548

[startup+0.701214 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 23771
/proc/meminfo: memFree=1822088/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1782984 CPUtime=0.9
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 10434 0 1 0 84 6 0 0 18 0 12 0 149054392 1825775616 9902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 445746 9902 1296 9 0 443357 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782984

[startup+1.50227 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23783
/proc/meminfo: memFree=1758632/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1782984 CPUtime=1.82
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 24539 0 1 0 170 12 0 0 18 0 12 0 149054392 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 445746 24007 1302 9 0 443357 0
[pid=23771/tid=23773] ppid=23769 vsize=1782984 CPUtime=1.23
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 22663 0 1 0 113 10 0 0 25 0 12 0 149054394 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 149054395 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 149054395 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 149054397 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 149054398 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 149054398 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149054402 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1782984 CPUtime=0.29
/proc/23771/task/23780/stat : 23780 (java) R 23769 23771 23023 0 -1 64 637 0 0 0 29 0 0 0 16 0 12 0 149054402 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1782984 CPUtime=0.28
/proc/23771/task/23781/stat : 23781 (java) R 23769 23771 23023 0 -1 64 520 0 0 0 28 0 0 0 16 0 12 0 149054402 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102575888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149054402 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1782984 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 149054402 1825775616 24007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1782984

[startup+3.1024 s]
/proc/loadavg: 1.01 1.03 1.00 2/89 23783
/proc/meminfo: memFree=1675432/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1786664 CPUtime=3.89
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 49412 0 1 0 368 21 0 0 18 0 12 0 149054392 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 446666 47658 1313 9 0 444277 0
[pid=23771/tid=23773] ppid=23769 vsize=1786664 CPUtime=2.49
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 37676 0 1 0 233 16 0 0 22 0 12 0 149054394 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477194 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1786664 CPUtime=0.16
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 4802 0 0 0 14 2 0 0 16 0 12 0 149054395 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1786664 CPUtime=0.16
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 3767 0 0 0 15 1 0 0 16 0 12 0 149054395 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149054397 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 149054398 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 149054398 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 149054402 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1786664 CPUtime=0.53
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1070 0 0 0 53 0 0 0 17 0 12 0 149054402 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1786664 CPUtime=0.51
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 1374 0 0 0 51 0 0 0 16 0 12 0 149054402 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 149054402 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1786664 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 149054402 1829543936 47658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1786664

[startup+6.30265 s]
/proc/loadavg: 1.01 1.03 1.00 3/89 23783
/proc/meminfo: memFree=1570992/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1788268 CPUtime=8.33
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 72660 0 1 0 800 33 0 0 18 0 13 0 149054392 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447067 67266 1334 9 0 444678 0
[pid=23771/tid=23773] ppid=23769 vsize=1788268 CPUtime=4.79
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 37725 0 1 0 463 16 0 0 19 0 13 0 149054394 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906367 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1788268 CPUtime=0.87
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 18038 0 0 0 79 8 0 0 19 0 13 0 149054395 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1788268 CPUtime=0.86
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 12909 0 0 0 81 5 0 0 18 0 13 0 149054395 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149054397 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1788268 CPUtime=0.87
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1407 0 0 0 87 0 0 0 16 0 13 0 149054402 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1788268 CPUtime=0.88
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 1854 0 0 0 87 1 0 0 17 0 13 0 149054402 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1788268 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1831186432 67266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1788268

[startup+12.7012 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 23784
/proc/meminfo: memFree=1540392/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1787472 CPUtime=15.48
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 80376 0 1 0 1510 38 0 0 18 0 13 0 149054392 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 446868 71373 1334 9 0 444479 0
[pid=23771/tid=23773] ppid=23769 vsize=1787472 CPUtime=10.4
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 37745 0 1 0 1024 16 0 0 25 0 13 0 149054394 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1787472 CPUtime=1.52
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 22786 0 0 0 141 11 0 0 17 0 13 0 149054395 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1787472 CPUtime=1.5
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 15606 0 0 0 143 7 0 0 16 0 13 0 149054395 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 149054397 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1787472 CPUtime=0.99
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1547 0 0 0 99 0 0 0 16 0 13 0 149054402 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1787472 CPUtime=1.01
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 1961 0 0 0 100 1 0 0 16 0 13 0 149054402 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1787472 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1830371328 71373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 1787472

[startup+25.5022 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 23784
/proc/meminfo: memFree=1544488/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1790544 CPUtime=28.56
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 83898 0 1 0 2815 41 0 0 18 0 13 0 149054392 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447636 70402 1334 9 0 445247 0
[pid=23771/tid=23773] ppid=23769 vsize=1790544 CPUtime=22.93
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 39131 0 1 0 2276 17 0 0 25 0 13 0 149054394 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109610518 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1790544 CPUtime=1.64
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 23163 0 0 0 153 11 0 0 16 0 13 0 149054395 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1790544 CPUtime=1.6
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 16110 0 0 0 152 8 0 0 16 0 13 0 149054395 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1790544 CPUtime=0
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 149054397 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1790544 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1790544 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1833517056 70402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=23771] ppid=23769 vsize=1791568 CPUtime=1613.96
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 183588 0 1 0 161170 226 0 0 18 0 13 0 149054392 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447892 120243 1334 9 0 445503 0
[pid=23771/tid=23773] ppid=23769 vsize=1791568 CPUtime=1581.08
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 82248 0 1 0 158054 54 0 0 25 0 13 0 149054394 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109938435 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1791568 CPUtime=14.59
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 50298 0 0 0 1358 101 0 0 16 0 13 0 149054395 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1791568 CPUtime=15.14
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 44279 0 0 0 1458 56 0 0 16 0 13 0 149054395 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1791568 CPUtime=0.29
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 140 0 0 0 19 10 0 0 16 0 13 0 149054397 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1791568 CPUtime=1.34
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1641 0 0 0 134 0 0 0 16 0 13 0 149054402 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1791568 CPUtime=1.45
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 4262 0 0 0 144 1 0 0 16 0 13 0 149054402 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1834565632 120243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1613.96
Current children cumulated vsize (KiB) 1791568

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 23984
/proc/meminfo: memFree=1337832/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1791568 CPUtime=1674.34
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 185574 0 1 0 167201 233 0 0 18 0 13 0 149054392 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447892 121886 1334 9 0 445503 0
[pid=23771/tid=23773] ppid=23769 vsize=1791568 CPUtime=1640.24
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 82328 0 1 0 163970 54 0 0 20 0 13 0 149054394 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933037 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1791568 CPUtime=15.21
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 51145 0 0 0 1419 102 0 0 16 0 13 0 149054395 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1791568 CPUtime=15.72
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 45338 0 0 0 1512 60 0 0 16 0 13 0 149054395 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1791568 CPUtime=0.3
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 140 0 0 0 19 11 0 0 16 0 13 0 149054397 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1791568 CPUtime=1.34
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1641 0 0 0 134 0 0 0 16 0 13 0 149054402 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1791568 CPUtime=1.45
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 4262 0 0 0 144 1 0 0 16 0 13 0 149054402 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1834565632 121886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.34
Current children cumulated vsize (KiB) 1791568

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 23984
/proc/meminfo: memFree=1333544/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1791568 CPUtime=1734.76
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 186946 0 1 0 173238 238 0 0 18 0 13 0 149054392 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447892 122945 1334 9 0 445503 0
[pid=23771/tid=23773] ppid=23769 vsize=1791568 CPUtime=1699.54
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 82402 0 1 0 169899 55 0 0 25 0 13 0 149054394 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109939079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1791568 CPUtime=15.77
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 51842 0 0 0 1473 104 0 0 15 0 13 0 149054395 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1791568 CPUtime=16.27
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 45938 0 0 0 1563 64 0 0 16 0 13 0 149054395 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1791568 CPUtime=0.31
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 140 0 0 0 20 11 0 0 16 0 13 0 149054397 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1791568 CPUtime=1.34
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1641 0 0 0 134 0 0 0 16 0 13 0 149054402 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1791568 CPUtime=1.47
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 4263 0 0 0 146 1 0 0 16 0 13 0 149054402 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1834565632 122945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.76
Current children cumulated vsize (KiB) 1791568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 23984
/proc/meminfo: memFree=1331048/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1791568 CPUtime=1795.12
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 188045 0 1 0 179269 243 0 0 18 0 13 0 149054392 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447892 123592 1334 9 0 445503 0
[pid=23771/tid=23773] ppid=23769 vsize=1791568 CPUtime=1758.85
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 82817 0 1 0 175829 56 0 0 25 0 13 0 149054394 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109938421 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1791568 CPUtime=16.25
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 52202 0 0 0 1518 107 0 0 16 0 13 0 149054395 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1791568 CPUtime=16.82
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 46262 0 0 0 1618 64 0 0 16 0 13 0 149054395 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1791568 CPUtime=0.32
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 140 0 0 0 21 11 0 0 16 0 13 0 149054397 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1791568 CPUtime=1.34
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1641 0 0 0 134 0 0 0 16 0 13 0 149054402 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1791568 CPUtime=1.47
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 4263 0 0 0 146 1 0 0 16 0 13 0 149054402 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1834565632 123592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 1791568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 23984
/proc/meminfo: memFree=1327848/2055920 swapFree=4159620/4192956
[pid=23771] ppid=23769 vsize=1791568 CPUtime=1800.07
/proc/23771/stat : 23771 (java) S 23769 23771 23023 0 -1 0 188932 0 1 0 179763 244 0 0 18 0 13 0 149054392 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23771/statm: 447892 124375 1334 9 0 445503 0
[pid=23771/tid=23773] ppid=23769 vsize=1791568 CPUtime=1763.68
/proc/23771/task/23773/stat : 23773 (java) R 23769 23771 23023 0 -1 64 82837 0 1 0 176312 56 0 0 24 0 13 0 149054394 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933030 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23774] ppid=23769 vsize=1791568 CPUtime=16.31
/proc/23771/task/23774/stat : 23774 (java) S 23769 23771 23023 0 -1 64 52563 0 0 0 1524 107 0 0 16 0 13 0 149054395 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23775] ppid=23769 vsize=1791568 CPUtime=16.88
/proc/23771/task/23775/stat : 23775 (java) S 23769 23771 23023 0 -1 64 46768 0 0 0 1623 65 0 0 16 0 13 0 149054395 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23776] ppid=23769 vsize=1791568 CPUtime=0.32
/proc/23771/task/23776/stat : 23776 (java) S 23769 23771 23023 0 -1 64 140 0 0 0 21 11 0 0 16 0 13 0 149054397 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23777] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23777/stat : 23777 (java) S 23769 23771 23023 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23778] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23778/stat : 23778 (java) S 23769 23771 23023 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149054398 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23779] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23779/stat : 23779 (java) S 23769 23771 23023 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149054402 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23780] ppid=23769 vsize=1791568 CPUtime=1.34
/proc/23771/task/23780/stat : 23780 (java) S 23769 23771 23023 0 -1 64 1641 0 0 0 134 0 0 0 16 0 13 0 149054402 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23781] ppid=23769 vsize=1791568 CPUtime=1.47
/proc/23771/task/23781/stat : 23781 (java) S 23769 23771 23023 0 -1 64 4263 0 0 0 146 1 0 0 16 0 13 0 149054402 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23782] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23782/stat : 23782 (java) S 23769 23771 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 149054402 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23771/tid=23783] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23783/stat : 23783 (java) S 23769 23771 23023 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149054402 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23771/tid=23784] ppid=23769 vsize=1791568 CPUtime=0
/proc/23771/task/23784/stat : 23784 (java) S 23769 23771 23023 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 149054981 1834565632 124375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791568

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.31
CPU time (s): 1800.19
CPU user time (s): 1797.67
CPU system time (s): 2.51962
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 1792592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.51962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188955
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= 62294
involuntary context switches= 49507

runsolver used 1.9707 second user time and 5.69713 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Thu Apr 19 19:36:30 UTC 2007

IDJOB= 362366
IDBENCH= 1554
IDSOLVER= 164
FILE ID= node34/362366-1177011389

PBS_JOBID= 4630529

Free space on /tmp= 66403 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362366-1177011389/sat4jPseudoCPClause.jar /tmp/evaluation/362366-1177011389/instance-362366-1177011389.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-362366-1177011389 -o ROOT/results/node34/solver-362366-1177011389 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362366-1177011389/sat4jPseudoCPClause.jar /tmp/evaluation/362366-1177011389/instance-362366-1177011389.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c00448b3bb1fb54d1d5ecdb2bc9f967d

RANDOM SEED= 849411699

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1822560 kB
Buffers:         27560 kB
Cached:         119688 kB
SwapCached:       2896 kB
Active:          94584 kB
Inactive:        76640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822560 kB
SwapTotal:     4192956 kB
SwapFree:      4159620 kB
Dirty:           10144 kB
Writeback:           0 kB
Mapped:          31028 kB
Slab:            47492 kB
Committed_AS:   457032 kB
PageTables:       1980 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= 66403 MiB

End job on node34 on Thu Apr 19 20:06:19 UTC 2007