Trace number 349430

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.36 1766.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-bnl1.opb
MD5SUM6c2572528741ab95a20df4da6c9423f7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35250
Total number of constraints624
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 constraints624
Minimum length of a constraint30
Maximum length of a constraint2280
Number of terms in the objective function 29490
Biggest coefficient in the objective function 12938266856652800
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 1063579760735919966
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 12938266856652800
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 1063579760735919966
Number of bits of the biggest sum of numbers60
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/349430-1176700728/instance-349430-1176700728.opb
0.21/0.20	c reading problem ... 
3.53/2.58	c ... done. Wall clock time 2.385s.
3.53/2.58	c CPU time (experimental) 2.07s.
3.53/2.58	c #vars     35250
3.53/2.58	c #constraints  855
1800.06/1766.08	c starts		: 2
1800.06/1766.08	c conflicts		: 20168
1800.06/1766.08	c decisions		: 59073
1800.06/1766.08	c propagations		: 622484
1800.06/1766.08	c inspects		: 92838673
1800.06/1766.08	c learnt literals	: 0
1800.06/1766.08	c learnt binary clauses	: 0
1800.06/1766.08	c learnt ternary clauses	: 0
1800.06/1766.08	c learnt clauses	: 20168
1800.06/1766.08	c root simplifications	: 0
1800.06/1766.08	c removed literals (reason simplification)	: 0
1800.06/1766.08	c reason swapping (by a shorter reason)	: 0
1800.06/1766.08	c Calls to reduceDB	: 0
1800.06/1766.08	c speed (decisions/second)	: 33.50403054514023
1800.06/1766.08	c non guided choices	0
1800.06/1766.08	s UNKNOWN
1800.06/1766.08	c Total wall clock time (ms): 1765.878

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

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


[startup+0 s]
/proc/loadavg: 1.11 1.04 1.01 2/64 19574
/proc/meminfo: memFree=1779440/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=324 CPUtime=0
/proc/19574/stat : 19574 (java) R 19572 19574 18623 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 24918156 331776 44 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 1 0 0
/proc/19574/statm: 81 44 33 9 0 6 0

[startup+0.0587481 s]
/proc/loadavg: 1.11 1.04 1.01 2/64 19574
/proc/meminfo: memFree=1779440/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1777708 CPUtime=0.04
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 3609 0 1 0 2 2 0 0 18 0 7 0 24918156 1820372992 3351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 444427 3351 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102755 s]
/proc/loadavg: 1.11 1.04 1.01 2/64 19574
/proc/meminfo: memFree=1779440/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1780112 CPUtime=0.09
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 3991 0 1 0 6 3 0 0 18 0 12 0 24918156 1822834688 3732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 445028 3732 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302774 s]
/proc/loadavg: 1.11 1.04 1.01 2/64 19574
/proc/meminfo: memFree=1779440/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1782616 CPUtime=0.34
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 5398 0 1 0 30 4 0 0 18 0 12 0 24918156 1825398784 5136 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 445654 5136 1267 9 0 443265 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782616

[startup+0.702812 s]
/proc/loadavg: 1.11 1.04 1.01 2/64 19574
/proc/meminfo: memFree=1779440/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1783364 CPUtime=0.9
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 9188 0 1 0 84 6 0 0 18 0 12 0 24918156 1826164736 8700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 445841 8700 1297 9 0 443452 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783364

[startup+1.5019 s]
/proc/loadavg: 1.11 1.04 1.01 3/76 19586
/proc/meminfo: memFree=1736720/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1791576 CPUtime=2.34
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 23138 0 1 0 222 12 0 0 18 0 12 0 24918156 1834573824 20104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 447894 20105 1304 9 0 445505 0
[pid=19574/tid=19576] ppid=19572 vsize=1791576 CPUtime=1.11
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 16878 0 1 0 102 9 0 0 19 0 12 0 24918157 1834573824 20106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529124 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24918159 1834573824 20106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24918159 1834573824 20107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24918161 1834573824 20108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 24918161 1834573824 20108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24918161 1834573824 20109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24918165 1834573824 20110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1791576 CPUtime=0.48
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1487 0 0 0 48 0 0 0 16 0 12 0 24918165 1834573824 20110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1791576 CPUtime=0.72
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 4052 0 0 0 71 1 0 0 18 0 12 0 24918165 1834573824 20111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24918165 1834573824 20112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24918165 1834573824 20112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1791576

[startup+3.10108 s]
/proc/loadavg: 1.18 1.06 1.01 2/76 19586
/proc/meminfo: memFree=1641744/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1791576 CPUtime=4.44
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 49809 0 1 0 421 23 0 0 18 0 12 0 24918156 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 447894 46399 1328 9 0 445505 0
[pid=19574/tid=19576] ppid=19572 vsize=1791576 CPUtime=2.46
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 37716 0 1 0 228 18 0 0 21 0 12 0 24918157 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1791576 CPUtime=0.09
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 2957 0 0 0 8 1 0 0 16 0 12 0 24918159 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1791576 CPUtime=0.09
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 2469 0 0 0 9 0 0 0 16 0 12 0 24918159 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24918161 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24918161 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24918161 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24918165 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1791576 CPUtime=0.76
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1522 0 0 0 76 0 0 0 16 0 12 0 24918165 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1791576 CPUtime=0.99
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 4419 0 0 0 97 2 0 0 16 0 12 0 24918165 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24918165 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1791576 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24918165 1834573824 46399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1791576

