Trace number 351656

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-aflow40b.opb
MD5SUM4990a2601191ad55c4ad7d6303e4ded9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8046
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6735
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 525160
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	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/351656-1176608691/instance-351656-1176608691.opb
0.20/0.20	c reading problem ... 
2.89/1.92	c ... done. Wall clock time 1.718s.
2.89/1.92	c CPU time (experimental) 1.25s.
2.89/1.92	c #vars     23384
2.89/1.92	c #constraints  2884
1800.01/1771.41	c starts		: 2
1800.01/1771.41	c conflicts		: 6212
1800.01/1771.41	c decisions		: 192309
1800.01/1771.41	c propagations		: 876713
1800.01/1771.41	c inspects		: 6915258
1800.01/1771.41	c learnt literals	: 0
1800.01/1771.41	c learnt binary clauses	: 0
1800.01/1771.41	c learnt ternary clauses	: 0
1800.01/1771.41	c learnt clauses	: 6211
1800.01/1771.41	c root simplifications	: 0
1800.01/1771.41	c removed literals (reason simplification)	: 0
1800.01/1771.41	c reason swapping (by a shorter reason)	: 0
1800.01/1771.41	c Calls to reduceDB	: 0
1800.01/1771.41	c speed (decisions/second)	: 108.68513530468279
1800.01/1771.41	c non guided choices	0
1800.01/1771.41	s UNKNOWN
1800.01/1771.41	c Total wall clock time (ms): 1771.211

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/node41/watcher-351656-1176608691 -o ROOT/results/node41/solver-351656-1176608691 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351656-1176608691/sat4jPseudoCPClause.jar /tmp/evaluation/351656-1176608691/instance-351656-1176608691.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.96 0.98 2/64 11130
/proc/meminfo: memFree=1531504/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=324 CPUtime=0
/proc/11130/stat : 11130 (java) R 11128 11130 11067 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 108781024 331776 44 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 1 0 0
/proc/11130/statm: 378 47 35 9 0 8 0

[startup+0.0647911 s]
/proc/loadavg: 0.78 0.96 0.98 2/64 11130
/proc/meminfo: memFree=1531504/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1777708 CPUtime=0.04
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 3662 0 1 0 3 1 0 0 18 0 7 0 108781024 1820372992 3404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 444427 3404 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101795 s]
/proc/loadavg: 0.78 0.96 0.98 2/64 11130
/proc/meminfo: memFree=1531504/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1780112 CPUtime=0.08
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 3980 0 1 0 6 2 0 0 18 0 12 0 108781024 1822834688 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 445028 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301812 s]
/proc/loadavg: 0.78 0.96 0.98 2/64 11130
/proc/meminfo: memFree=1531504/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1782624 CPUtime=0.33
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 5297 0 1 0 30 3 0 0 18 0 12 0 108781024 1825406976 5032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 445656 5032 1267 9 0 443267 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782624

[startup+0.701849 s]
/proc/loadavg: 0.78 0.96 0.98 2/64 11130
/proc/meminfo: memFree=1531504/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1783244 CPUtime=0.89
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 7477 0 1 0 86 3 0 0 18 0 12 0 108781024 1826041856 7093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 445811 7094 1302 9 0 443422 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783244

[startup+1.50291 s]
/proc/loadavg: 0.78 0.96 0.98 4/76 11142
/proc/meminfo: memFree=1499280/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1793808 CPUtime=2.47
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 20625 0 1 0 230 17 0 0 18 0 12 0 108781024 1836859392 15986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448452 15987 1314 9 0 446063 0
[pid=11130/tid=11132] ppid=11128 vsize=1793808 CPUtime=0.83
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 12404 0 1 0 78 5 0 0 24 0 12 0 108781025 1836859392 15988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542488 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 108781027 1836859392 15989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 108781027 1836859392 15990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1793808 CPUtime=0.12
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 4 8 0 0 16 0 12 0 108781029 1836859392 15991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 108781029 1836859392 15992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 108781029 1836859392 15992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 108781033 1836859392 15993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1793808 CPUtime=0.59
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 2664 0 0 0 58 1 0 0 16 0 12 0 108781033 1836859392 15994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1793808 CPUtime=0.89
/proc/11130/task/11140/stat : 11140 (java) R 11128 11130 11067 0 -1 64 4839 0 0 0 88 1 0 0 18 0 12 0 108781033 1836859392 15995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101905503 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 108781033 1836859392 15996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1793808 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 108781033 1836859392 15997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1793808

