Trace number 349420

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.25 1755.86

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
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 variables48602
Total number of constraints686
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 constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node21/watcher-349420-1176700164 -o ROOT/results/node21/solver-349420-1176700164 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349420-1176700164/sat4jPseudoCPClause.jar /tmp/evaluation/349420-1176700164/instance-349420-1176700164.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.92 1.00 0.99 2/77 27167
/proc/meminfo: memFree=1785456/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1800 CPUtime=0
/proc/27167/stat : 27167 (java) D 27165 27167 26176 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 117933719 1843200 148 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27167/statm: 450 148 111 9 0 92 0

[startup+0.0426181 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 27167
/proc/meminfo: memFree=1785456/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1776376 CPUtime=0.02
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 3450 0 1 0 1 1 0 0 18 0 4 0 117933719 1819009024 3195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 444094 3195 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.101624 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 27167
/proc/meminfo: memFree=1785456/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1780260 CPUtime=0.08
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 3999 0 1 0 6 2 0 0 18 0 12 0 117933719 1822986240 3740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 445065 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.302653 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 27167
/proc/meminfo: memFree=1785456/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1782436 CPUtime=0.35
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 5506 0 1 0 32 3 0 0 18 0 12 0 117933719 1825214464 5242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 445609 5242 1271 9 0 443220 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782436

[startup+0.702702 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 27167
/proc/meminfo: memFree=1785456/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1783360 CPUtime=0.9
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 9303 0 1 0 85 5 0 0 18 0 12 0 117933719 1826160640 8750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 445840 8750 1297 9 0 443451 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783360

[startup+1.50279 s]
/proc/loadavg: 0.92 1.00 0.99 4/89 27179
/proc/meminfo: memFree=1743568/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1792464 CPUtime=2.38
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 23297 0 1 0 225 13 0 0 18 0 12 0 117933719 1835483136 19620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448116 19622 1304 9 0 445727 0
[pid=27167/tid=27169] ppid=27165 vsize=1792464 CPUtime=1.06
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 16186 0 1 0 97 9 0 0 18 0 12 0 117933720 1835483136 19623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501957 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 117933721 1835483136 19623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 117933721 1835483136 19624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117933723 1835483136 19625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 117933724 1835483136 19626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 117933724 1835483136 19630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117933728 1835483136 19634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1792464 CPUtime=0.45
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 1454 0 0 0 45 0 0 0 16 0 12 0 117933728 1835483136 19639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1792464 CPUtime=0.84
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 4937 0 0 0 82 2 0 0 18 0 12 0 117933728 1835483136 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117933728 1835483136 19646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1792464 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117933728 1835483136 19648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1792464

[startup+3.10196 s]
/proc/loadavg: 0.92 1.00 0.99 2/89 27179
/proc/meminfo: memFree=1646992/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793748 CPUtime=4.64
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 53063 0 1 0 439 25 0 0 18 0 13 0 117933719 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448437 47590 1328 9 0 446048 0
[pid=27167/tid=27169] ppid=27165 vsize=1793748 CPUtime=2.37
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 37730 0 1 0 220 17 0 0 17 0 13 0 117933720 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102840154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793748 CPUtime=0.11
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 3141 0 0 0 10 1 0 0 17 0 13 0 117933721 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793748 CPUtime=0.11
/proc/27167/task/27171/stat : 27171 (java) R 27165 27167 26176 0 -1 64 3376 0 0 0 9 2 0 0 18 0 13 0 117933721 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117933723 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793748 CPUtime=0.93
/proc/27167/task/27176/stat : 27176 (java) R 27165 27167 26176 0 -1 64 3113 0 0 0 92 1 0 0 17 0 13 0 117933728 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429564 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793748 CPUtime=1.07
/proc/27167/task/27177/stat : 27177 (java) R 27165 27167 26176 0 -1 64 4972 0 0 0 105 2 0 0 17 0 13 0 117933728 1836797952 47590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102297653 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1836797952 47591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793748 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1836797952 47591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1793748

[startup+6.3023 s]
/proc/loadavg: 1.09 1.03 1.01 2/90 27180
/proc/meminfo: memFree=1574920/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=8.48
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 61811 0 1 0 818 30 0 0 18 0 13 0 117933719 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 53916 1328 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=5.18
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 37739 0 1 0 501 17 0 0 21 0 13 0 117933720 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582096 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=0.29
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 6668 0 0 0 27 2 0 0 16 0 13 0 117933721 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=0.3
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 6479 0 0 0 26 4 0 0 17 0 13 0 117933721 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117933723 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.19
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3843 0 0 0 118 1 0 0 16 0 13 0 117933728 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.47
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6351 0 0 0 144 3 0 0 16 0 13 0 117933728 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 53916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1793980

[startup+12.703 s]
/proc/loadavg: 1.08 1.03 1.00 2/90 27180
/proc/meminfo: memFree=1545800/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=15.47
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 70459 0 1 0 1513 34 0 0 18 0 13 0 117933719 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 61457 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=11.01
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 37747 0 1 0 1084 17 0 0 25 0 13 0 117933720 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883766 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=0.84
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 11761 0 0 0 79 5 0 0 16 0 13 0 117933721 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=0.85
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 10016 0 0 0 80 5 0 0 16 0 13 0 117933721 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 117933723 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.22
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3845 0 0 0 121 1 0 0 16 0 13 0 117933728 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.5
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6359 0 0 0 147 3 0 0 16 0 13 0 117933728 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 61457 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 1793980

[startup+25.5022 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 27180
/proc/meminfo: memFree=1528648/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=28.5
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 76596 0 1 0 2813 37 0 0 18 0 13 0 117933719 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 65292 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=23.57
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 37766 0 1 0 2339 18 0 0 25 0 13 0 117933720 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109897028 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=1.04
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 14573 0 0 0 98 6 0 0 16 0 13 0 117933721 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=1.06
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 13312 0 0 0 100 6 0 0 16 0 13 0 117933721 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 117933723 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 65292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0.17
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 20 0 0 0 12 5 0 0 16 0 13 0 117933723 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.25
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3847 0 0 0 124 1 0 0 16 0 13 0 117933728 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.53
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6360 0 0 0 150 3 0 0 17 0 13 0 117933728 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 200523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1580.18
Current children cumulated vsize (KiB) 1793980

[startup+1602.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 27180
/proc/meminfo: memFree=975368/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=1642.05
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 235867 0 1 0 164080 125 0 0 18 0 13 0 117933719 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 203214 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=1561.88
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 38517 0 1 0 156163 25 0 0 25 0 13 0 117933720 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834525 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=38.55
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 97376 0 0 0 3809 46 0 0 16 0 13 0 117933721 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=38.59
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 89023 0 0 0 3817 42 0 0 16 0 13 0 117933721 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0.18
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 20 0 0 0 13 5 0 0 16 0 13 0 117933723 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.25
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3847 0 0 0 124 1 0 0 16 0 13 0 117933728 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.53
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6360 0 0 0 150 3 0 0 17 0 13 0 117933728 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 203214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.05
Current children cumulated vsize (KiB) 1793980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 27180
/proc/meminfo: memFree=964616/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=1703.86
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 238633 0 1 0 170259 127 0 0 18 0 13 0 117933719 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 205785 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=1620.01
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 38541 0 1 0 161976 25 0 0 25 0 13 0 117933720 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835233 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=40.39
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 99662 0 0 0 3992 47 0 0 16 0 13 0 117933721 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=40.42
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 89479 0 0 0 4000 42 0 0 16 0 13 0 117933721 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0.18
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 20 0 0 0 13 5 0 0 15 0 13 0 117933723 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.25
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3847 0 0 0 124 1 0 0 16 0 13 0 117933728 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.53
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6360 0 0 0 150 3 0 0 17 0 13 0 117933728 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 205785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1703.86
Current children cumulated vsize (KiB) 1793980

[startup+1722.3 s]
/proc/loadavg: 1.09 1.05 1.01 2/90 27182
/proc/meminfo: memFree=954888/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=1765.68
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 241307 0 1 0 176440 128 0 0 18 0 13 0 117933719 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 208310 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=1678.13
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 38565 0 1 0 167788 25 0 0 25 0 13 0 117933720 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811248 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=42.25
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 102100 0 0 0 4177 48 0 0 16 0 13 0 117933721 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=42.28
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 89691 0 0 0 4185 43 0 0 16 0 13 0 117933721 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0.19
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 20 0 0 0 14 5 0 0 15 0 13 0 117933723 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.25
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3847 0 0 0 124 1 0 0 16 0 13 0 117933728 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.53
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6360 0 0 0 150 3 0 0 17 0 13 0 117933728 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 208310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.68
Current children cumulated vsize (KiB) 1793980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.7 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 27182
/proc/meminfo: memFree=949064/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=1793980 CPUtime=1800.08
/proc/27167/stat : 27167 (java) S 27165 27167 26176 0 -1 0 242716 0 1 0 179880 128 0 0 18 0 13 0 117933719 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27167/statm: 448495 209662 1334 9 0 446106 0
[pid=27167/tid=27169] ppid=27165 vsize=1793980 CPUtime=1710.51
/proc/27167/task/27169/stat : 27169 (java) R 27165 27167 26176 0 -1 64 38578 0 1 0 171026 25 0 0 25 0 13 0 117933720 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109866733 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27170] ppid=27165 vsize=1793980 CPUtime=43.26
/proc/27167/task/27170/stat : 27170 (java) S 27165 27167 26176 0 -1 64 103347 0 0 0 4278 48 0 0 16 0 13 0 117933721 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27171] ppid=27165 vsize=1793980 CPUtime=43.29
/proc/27167/task/27171/stat : 27171 (java) S 27165 27167 26176 0 -1 64 89840 0 0 0 4286 43 0 0 17 0 13 0 117933721 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27172] ppid=27165 vsize=1793980 CPUtime=0.19
/proc/27167/task/27172/stat : 27172 (java) S 27165 27167 26176 0 -1 64 20 0 0 0 14 5 0 0 16 0 13 0 117933723 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27173] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27173/stat : 27173 (java) S 27165 27167 26176 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27174] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27174/stat : 27174 (java) S 27165 27167 26176 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117933724 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27175] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27175/stat : 27175 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27176] ppid=27165 vsize=1793980 CPUtime=1.25
/proc/27167/task/27176/stat : 27176 (java) S 27165 27167 26176 0 -1 64 3847 0 0 0 124 1 0 0 16 0 13 0 117933728 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27177] ppid=27165 vsize=1793980 CPUtime=1.53
/proc/27167/task/27177/stat : 27177 (java) S 27165 27167 26176 0 -1 64 6360 0 0 0 150 3 0 0 17 0 13 0 117933728 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27178] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27178/stat : 27178 (java) S 27165 27167 26176 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117933728 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27167/tid=27179] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27179/stat : 27179 (java) S 27165 27167 26176 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117933728 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27167/tid=27180] ppid=27165 vsize=1793980 CPUtime=0
/proc/27167/task/27180/stat : 27180 (java) S 27165 27167 26176 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 117933969 1837035520 209662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793980

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

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