[startup+6.31042 s]
/proc/loadavg: 1.18 1.06 1.01 2/77 19587
/proc/meminfo: memFree=1571024/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=8.55
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 58038 0 1 0 828 27 0 0 18 0 13 0 24918156 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 53180 1328 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=4.94
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 37740 0 1 0 476 18 0 0 19 0 13 0 24918157 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=0.48
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 6676 0 0 0 46 2 0 0 16 0 13 0 24918159 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=0.48
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 5713 0 0 0 47 1 0 0 17 0 13 0 24918159 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.19
/proc/19574/task/19583/stat : 19583 (java) R 19572 19574 18623 0 -1 64 1986 0 0 0 118 1 0 0 17 0 13 0 24918165 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.4
/proc/19574/task/19584/stat : 19584 (java) R 19572 19574 18623 0 -1 64 5191 0 0 0 138 2 0 0 16 0 13 0 24918165 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105303437 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) R 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 53180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1792064

[startup+12.7011 s]
/proc/loadavg: 1.44 1.12 1.04 2/77 19587
/proc/meminfo: memFree=1549392/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=15.3
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 65611 0 1 0 1499 31 0 0 18 0 13 0 24918156 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 58613 1328 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=11
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 37755 0 1 0 1082 18 0 0 18 0 13 0 24918157 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887920 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=0.77
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 11016 0 0 0 73 4 0 0 16 0 13 0 24918159 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=0.77
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 8923 0 0 0 74 3 0 0 16 0 13 0 24918159 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24918161 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.25
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1988 0 0 0 124 1 0 0 16 0 13 0 24918165 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.46
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5196 0 0 0 144 2 0 0 16 0 13 0 24918165 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 58613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1792064

[startup+25.5017 s]
/proc/loadavg: 1.38 1.12 1.03 2/77 19587
/proc/meminfo: memFree=1558672/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=28.22
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 77937 0 1 0 2783 39 0 0 18 0 13 0 24918156 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 56544 1328 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=23.64
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 47132 0 1 0 2341 23 0 0 23 0 13 0 24918157 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887587 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=0.89
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 12572 0 0 0 84 5 0 0 16 0 13 0 24918159 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=0.9
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 10285 0 0 0 86 4 0 0 16 0 13 0 24918159 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.02
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 41 0 0 0 1 1 0 0 16 0 13 0 24918161 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 56544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.19
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 55 0 0 0 12 7 0 0 16 0 13 0 24918161 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.32
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1991 0 0 0 131 1 0 0 16 0 13 0 24918165 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.52
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5205 0 0 0 150 2 0 0 16 0 13 0 24918165 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 195877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.34
Current children cumulated vsize (KiB) 1792064

