Trace number 354371

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.2 1780.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pk1.opb
MD5SUM064c172c08e0726f78b89fe587697d96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50176
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50176
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2150078462
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	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/354371-1176706845/instance-354371-1176706845.opb
0.20/0.20	c reading problem ... 
0.86/0.64	c ... done. Wall clock time 0.445s.
0.86/0.64	c CPU time (experimental) 0.39s.
0.86/0.64	c #vars     985
0.86/0.64	c #constraints  60
1800.07/1780.31	c starts		: 2
1800.07/1780.31	c conflicts		: 27903
1800.07/1780.31	c decisions		: 30998
1800.07/1780.31	c propagations		: 176859
1800.07/1780.31	c inspects		: 379491508
1800.07/1780.31	c learnt literals	: 0
1800.07/1780.31	c learnt binary clauses	: 0
1800.07/1780.31	c learnt ternary clauses	: 0
1800.07/1780.31	c learnt clauses	: 27902
1800.07/1780.31	c root simplifications	: 0
1800.07/1780.31	c removed literals (reason simplification)	: 0
1800.07/1780.31	c reason swapping (by a shorter reason)	: 0
1800.07/1780.31	c Calls to reduceDB	: 0
1800.07/1780.31	c speed (decisions/second)	: 17.417933762628817
1800.07/1780.31	c non guided choices	26
1800.07/1780.31	s UNKNOWN
1800.07/1780.31	c Total wall clock time (ms): 1780.112

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/node42/watcher-354371-1176706845 -o ROOT/results/node42/solver-354371-1176706845 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354371-1176706845/sat4jPseudoCPClause.jar /tmp/evaluation/354371-1176706845/instance-354371-1176706845.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.96 1.03 1.00 2/64 13292
/proc/meminfo: memFree=1837848/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=152 CPUtime=0
/proc/13292/stat : 13292 (java) R 13290 13292 13164 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118596358 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/13292/statm: 38 26 19 9 0 4 0

[startup+0.0381081 s]
/proc/loadavg: 0.96 1.03 1.00 2/64 13292
/proc/meminfo: memFree=1837848/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1776088 CPUtime=0.01
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 3187 0 1 0 0 1 0 0 18 0 4 0 118596358 1818714112 2934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 444022 2934 887 9 0 441658 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1776088

[startup+0.102131 s]
/proc/loadavg: 0.96 1.03 1.00 2/64 13292
/proc/meminfo: memFree=1837848/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1780112 CPUtime=0.08
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 118596358 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.304159 s]
/proc/loadavg: 0.96 1.03 1.00 2/64 13292
/proc/meminfo: memFree=1837848/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1781392 CPUtime=0.32
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 5147 0 1 0 28 4 0 0 18 0 12 0 118596358 1824145408 4885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 445348 4886 1269 9 0 442959 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781392

[startup+0.701235 s]
/proc/loadavg: 0.96 1.03 1.00 2/64 13292
/proc/meminfo: memFree=1837848/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1794848 CPUtime=1.06
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 9990 0 1 0 99 7 0 0 18 0 13 0 118596358 1837924352 8482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448712 8482 1308 9 0 446323 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1794848

[startup+1.50139 s]
/proc/loadavg: 0.96 1.03 1.00 4/77 13305
/proc/meminfo: memFree=1804912/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=2.4
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 24245 0 1 0 227 13 0 0 18 0 13 0 118596358 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 19469 1321 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=0.81
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 15554 0 1 0 73 8 0 0 21 0 13 0 118596360 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118596361 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118596361 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118596364 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118596364 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=0.86
/proc/13292/task/13301/stat : 13301 (java) R 13290 13292 13164 0 -1 64 4560 0 0 0 85 1 0 0 16 0 13 0 118596368 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105197380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=0.69
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 3405 0 0 0 67 2 0 0 16 0 13 0 118596368 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 19469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1793656

[startup+3.10269 s]
/proc/loadavg: 0.96 1.03 1.00 2/77 13305
/proc/meminfo: memFree=1683184/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=4.39
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 48755 0 1 0 416 23 0 0 18 0 13 0 118596358 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 42982 1330 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=2.24
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 37716 0 1 0 207 17 0 0 25 0 13 0 118596360 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584780 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=0.02
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 671 0 0 0 2 0 0 0 16 0 13 0 118596361 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=0.01
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 632 0 0 0 1 0 0 0 16 0 13 0 118596361 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.07
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4575 0 0 0 106 1 0 0 16 0 13 0 118596368 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4429 0 0 0 98 2 0 0 15 0 13 0 118596368 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 42982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1793656