[startup+3.10205 s]
/proc/loadavg: 0.78 0.96 0.98 2/77 11143
/proc/meminfo: memFree=1421704/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1793904 CPUtime=4.59
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 50446 0 1 0 429 30 0 0 18 0 13 0 108781024 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448476 45049 1328 9 0 446087 0
[pid=11130/tid=11132] ppid=11128 vsize=1793904 CPUtime=2.12
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 37735 0 1 0 196 16 0 0 25 0 13 0 108781025 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1793904 CPUtime=0.06
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 1895 0 0 0 6 0 0 0 16 0 13 0 108781027 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1793904 CPUtime=0.06
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 1749 0 0 0 6 0 0 0 16 0 13 0 108781027 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1793904 CPUtime=0.12
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 7 0 0 0 4 8 0 0 16 0 13 0 108781029 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1793904 CPUtime=0.93
/proc/11130/task/11139/stat : 11139 (java) R 11128 11130 11067 0 -1 64 2891 0 0 0 92 1 0 0 16 0 13 0 108781033 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105284053 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1793904 CPUtime=1.22
/proc/11130/task/11140/stat : 11140 (java) R 11128 11130 11067 0 -1 64 5448 0 0 0 121 1 0 0 16 0 13 0 108781033 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314944 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1793904 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1836957696 45049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 1793904

