Trace number 419629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.09 1785.77

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc962.opb
MD5SUMff3b25beb83e6b54aede25c0e77f2d1b
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.99854
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables101078
Total number of constraints322159
Number of constraints which are clauses322159
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 constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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/419629-1177410791/instance-419629-1177410791.opb
0.20/0.20	c reading problem ... 
8.02/6.71	c ... done. Wall clock time 6.512s.
8.02/6.72	c CPU time (experimental) 5.73s.
8.02/6.72	c #vars     101078
8.02/6.72	c #constraints  319443
1800.02/1785.71	c starts		: 2
1800.02/1785.71	c conflicts		: 50422
1800.02/1785.71	c decisions		: 119984
1800.02/1785.71	c propagations		: 49802801
1800.02/1785.71	c inspects		: 202607733
1800.02/1785.71	c learnt literals	: 1
1800.02/1785.71	c learnt binary clauses	: 1045
1800.02/1785.71	c learnt ternary clauses	: 4549
1800.02/1785.71	c learnt clauses	: 50420
1800.02/1785.71	c root simplifications	: 0
1800.02/1785.71	c removed literals (reason simplification)	: 0
1800.02/1785.71	c reason swapping (by a shorter reason)	: 0
1800.02/1785.71	c Calls to reduceDB	: 0
1800.02/1785.71	c speed (decisions/second)	: 67.44671701485993
1800.02/1785.71	c non guided choices	1667
1800.02/1785.71	s UNKNOWN
1800.02/1785.71	c Total wall clock time (ms): 1785.509

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/node59/watcher-419629-1177410791 -o ROOT/results/node59/solver-419629-1177410791 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419629-1177410791/sat4jPseudoCPClause.jar /tmp/evaluation/419629-1177410791/instance-419629-1177410791.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.06 1.03 1.00 2/64 11569
/proc/meminfo: memFree=1940328/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=18528 CPUtime=0
/proc/11569/stat : 11569 (runsolver) R 11567 11569 10157 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 188988802 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11569/statm: 4632 284 249 14 0 2626 0

[startup+0.0646089 s]
/proc/loadavg: 1.06 1.03 1.00 2/64 11569
/proc/meminfo: memFree=1940328/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1777708 CPUtime=0.05
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 3627 0 1 0 3 2 0 0 18 0 7 0 188988802 1820372992 3371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 444427 3371 1073 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102616 s]
/proc/loadavg: 1.06 1.03 1.00 2/64 11569
/proc/meminfo: memFree=1940328/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1780112 CPUtime=0.08
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 188988802 1822834688 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 445028 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302655 s]
/proc/loadavg: 1.06 1.03 1.00 2/64 11569
/proc/meminfo: memFree=1940328/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1782428 CPUtime=0.31
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 6018 0 1 0 28 3 0 0 18 0 12 0 188988802 1825206272 5758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 445607 5758 1263 9 0 443218 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782428

[startup+0.701731 s]
/proc/loadavg: 1.06 1.03 1.00 2/64 11569
/proc/meminfo: memFree=1940328/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1783548 CPUtime=0.86
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 7744 0 1 0 82 4 0 0 18 0 12 0 188988802 1826353152 7238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 445887 7238 1300 9 0 443498 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783548

[startup+1.50188 s]
/proc/loadavg: 1.06 1.03 1.00 4/76 11581
/proc/meminfo: memFree=1909896/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1787312 CPUtime=2.09
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 20569 0 1 0 199 10 0 0 18 0 12 0 188988802 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 446828 17847 1305 9 0 444439 0
[pid=11569/tid=11571] ppid=11567 vsize=1787312 CPUtime=1.11
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 15742 0 1 0 104 7 0 0 21 0 12 0 188988804 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188988805 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 188988805 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 188988808 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 188988808 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 188988808 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188988812 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1787312 CPUtime=0.44
/proc/11569/task/11578/stat : 11578 (java) R 11567 11569 10157 0 -1 64 1452 0 0 0 44 0 0 0 17 0 12 0 188988812 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283604 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1787312 CPUtime=0.51
/proc/11569/task/11579/stat : 11579 (java) R 11567 11569 10157 0 -1 64 2658 0 0 0 50 1 0 0 16 0 12 0 188988812 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105288288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188988812 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1787312 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188988812 1830207488 17847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1787312

[startup+3.10218 s]
/proc/loadavg: 1.06 1.03 1.00 2/76 11581
/proc/meminfo: memFree=1814024/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1787580 CPUtime=3.94
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 46331 0 1 0 370 24 0 0 18 0 12 0 188988802 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 446895 42805 1315 9 0 444506 0
[pid=11569/tid=11571] ppid=11567 vsize=1787580 CPUtime=2.59
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 37697 0 1 0 240 19 0 0 21 0 12 0 188988804 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1787580 CPUtime=0.08
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 1611 0 0 0 8 0 0 0 17 0 12 0 188988805 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1787580 CPUtime=0.07
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 1418 0 0 0 7 0 0 0 16 0 12 0 188988805 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188988808 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188988808 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188988808 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188988812 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1787580 CPUtime=0.6
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 2222 0 0 0 59 1 0 0 18 0 12 0 188988812 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1787580 CPUtime=0.55
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2660 0 0 0 54 1 0 0 16 0 12 0 188988812 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188988812 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1787580 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188988812 1830481920 42805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1787580