[startup+6.30129 s]
/proc/loadavg: 0.96 1.03 1.00 2/77 13305
/proc/meminfo: memFree=1667952/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=7.76
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 52977 0 1 0 749 27 0 0 18 0 13 0 118596358 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 45638 1331 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=5.31
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 37721 0 1 0 514 17 0 0 25 0 13 0 118596360 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619804 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=0.11
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 2817 0 0 0 10 1 0 0 16 0 13 0 118596361 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=0.11
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 2680 0 0 0 10 1 0 0 16 0 13 0 118596361 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.1
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4576 0 0 0 109 1 0 0 16 0 13 0 118596368 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.05
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4432 0 0 0 103 2 0 0 17 0 13 0 118596368 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 45638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 1793656

[startup+12.7025 s]
/proc/loadavg: 0.97 1.03 1.00 2/77 13305
/proc/meminfo: memFree=1626224/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=14.36
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 62150 0 1 0 1405 31 0 0 18 0 13 0 118596358 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 53926 1331 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=11.53
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 39148 0 1 0 1135 18 0 0 25 0 13 0 118596360 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559293 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=0.26
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 6723 0 0 0 23 3 0 0 17 0 13 0 118596361 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=0.26
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 6515 0 0 0 24 2 0 0 16 0 13 0 118596361 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.14
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4579 0 0 0 113 1 0 0 17 0 13 0 118596368 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.08
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4434 0 0 0 106 2 0 0 16 0 13 0 118596368 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 53926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1793656