[startup+1755.81 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 27182
/proc/meminfo: memFree=949064/2055920 swapFree=4168968/4192956
[pid=27167] ppid=27165 vsize=0 CPUtime=1800.2
/proc/27167/stat : 27167 (java) Z 27165 27167 26176 0 -1 1036 242736 0 1 0 179883 137 0 0 16 0 2 0 117933719 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27167/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.86
CPU time (s): 1800.25
CPU user time (s): 1798.83
CPU system time (s): 1.41978
CPU usage (%): 102.528
Max. virtual memory (cumulated for all children) (KiB): 1796644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.41978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242736
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= 44370
involuntary context switches= 33985

runsolver used 2.08168 second user time and 5.37118 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Apr 16 05:09:24 UTC 2007

IDJOB= 349420
IDBENCH= 2416
IDSOLVER= 164
FILE ID= node21/349420-1176700164

PBS_JOBID= 4560010

Free space on /tmp= 66533 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-modszk1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349420-1176700164/sat4jPseudoCPClause.jar /tmp/evaluation/349420-1176700164/instance-349420-1176700164.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-349420-1176700164 -o ROOT/results/node21/solver-349420-1176700164 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349420-1176700164/sat4jPseudoCPClause.jar /tmp/evaluation/349420-1176700164/instance-349420-1176700164.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  73a69ec0478725312d0c26d36222113a

RANDOM SEED= 514213265

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1785864 kB
Buffers:         26972 kB
Cached:         161828 kB
SwapCached:       2892 kB
Active:         108524 kB
Inactive:       105460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785864 kB
SwapTotal:     4192956 kB
SwapFree:      4168968 kB
Dirty:            5644 kB
Writeback:           0 kB
Mapped:          32132 kB
Slab:            41556 kB
Committed_AS:   967596 kB
PageTables:       1792 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= 66533 MiB

End job on node21 on Mon Apr 16 05:38:42 UTC 2007