[startup+1602.3 s]
/proc/loadavg: 1.03 1.03 1.04 2/77 19587
/proc/meminfo: memFree=974096/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=1632.67
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 247253 0 1 0 163139 128 0 0 18 0 13 0 24918156 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 202010 1334 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=1571.31
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 52788 0 1 0 157101 30 0 0 25 0 13 0 24918157 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864607 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=29.12
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 97689 0 0 0 2869 43 0 0 16 0 13 0 24918159 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=29.13
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 88802 0 0 0 2872 41 0 0 16 0 13 0 24918159 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.21
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 55 0 0 0 13 8 0 0 16 0 13 0 24918161 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.32
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1991 0 0 0 131 1 0 0 16 0 13 0 24918165 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.52
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5205 0 0 0 150 2 0 0 16 0 13 0 24918165 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 202010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.67
Current children cumulated vsize (KiB) 1792064

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.03 2/77 19587
/proc/meminfo: memFree=961552/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=1694.06
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 250697 0 1 0 169276 130 0 0 18 0 13 0 24918156 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 205139 1334 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=1629.85
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 52810 0 1 0 162955 30 0 0 25 0 13 0 24918157 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=30.56
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 99343 0 0 0 3012 44 0 0 17 0 13 0 24918159 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=30.55
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 90570 0 0 0 3013 42 0 0 16 0 13 0 24918159 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.21
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 55 0 0 0 13 8 0 0 16 0 13 0 24918161 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.32
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1991 0 0 0 131 1 0 0 16 0 13 0 24918165 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.52
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5205 0 0 0 150 2 0 0 16 0 13 0 24918165 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 205139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.06
Current children cumulated vsize (KiB) 1792064

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 19587
/proc/meminfo: memFree=949264/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=1755.42
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 254108 0 1 0 175410 132 0 0 18 0 13 0 24918156 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 208197 1334 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=1688.43
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 52831 0 1 0 168813 30 0 0 25 0 13 0 24918157 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=31.95
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 101457 0 0 0 3150 45 0 0 16 0 13 0 24918159 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=31.93
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 91846 0 0 0 3150 43 0 0 17 0 13 0 24918159 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.22
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 55 0 0 0 13 9 0 0 16 0 13 0 24918161 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.32
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1991 0 0 0 131 1 0 0 16 0 13 0 24918165 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.52
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5205 0 0 0 150 2 0 0 16 0 13 0 24918165 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 208197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.42
Current children cumulated vsize (KiB) 1792064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766 s]
/proc/loadavg: 1.00 1.01 1.02 2/77 19587
/proc/meminfo: memFree=941776/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=1792064 CPUtime=1800.06
/proc/19574/stat : 19574 (java) S 19572 19574 18623 0 -1 0 256232 0 1 0 179872 134 0 0 18 0 13 0 24918156 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19574/statm: 448016 210067 1334 9 0 445627 0
[pid=19574/tid=19576] ppid=19572 vsize=1792064 CPUtime=1731.18
/proc/19574/task/19576/stat : 19576 (java) R 19572 19574 18623 0 -1 64 52845 0 1 0 173088 30 0 0 25 0 13 0 24918157 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19577] ppid=19572 vsize=1792064 CPUtime=32.89
/proc/19574/task/19577/stat : 19577 (java) S 19572 19574 18623 0 -1 64 102199 0 0 0 3244 45 0 0 17 0 13 0 24918159 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19578] ppid=19572 vsize=1792064 CPUtime=32.86
/proc/19574/task/19578/stat : 19578 (java) S 19572 19574 18623 0 -1 64 93214 0 0 0 3243 43 0 0 16 0 13 0 24918159 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19579] ppid=19572 vsize=1792064 CPUtime=0.22
/proc/19574/task/19579/stat : 19579 (java) S 19572 19574 18623 0 -1 64 55 0 0 0 13 9 0 0 16 0 13 0 24918161 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19580] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19580/stat : 19580 (java) S 19572 19574 18623 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19581] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19581/stat : 19581 (java) S 19572 19574 18623 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24918161 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19582] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19582/stat : 19582 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24918165 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19583] ppid=19572 vsize=1792064 CPUtime=1.32
/proc/19574/task/19583/stat : 19583 (java) S 19572 19574 18623 0 -1 64 1991 0 0 0 131 1 0 0 16 0 13 0 24918165 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19584] ppid=19572 vsize=1792064 CPUtime=1.52
/proc/19574/task/19584/stat : 19584 (java) S 19572 19574 18623 0 -1 64 5205 0 0 0 150 2 0 0 16 0 13 0 24918165 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19574/tid=19585] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19585/stat : 19585 (java) S 19572 19574 18623 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24918165 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19586] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19586/stat : 19586 (java) S 19572 19574 18623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24918165 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19574/tid=19587] ppid=19572 vsize=1792064 CPUtime=0
/proc/19574/task/19587/stat : 19587 (java) S 19572 19574 18623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 24918469 1835073536 210067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1792064

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

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

[startup+1766.2 s]
/proc/loadavg: 1.00 1.01 1.02 2/77 19587
/proc/meminfo: memFree=941776/2055920 swapFree=4183716/4192956
[pid=19574] ppid=19572 vsize=0 CPUtime=1800.32
/proc/19574/stat : 19574 (java) Z 19572 19574 18623 0 -1 1036 256396 0 1 0 179889 143 0 0 15 0 2 0 24918156 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19574/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.24
CPU time (s): 1800.36
CPU user time (s): 1798.9
CPU system time (s): 1.46478
CPU usage (%): 101.932
Max. virtual memory (cumulated for all children) (KiB): 1793428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.46478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256396
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= 44963
involuntary context switches= 18152

runsolver used 1.92371 second user time and 4.94325 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Apr 16 05:18:48 UTC 2007

IDJOB= 349430
IDBENCH= 2421
IDSOLVER= 164
FILE ID= node47/349430-1176700728

PBS_JOBID= 4560018

Free space on /tmp= 66557 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-bnl1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349430-1176700728/sat4jPseudoCPClause.jar /tmp/evaluation/349430-1176700728/instance-349430-1176700728.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-349430-1176700728 -o ROOT/results/node47/solver-349430-1176700728 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349430-1176700728/sat4jPseudoCPClause.jar /tmp/evaluation/349430-1176700728/instance-349430-1176700728.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6c2572528741ab95a20df4da6c9423f7

RANDOM SEED= 494549731

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1779848 kB
Buffers:         13500 kB
Cached:         207060 kB
SwapCached:       3568 kB
Active:         106692 kB
Inactive:       125172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779848 kB
SwapTotal:     4192956 kB
SwapFree:      4183716 kB
Dirty:            6508 kB
Writeback:           0 kB
Mapped:          16716 kB
Slab:            30148 kB
Committed_AS:  2428164 kB
PageTables:       1456 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= 66557 MiB

End job on node47 on Mon Apr 16 05:48:16 UTC 2007