[startup+6.30233 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 11143
/proc/meminfo: memFree=1339720/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1793876 CPUtime=8.27
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 54912 0 1 0 794 33 0 0 18 0 13 0 108781024 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448469 47163 1331 9 0 446080 0
[pid=11130/tid=11132] ppid=11128 vsize=1793876 CPUtime=4.96
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 37742 0 1 0 480 16 0 0 21 0 13 0 108781025 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1793876 CPUtime=0.28
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 3962 0 0 0 27 1 0 0 16 0 13 0 108781027 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1793876 CPUtime=0.29
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 3666 0 0 0 27 2 0 0 16 0 13 0 108781027 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1793876 CPUtime=0.12
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 16 0 0 0 4 8 0 0 16 0 13 0 108781029 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1793876 CPUtime=1.15
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 2941 0 0 0 114 1 0 0 16 0 13 0 108781033 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1793876 CPUtime=1.4
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5864 0 0 0 138 2 0 0 17 0 13 0 108781033 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1836929024 47163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1793876

[startup+12.7029 s]
/proc/loadavg: 0.89 0.97 0.99 2/77 11143
/proc/meminfo: memFree=1323552/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1793876 CPUtime=14.87
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 61294 0 1 0 1451 36 0 0 18 0 13 0 108781024 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448469 52997 1331 9 0 446080 0
[pid=11130/tid=11132] ppid=11128 vsize=1793876 CPUtime=11.17
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 37753 0 1 0 1101 16 0 0 24 0 13 0 108781025 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109917813 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1793876 CPUtime=0.45
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 7102 0 0 0 42 3 0 0 16 0 13 0 108781027 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1793876 CPUtime=0.45
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 6890 0 0 0 42 3 0 0 16 0 13 0 108781027 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1793876 CPUtime=0.14
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 23 0 0 0 5 9 0 0 16 0 13 0 108781029 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1793876 CPUtime=1.2
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 2941 0 0 0 119 1 0 0 16 0 13 0 108781033 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1793876 CPUtime=1.42
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5864 0 0 0 140 2 0 0 16 0 13 0 108781033 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1793876 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1836929024 52997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1793876

[startup+25.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 11143
/proc/meminfo: memFree=1402272/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1793876 CPUtime=27.87
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 63332 0 1 0 2749 38 0 0 18 0 13 0 108781024 1836929024 32871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448469 32871 1331 9 0 446080 0
[pid=11130/tid=11132] ppid=11128 vsize=1793876 CPUtime=23.82
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 37782 0 1 0 2366 16 0 0 18 0 13 0 108781025 1836929024 32871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1793876 CPUtime=0.5
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 7969 0 0 0 47 3 0 0 15 0 13 0 108781027 1836929024 32871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1793876 CPUtime=0.51
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 7637 0 0 0 48 3 0 0 16 0 13 0 108781027 1836929024 32871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1793876 CPUtime=0.15
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 23 0 0 0 5 10 0 0 15 0 13 0 108781029 1836929024 32871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=11130/tid=11135] ppid=11128 vsize=1794036 CPUtime=0.65
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 210 0 0 0 36 29 0 0 16 0 13 0 108781029 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1794036 CPUtime=1.96
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 6429 0 0 0 193 3 0 0 17 0 13 0 108781033 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1794036 CPUtime=1.66
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5869 0 0 0 164 2 0 0 17 0 13 0 108781033 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1837092864 197043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1566.02
Current children cumulated vsize (KiB) 1794036

[startup+1602.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/77 11341
/proc/meminfo: memFree=729760/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1794036 CPUtime=1627.28
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 303018 0 1 0 162553 175 0 0 18 0 13 0 108781024 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448509 201173 1332 9 0 446120 0
[pid=11130/tid=11132] ppid=11128 vsize=1794036 CPUtime=1576.22
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 100973 0 1 0 157571 51 0 0 25 0 13 0 108781025 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109854064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1794036 CPUtime=23.35
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 93755 0 0 0 2291 44 0 0 16 0 13 0 108781027 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1794036 CPUtime=23.35
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 95061 0 0 0 2293 42 0 0 16 0 13 0 108781027 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1794036 CPUtime=0.68
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 210 0 0 0 38 30 0 0 16 0 13 0 108781029 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1794036 CPUtime=1.96
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 6429 0 0 0 193 3 0 0 17 0 13 0 108781033 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1794036 CPUtime=1.66
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5869 0 0 0 164 2 0 0 17 0 13 0 108781033 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1837092864 201173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1627.28
Current children cumulated vsize (KiB) 1794036

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 11341
/proc/meminfo: memFree=711328/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1794036 CPUtime=1688.53
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 308350 0 1 0 168676 177 0 0 18 0 13 0 108781024 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448509 205826 1332 9 0 446120 0
[pid=11130/tid=11132] ppid=11128 vsize=1794036 CPUtime=1634.9
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 101040 0 1 0 163439 51 0 0 25 0 13 0 108781025 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109917585 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1794036 CPUtime=24.62
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 96739 0 0 0 2418 44 0 0 16 0 13 0 108781027 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1794036 CPUtime=24.62
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 97342 0 0 0 2419 43 0 0 16 0 13 0 108781027 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1794036 CPUtime=0.7
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 210 0 0 0 39 31 0 0 16 0 13 0 108781029 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1794036 CPUtime=1.96
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 6429 0 0 0 193 3 0 0 17 0 13 0 108781033 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1794036 CPUtime=1.66
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5869 0 0 0 164 2 0 0 17 0 13 0 108781033 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) R 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1837092864 205826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.53
Current children cumulated vsize (KiB) 1794036

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11341
/proc/meminfo: memFree=692256/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1794036 CPUtime=1749.85
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 313807 0 1 0 174804 181 0 0 18 0 13 0 108781024 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448509 210560 1332 9 0 446120 0
[pid=11130/tid=11132] ppid=11128 vsize=1794036 CPUtime=1693.52
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 101105 0 1 0 169301 51 0 0 20 0 13 0 108781025 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109895549 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1794036 CPUtime=25.95
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 99719 0 0 0 2550 45 0 0 16 0 13 0 108781027 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1794036 CPUtime=25.96
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 99754 0 0 0 2552 44 0 0 16 0 13 0 108781027 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1794036 CPUtime=0.72
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 210 0 0 0 40 32 0 0 16 0 13 0 108781029 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1794036 CPUtime=1.96
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 6429 0 0 0 193 3 0 0 17 0 13 0 108781033 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1794036 CPUtime=1.66
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5869 0 0 0 164 2 0 0 17 0 13 0 108781033 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1837092864 210560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.85
Current children cumulated vsize (KiB) 1794036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11341
/proc/meminfo: memFree=674464/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=1794036 CPUtime=1800.01
/proc/11130/stat : 11130 (java) S 11128 11130 11067 0 -1 0 318737 0 1 0 179817 184 0 0 18 0 13 0 108781024 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11130/statm: 448509 214911 1332 9 0 446120 0
[pid=11130/tid=11132] ppid=11128 vsize=1794036 CPUtime=1741.5
/proc/11130/task/11132/stat : 11132 (java) R 11128 11130 11067 0 -1 64 101158 0 1 0 174098 52 0 0 25 0 13 0 108781025 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109917585 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11133] ppid=11128 vsize=1794036 CPUtime=27.04
/proc/11130/task/11133/stat : 11133 (java) S 11128 11130 11067 0 -1 64 101888 0 0 0 2658 46 0 0 16 0 13 0 108781027 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11134] ppid=11128 vsize=1794036 CPUtime=27.05
/proc/11130/task/11134/stat : 11134 (java) S 11128 11130 11067 0 -1 64 102462 0 0 0 2659 46 0 0 16 0 13 0 108781027 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11135] ppid=11128 vsize=1794036 CPUtime=0.73
/proc/11130/task/11135/stat : 11135 (java) S 11128 11130 11067 0 -1 64 210 0 0 0 41 32 0 0 16 0 13 0 108781029 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11136] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11136/stat : 11136 (java) S 11128 11130 11067 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11137] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11137/stat : 11137 (java) S 11128 11130 11067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108781029 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11138] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11138/stat : 11138 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108781033 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11139] ppid=11128 vsize=1794036 CPUtime=1.96
/proc/11130/task/11139/stat : 11139 (java) S 11128 11130 11067 0 -1 64 6429 0 0 0 193 3 0 0 17 0 13 0 108781033 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11130/tid=11140] ppid=11128 vsize=1794036 CPUtime=1.66
/proc/11130/task/11140/stat : 11140 (java) S 11128 11130 11067 0 -1 64 5869 0 0 0 164 2 0 0 17 0 13 0 108781033 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11141] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11141/stat : 11141 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108781033 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11142] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11142/stat : 11142 (java) S 11128 11130 11067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108781033 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11130/tid=11143] ppid=11128 vsize=1794036 CPUtime=0
/proc/11130/task/11143/stat : 11143 (java) S 11128 11130 11067 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 108781224 1837092864 214911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794036

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

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