[startup+6.30179 s]
/proc/loadavg: 1.14 1.04 1.01 2/76 11581
/proc/meminfo: memFree=1741064/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1788700 CPUtime=7.62
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 57989 0 1 0 732 30 0 0 18 0 12 0 188988802 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447175 53898 1315 9 0 444786 0
[pid=11569/tid=11571] ppid=11567 vsize=1788700 CPUtime=5.3
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 37701 0 1 0 511 19 0 0 19 0 12 0 188988804 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487985 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1788700 CPUtime=0.56
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 8373 0 0 0 53 3 0 0 16 0 12 0 188988805 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1788700 CPUtime=0.56
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 6305 0 0 0 53 3 0 0 16 0 12 0 188988805 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 188988808 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 188988808 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188988808 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188988812 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1788700 CPUtime=0.6
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 2222 0 0 0 59 1 0 0 18 0 12 0 188988812 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1788700 CPUtime=0.55
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2660 0 0 0 54 1 0 0 16 0 12 0 188988812 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188988812 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1788700 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188988812 1831628800 53898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1788700

[startup+12.703 s]
/proc/loadavg: 1.12 1.04 1.01 3/77 11582
/proc/meminfo: memFree=1711648/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=15.39
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 68837 0 1 0 1505 34 0 0 18 0 13 0 188988802 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 61284 1324 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=10.82
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 37743 0 1 0 1062 20 0 0 24 0 13 0 188988804 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900577 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=1.2
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 12887 0 0 0 115 5 0 0 16 0 13 0 188988805 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=1.19
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 10775 0 0 0 115 4 0 0 16 0 13 0 188988805 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.09
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3887 0 0 0 108 1 0 0 16 0 13 0 188988812 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.04
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2812 0 0 0 103 1 0 0 16 0 13 0 188988812 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 61284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 1791936

[startup+25.5024 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 11582
/proc/meminfo: memFree=1696224/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=28.4
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 70871 0 1 0 2805 35 0 0 18 0 13 0 188988802 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 62097 1325 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=23.48
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 37755 0 1 0 2328 20 0 0 19 0 13 0 188988804 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109894178 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=1.29
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 14249 0 0 0 124 5 0 0 16 0 13 0 188988805 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=1.29
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 11433 0 0 0 124 5 0 0 16 0 13 0 188988805 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 188988808 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 62097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11569] ppid=11567 vsize=1791936 CPUtime=1675.86
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 151501 0 1 0 167383 203 0 0 18 0 13 0 188988802 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 66245 1332 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=1644.84
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 82052 0 1 0 164434 50 0 0 25 0 13 0 188988804 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109936283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=13.98
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 31108 0 0 0 1345 53 0 0 16 0 13 0 188988805 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=13.95
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 30737 0 0 0 1334 61 0 0 16 0 13 0 188988805 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0.71
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 177 0 0 0 37 34 0 0 16 0 13 0 188988808 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.18
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3889 0 0 0 117 1 0 0 16 0 13 0 188988812 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.15
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2818 0 0 0 114 1 0 0 16 0 13 0 188988812 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 66245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.86
Current children cumulated vsize (KiB) 1791936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 11762
/proc/meminfo: memFree=1675296/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=1736.19
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 152717 0 1 0 173412 207 0 0 18 0 13 0 188988802 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 66813 1332 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=1704.17
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 82478 0 1 0 170365 52 0 0 23 0 13 0 188988804 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=14.46
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 31626 0 0 0 1393 53 0 0 15 0 13 0 188988805 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=14.44
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 31006 0 0 0 1382 62 0 0 16 0 13 0 188988805 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0.72
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 180 0 0 0 38 34 0 0 16 0 13 0 188988808 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.18
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3889 0 0 0 117 1 0 0 16 0 13 0 188988812 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.15
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2818 0 0 0 114 1 0 0 16 0 13 0 188988812 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 66813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.19
Current children cumulated vsize (KiB) 1791936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11782
/proc/meminfo: memFree=1673304/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=1796.6
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 154685 0 1 0 179449 211 0 0 18 0 13 0 188988802 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 67594 1332 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=1763.58
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 83749 0 1 0 176305 53 0 0 25 0 13 0 188988804 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873356 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=14.95
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 31833 0 0 0 1441 54 0 0 16 0 13 0 188988805 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=14.94
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 31486 0 0 0 1430 64 0 0 16 0 13 0 188988805 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0.74
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 190 0 0 0 39 35 0 0 16 0 13 0 188988808 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.18
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3889 0 0 0 117 1 0 0 16 0 13 0 188988812 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.15
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2818 0 0 0 114 1 0 0 16 0 13 0 188988812 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 67594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 1791936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11782
/proc/meminfo: memFree=1673240/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=1800.02
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 154756 0 1 0 179791 211 0 0 18 0 13 0 188988802 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 67625 1332 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=1766.95
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 83753 0 1 0 176642 53 0 0 25 0 13 0 188988804 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911445 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=14.97
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 31877 0 0 0 1443 54 0 0 16 0 13 0 188988805 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=14.96
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 31509 0 0 0 1432 64 0 0 16 0 13 0 188988805 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0.74
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 190 0 0 0 39 35 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.18
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3889 0 0 0 117 1 0 0 16 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.15
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2818 0 0 0 114 1 0 0 16 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791936

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

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