[startup+25.5029 s]
/proc/loadavg: 0.97 1.03 1.00 2/83 13377
/proc/meminfo: memFree=1613120/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=27.28
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 65583 0 1 0 2695 33 0 0 18 0 13 0 118596358 1836703744 56869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 56869 1331 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=24.16
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 39157 0 1 0 2398 18 0 0 25 0 13 0 118596360 1836703744 56869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575396 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=0.4
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 8360 0 0 0 36 4 0 0 16 0 13 0 118596361 1836703744 56869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=0.4
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 8302 0 0 0 37 3 0 0 16 0 13 0 118596361 1836703744 56869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0.16
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 168 0 0 0 8 8 0 0 16 0 13 0 118596364 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.21
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4581 0 0 0 120 1 0 0 17 0 13 0 118596368 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.16
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4437 0 0 0 114 2 0 0 17 0 13 0 118596368 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 128154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1559.19
Current children cumulated vsize (KiB) 1793656

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.03 2/77 13503
/proc/meminfo: memFree=1323952/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=1619.89
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 199582 0 1 0 161887 102 0 0 18 0 13 0 118596358 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 129166 1333 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=1583.48
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 70077 0 1 0 158317 31 0 0 25 0 13 0 118596360 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=16.91
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 63146 0 0 0 1663 28 0 0 17 0 13 0 118596361 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=16.88
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 56450 0 0 0 1662 26 0 0 16 0 13 0 118596361 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0.17
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 168 0 0 0 8 9 0 0 16 0 13 0 118596364 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.21
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4581 0 0 0 120 1 0 0 17 0 13 0 118596368 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.16
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4437 0 0 0 114 2 0 0 17 0 13 0 118596368 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 129166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.89
Current children cumulated vsize (KiB) 1793656

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.02 3/77 13503
/proc/meminfo: memFree=1319728/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=1680.64
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 200810 0 1 0 167961 103 0 0 18 0 13 0 118596358 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 130263 1333 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=1642.67
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 70092 0 1 0 164236 31 0 0 18 0 13 0 118596360 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557094 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=17.69
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 63952 0 0 0 1740 29 0 0 17 0 13 0 118596361 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=17.66
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 56857 0 0 0 1740 26 0 0 17 0 13 0 118596361 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0.18
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 168 0 0 0 9 9 0 0 15 0 13 0 118596364 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.21
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4581 0 0 0 120 1 0 0 17 0 13 0 118596368 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.16
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4437 0 0 0 114 2 0 0 17 0 13 0 118596368 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 130263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.64
Current children cumulated vsize (KiB) 1793656

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/77 13503
/proc/meminfo: memFree=1315632/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=1741.34
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 201930 0 1 0 174031 103 0 0 18 0 13 0 118596358 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 131242 1333 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=1701.9
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 70106 0 1 0 170159 31 0 0 25 0 13 0 118596360 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109829900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=18.43
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 64465 0 0 0 1814 29 0 0 17 0 13 0 118596361 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=18.39
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 57450 0 0 0 1812 27 0 0 16 0 13 0 118596361 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0.18
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 168 0 0 0 9 9 0 0 16 0 13 0 118596364 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.21
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4581 0 0 0 120 1 0 0 17 0 13 0 118596368 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.16
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4437 0 0 0 114 2 0 0 17 0 13 0 118596368 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 131242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1741.34
Current children cumulated vsize (KiB) 1793656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 13503
/proc/meminfo: memFree=1310384/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=1793656 CPUtime=1800.07
/proc/13292/stat : 13292 (java) S 13290 13292 13164 0 -1 0 203358 0 1 0 179903 104 0 0 18 0 13 0 118596358 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13292/statm: 448414 132510 1333 9 0 446025 0
[pid=13292/tid=13294] ppid=13290 vsize=1793656 CPUtime=1759.13
/proc/13292/task/13294/stat : 13294 (java) R 13290 13292 13164 0 -1 64 70120 0 1 0 175882 31 0 0 25 0 13 0 118596360 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556807 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13295] ppid=13290 vsize=1793656 CPUtime=19.17
/proc/13292/task/13295/stat : 13295 (java) S 13290 13292 13164 0 -1 64 64945 0 0 0 1888 29 0 0 17 0 13 0 118596361 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13296] ppid=13290 vsize=1793656 CPUtime=19.14
/proc/13292/task/13296/stat : 13296 (java) S 13290 13292 13164 0 -1 64 58384 0 0 0 1887 27 0 0 16 0 13 0 118596361 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13297] ppid=13290 vsize=1793656 CPUtime=0.18
/proc/13292/task/13297/stat : 13297 (java) S 13290 13292 13164 0 -1 64 168 0 0 0 9 9 0 0 15 0 13 0 118596364 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13298] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13298/stat : 13298 (java) S 13290 13292 13164 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13299] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13299/stat : 13299 (java) S 13290 13292 13164 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118596364 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13300] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13300/stat : 13300 (java) S 13290 13292 13164 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118596368 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13301] ppid=13290 vsize=1793656 CPUtime=1.21
/proc/13292/task/13301/stat : 13301 (java) S 13290 13292 13164 0 -1 64 4581 0 0 0 120 1 0 0 17 0 13 0 118596368 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13302] ppid=13290 vsize=1793656 CPUtime=1.16
/proc/13292/task/13302/stat : 13302 (java) S 13290 13292 13164 0 -1 64 4437 0 0 0 114 2 0 0 17 0 13 0 118596368 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13303] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13303/stat : 13303 (java) S 13290 13292 13164 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118596368 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13292/tid=13304] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13304/stat : 13304 (java) S 13290 13292 13164 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118596368 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13292/tid=13305] ppid=13290 vsize=1793656 CPUtime=0
/proc/13292/task/13305/stat : 13305 (java) S 13290 13292 13164 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 118596424 1836703744 132510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1793656

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

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

[startup+1780.41 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 13503
/proc/meminfo: memFree=1310384/2055920 swapFree=4184540/4192956
[pid=13292] ppid=13290 vsize=0 CPUtime=1800.18
/proc/13292/stat : 13292 (java) Z 13290 13292 13164 0 -1 1036 203378 0 1 0 179907 111 0 0 16 0 2 0 118596358 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13292/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.43
CPU time (s): 1800.2
CPU user time (s): 1799.08
CPU system time (s): 1.12683
CPU usage (%): 101.111
Max. virtual memory (cumulated for all children) (KiB): 1794920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203378
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= 41782
involuntary context switches= 36957

runsolver used 1.72474 second user time and 4.81927 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Apr 16 07:00:45 UTC 2007

IDJOB= 354371
IDBENCH= 2502
IDSOLVER= 164
FILE ID= node42/354371-1176706845

PBS_JOBID= 4560061

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  064c172c08e0726f78b89fe587697d96

RANDOM SEED= 700519028

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1838264 kB
Buffers:         14304 kB
Cached:         127008 kB
SwapCached:       2372 kB
Active:          36944 kB
Inactive:       114340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838264 kB
SwapTotal:     4192956 kB
SwapFree:      4184540 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          16368 kB
Slab:            52480 kB
Committed_AS:  2746580 kB
PageTables:       1408 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= 66536 MiB

End job on node42 on Mon Apr 16 07:30:27 UTC 2007