[startup+1771.51 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11341
/proc/meminfo: memFree=674464/2055920 swapFree=4184828/4192956
[pid=11130] ppid=11128 vsize=0 CPUtime=1800.12
/proc/11130/stat : 11130 (java) Z 11128 11130 11067 0 -1 1036 318758 0 1 0 179819 193 0 0 16 0 2 0 108781024 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11130/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.56
CPU time (s): 1800.17
CPU user time (s): 1798.2
CPU system time (s): 1.9727
CPU usage (%): 101.615
Max. virtual memory (cumulated for all children) (KiB): 1796676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 1.9727
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318758
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= 58686
involuntary context switches= 28805

runsolver used 1.82272 second user time and 4.93125 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Apr 15 03:44:51 UTC 2007

IDJOB= 351656
IDBENCH= 1788
IDSOLVER= 164
FILE ID= node41/351656-1176608691

PBS_JOBID= 4557049

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-aflow40b.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351656-1176608691/sat4jPseudoCPClause.jar /tmp/evaluation/351656-1176608691/instance-351656-1176608691.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-351656-1176608691 -o ROOT/results/node41/solver-351656-1176608691 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351656-1176608691/sat4jPseudoCPClause.jar /tmp/evaluation/351656-1176608691/instance-351656-1176608691.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4990a2601191ad55c4ad7d6303e4ded9

RANDOM SEED= 311120136

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1531976 kB
Buffers:         56864 kB
Cached:         336164 kB
SwapCached:       2596 kB
Active:         130916 kB
Inactive:       272472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531976 kB
SwapTotal:     4192956 kB
SwapFree:      4184828 kB
Dirty:            4756 kB
Writeback:           0 kB
Mapped:          16448 kB
Slab:           106592 kB
Committed_AS:   719472 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= 66560 MiB

End job on node41 on Sun Apr 15 04:14:25 UTC 2007