[startup+1785.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11782
/proc/meminfo: memFree=1673240/2055920 swapFree=4184616/4192956
[pid=11569] ppid=11567 vsize=1791936 CPUtime=1800.02
/proc/11569/stat : 11569 (java) S 11567 11569 10157 0 -1 0 154756 0 1 0 179791 211 0 0 18 0 13 0 188988802 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11569/statm: 447984 67625 1332 9 0 445595 0
[pid=11569/tid=11571] ppid=11567 vsize=1791936 CPUtime=1766.95
/proc/11569/task/11571/stat : 11571 (java) R 11567 11569 10157 0 -1 64 83753 0 1 0 176642 53 0 0 25 0 13 0 188988804 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911445 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11572] ppid=11567 vsize=1791936 CPUtime=14.97
/proc/11569/task/11572/stat : 11572 (java) S 11567 11569 10157 0 -1 64 31877 0 0 0 1443 54 0 0 16 0 13 0 188988805 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11573] ppid=11567 vsize=1791936 CPUtime=14.96
/proc/11569/task/11573/stat : 11573 (java) S 11567 11569 10157 0 -1 64 31509 0 0 0 1432 64 0 0 16 0 13 0 188988805 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11574] ppid=11567 vsize=1791936 CPUtime=0.74
/proc/11569/task/11574/stat : 11574 (java) S 11567 11569 10157 0 -1 64 190 0 0 0 39 35 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11575] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11575/stat : 11575 (java) S 11567 11569 10157 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11576] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11576/stat : 11576 (java) S 11567 11569 10157 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188988808 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11577] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11577/stat : 11577 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11578] ppid=11567 vsize=1791936 CPUtime=1.18
/proc/11569/task/11578/stat : 11578 (java) S 11567 11569 10157 0 -1 64 3889 0 0 0 117 1 0 0 16 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11579] ppid=11567 vsize=1791936 CPUtime=1.15
/proc/11569/task/11579/stat : 11579 (java) S 11567 11569 10157 0 -1 64 2818 0 0 0 114 1 0 0 16 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11569/tid=11580] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11580/stat : 11580 (java) S 11567 11569 10157 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11581] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11581/stat : 11581 (java) S 11567 11569 10157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188988812 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11569/tid=11582] ppid=11567 vsize=1791936 CPUtime=0
/proc/11569/task/11582/stat : 11582 (java) S 11567 11569 10157 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 188989481 1834942464 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791936

Child status: 143
Real time (s): 1785.77
CPU time (s): 1800.09
CPU user time (s): 1797.93
CPU system time (s): 2.15967
CPU usage (%): 100.802
Max. virtual memory (cumulated for all children) (KiB): 1791968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.15967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154776
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= 67333
involuntary context switches= 35169

runsolver used 1.67274 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Apr 24 10:33:12 UTC 2007

IDJOB= 419629
IDBENCH= 47787
IDSOLVER= 164
FILE ID= node59/419629-1177410791

PBS_JOBID= 4675555

Free space on /tmp= 66318 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc962.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419629-1177410791/sat4jPseudoCPClause.jar /tmp/evaluation/419629-1177410791/instance-419629-1177410791.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-419629-1177410791 -o ROOT/results/node59/solver-419629-1177410791 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419629-1177410791/sat4jPseudoCPClause.jar /tmp/evaluation/419629-1177410791/instance-419629-1177410791.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ff3b25beb83e6b54aede25c0e77f2d1b

RANDOM SEED= 487245814

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1940736 kB
Buffers:          2492 kB
Cached:          52196 kB
SwapCached:       2364 kB
Active:          52748 kB
Inactive:        13300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940736 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:           14292 kB
Writeback:           0 kB
Mapped:          18160 kB
Slab:            35080 kB
Committed_AS:  3019836 kB
PageTables:       1476 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= 66318 MiB

End job on node59 on Tue Apr 24 11:03:00 UTC 2007