Trace number 354344

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
sat4jPseudoCP 2007-03-23? (TO) 1800.35 1731.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum3.opb
MD5SUM84f1974aba41ac2d1ba5ffc7a29fc60a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10842138728
Best CPU time to get the best result obtained on this benchmark1804.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10752000000
Optimality of the best value was proved NO
Number of variables93400
Total number of constraints49198
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints42667
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 87370
Biggest coefficient in the objective function 1310720000
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 13573186735
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 10240000000000000000000000000
Number of bits of the biggest number in a constraint 94
Biggest sum of numbers in a constraint 29801266744107042664773061860
Number of bits of the biggest sum of numbers95
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving /tmp/evaluation/354344-1176705698/instance-354344-1176705698.opb
0.20/0.21	c reading problem ... 
114.05/96.70	c ... done. Wall clock time 96.497s.
114.05/96.70	c CPU time (experimental) 80.39s.
114.05/96.70	c #vars     93400
114.05/96.70	c #constraints  43387
1457.41/1398.95	c cleaning 0 clauses out of 23501 for limit 692428.3784889932
1544.81/1483.52	c cleaning 0 clauses out of 24501 for limit 1806297.0177745644
1800.08/1731.52	c starts		: 2
1800.08/1731.52	c conflicts		: 27202
1800.08/1731.52	c decisions		: 53675
1800.08/1731.52	c propagations		: 5434280
1800.08/1731.52	c inspects		: 219538674
1800.08/1731.52	c learnt literals	: 0
1800.08/1731.52	c learnt binary clauses	: 0
1800.08/1731.52	c learnt ternary clauses	: 0
1800.08/1731.52	c learnt clauses	: 27202
1800.08/1731.52	c root simplifications	: 0
1800.08/1731.52	c removed literals (reason simplification)	: 0
1800.08/1731.52	c reason swapping (by a shorter reason)	: 0
1800.08/1731.52	c Calls to reduceDB	: 2
1800.08/1731.52	c speed (decisions/second)	: 32.84375185482297
1800.08/1731.52	c non guided choices	0
1800.08/1731.52	s UNKNOWN
1800.08/1731.52	c Total wall clock time (ms): 1731.311

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/node26/watcher-354344-1176705698 -o ROOT/results/node26/solver-354344-1176705698 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354344-1176705698/sat4jPseudoCP.jar /tmp/evaluation/354344-1176705698/instance-354344-1176705698.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.08 1.02 1.01 2/77 32334
/proc/meminfo: memFree=1262984/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=152 CPUtime=0
/proc/32334/stat : 32334 (java) R 32332 32334 31245 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 118486934 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/32334/statm: 50 33 26 9 0 4 0

[startup+0.105572 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 32334
/proc/meminfo: memFree=1262984/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1780256 CPUtime=0.09
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 4007 0 1 0 7 2 0 0 18 0 12 0 118486934 1822982144 3748 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 445064 3748 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.201581 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 32334
/proc/meminfo: memFree=1262984/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1782400 CPUtime=0.2
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 4867 0 1 0 17 3 0 0 18 0 12 0 118486934 1825177600 4605 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 445600 4605 1244 9 0 443212 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782400

[startup+0.301592 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 32334
/proc/meminfo: memFree=1262984/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1782400 CPUtime=0.33
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 5908 0 1 0 30 3 0 0 18 0 12 0 118486934 1825177600 5644 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 445600 5644 1267 9 0 443212 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782400

[startup+0.70163 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 32334
/proc/meminfo: memFree=1262984/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1783648 CPUtime=0.87
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 10149 0 1 0 81 6 0 0 18 0 12 0 118486934 1826455552 9709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 445912 9709 1296 9 0 443524 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783648

[startup+1.5027 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 32346
/proc/meminfo: memFree=1198696/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1785900 CPUtime=1.93
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 21263 0 1 0 181 12 0 0 18 0 12 0 118486934 1828761600 19708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 446475 19708 1304 9 0 444087 0
[pid=32334/tid=32336] ppid=32332 vsize=1785900 CPUtime=1.11
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 17828 0 1 0 102 9 0 0 25 0 12 0 118486935 1828761600 19709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109529828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118486937 1828761600 19710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118486937 1828761600 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118486939 1828761600 19712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118486940 1828761600 19713 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118486940 1828761600 19714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118486944 1828761600 19714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1785900 CPUtime=0.4
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 1262 0 0 0 40 0 0 0 17 0 12 0 118486944 1828761600 19715 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1785900 CPUtime=0.38
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 1451 0 0 0 38 0 0 0 17 0 12 0 118486944 1828761600 19715 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118486944 1828761600 19716 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1785900 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118486944 1828761600 19717 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1785900

[startup+3.10285 s]
/proc/loadavg: 1.08 1.02 1.01 3/89 32346
/proc/meminfo: memFree=1123752/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1788588 CPUtime=4.16
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 51930 0 1 0 389 27 0 0 18 0 12 0 118486934 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 447147 46984 1317 9 0 444759 0
[pid=32334/tid=32336] ppid=32332 vsize=1788588 CPUtime=2.26
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 37674 0 1 0 206 20 0 0 25 0 12 0 118486935 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1788588 CPUtime=0.18
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 3426 0 0 0 18 0 0 0 16 0 12 0 118486937 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1788588 CPUtime=0.18
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 3593 0 0 0 17 1 0 0 16 0 12 0 118486937 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118486939 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118486940 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118486940 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118486944 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1788588 CPUtime=0.74
/proc/32334/task/32343/stat : 32343 (java) R 32332 32334 31245 0 -1 64 2818 0 0 0 73 1 0 0 17 0 12 0 118486944 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104723116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1788588 CPUtime=0.74
/proc/32334/task/32344/stat : 32344 (java) R 32332 32334 31245 0 -1 64 3691 0 0 0 73 1 0 0 17 0 12 0 118486944 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103319245 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118486944 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1788588 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118486944 1831514112 46984 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1788588

[startup+6.30114 s]
/proc/loadavg: 1.31 1.07 1.02 2/89 32346
/proc/meminfo: memFree=1035944/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1794072 CPUtime=8.93
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 71350 0 1 0 853 40 0 0 18 0 12 0 118486934 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 448518 60635 1318 9 0 446130 0
[pid=32334/tid=32336] ppid=32332 vsize=1794072 CPUtime=4.99
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 37683 0 1 0 477 22 0 0 18 0 12 0 118486935 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1794072 CPUtime=0.63
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 10701 0 0 0 59 4 0 0 16 0 12 0 118486937 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1794072 CPUtime=0.62
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 10064 0 0 0 57 5 0 0 16 0 12 0 118486937 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 118486939 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118486940 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118486940 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118486944 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1794072 CPUtime=0.94
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 3486 0 0 0 93 1 0 0 16 0 12 0 118486944 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1794072 CPUtime=1.68
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8688 0 0 0 164 4 0 0 17 0 12 0 118486944 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118486944 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1794072 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118486944 1837129728 60635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 1794072

[startup+12.7027 s]
/proc/loadavg: 1.37 1.08 1.03 2/89 32346
/proc/meminfo: memFree=983976/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1797912 CPUtime=16.82
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 88691 0 1 0 1629 53 0 0 18 0 12 0 118486934 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449478 73365 1318 9 0 447090 0
[pid=32334/tid=32336] ppid=32332 vsize=1797912 CPUtime=9.88
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 37688 0 1 0 962 26 0 0 16 0 12 0 118486935 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109665297 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1797912 CPUtime=2.12
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 19999 0 0 0 204 8 0 0 19 0 12 0 118486937 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1797912 CPUtime=2.13
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 18102 0 0 0 203 10 0 0 16 0 12 0 118486937 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118486939 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118486940 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118486940 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118486944 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1797912 CPUtime=0.94
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 3486 0 0 0 93 1 0 0 16 0 12 0 118486944 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1797912 CPUtime=1.68
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8688 0 0 0 164 4 0 0 16 0 12 0 118486944 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118486944 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1797912 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118486944 1841061888 73365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 1797912

[startup+25.5029 s]
/proc/loadavg: 1.29 1.08 1.02 3/89 32346
/proc/meminfo: memFree=840872/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1796888 CPUtime=31.82
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 136232 0 1 0 3101 81 0 0 18 0 12 0 118486934 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449222 110322 1325 9 0 446834 0
[pid=32334/tid=32336] ppid=32332 vsize=1796888 CPUtime=20.51
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 37703 0 1 0 2021 30 0 0 16 0 12 0 118486935 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109573917 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1796888 CPUtime=4.29
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 41561 0 0 0 408 21 0 0 17 0 12 0 118486937 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1796888 CPUtime=4.3
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 44056 0 0 0 408 22 0 0 18 0 12 0 118486937 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1796888 CPUtime=0
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 118486939 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1796888 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118486940 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1796888 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118486940 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1796888 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118486944 1840013312 110322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 6289 0 0 0 237 3 0 0 17 0 13 0 118486944 1841405952 417818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1798248 CPUtime=3.28
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8775 0 0 0 324 4 0 0 17 0 13 0 118486944 1841405952 417818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118486944 1841405952 417818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118486944 1841405952 417818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32347] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32347/stat : 32347 (java) S 32332 32334 31245 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118496681 1841405952 417818 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.34
Current children cumulated vsize (KiB) 1798248

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 32545
/proc/meminfo: memFree=17760/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1798248 CPUtime=1667.04
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 514166 0 3 0 166387 317 0 0 18 0 13 0 118486934 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449562 417754 1337 9 0 447174 0
[pid=32334/tid=32336] ppid=32332 vsize=1798248 CPUtime=1530.35
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 38668 0 1 0 152965 70 0 0 25 0 13 0 118486935 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109593550 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1798248 CPUtime=61.79
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 232055 0 0 0 6062 117 0 0 16 0 13 0 118486937 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1798248 CPUtime=61.94
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 227205 0 0 0 6082 112 0 0 16 0 13 0 118486937 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1798248 CPUtime=7.22
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 450 0 2 0 714 8 0 0 16 0 13 0 118486939 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118486944 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1798248 CPUtime=2.4
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 6289 0 0 0 237 3 0 0 17 0 13 0 118486944 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1798248 CPUtime=3.28
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8775 0 0 0 324 4 0 0 17 0 13 0 118486944 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118486944 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118486944 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32347] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32347/stat : 32347 (java) S 32332 32334 31245 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118496681 1841405952 417754 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.04
Current children cumulated vsize (KiB) 1798248

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 32545
/proc/meminfo: memFree=17632/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1798248 CPUtime=1728.84
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 514209 0 3 0 172566 318 0 0 18 0 13 0 118486934 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449562 417770 1337 9 0 447174 0
[pid=32334/tid=32336] ppid=32332 vsize=1798248 CPUtime=1588.48
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 38694 0 1 0 158778 70 0 0 25 0 13 0 118486935 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109586821 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1798248 CPUtime=63.62
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 232063 0 0 0 6245 117 0 0 16 0 13 0 118486937 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1798248 CPUtime=63.77
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 227214 0 0 0 6265 112 0 0 16 0 13 0 118486937 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1798248 CPUtime=7.22
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 450 0 2 0 714 8 0 0 16 0 13 0 118486939 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118486944 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1798248 CPUtime=2.4
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 6289 0 0 0 237 3 0 0 17 0 13 0 118486944 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1798248 CPUtime=3.28
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8775 0 0 0 324 4 0 0 17 0 13 0 118486944 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118486944 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118486944 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32347] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32347/stat : 32347 (java) S 32332 32334 31245 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118496681 1841405952 417770 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.84
Current children cumulated vsize (KiB) 1798248

[startup+1722.3 s]
/proc/loadavg: 1.16 1.04 1.01 2/90 32545
/proc/meminfo: memFree=17504/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1798248 CPUtime=1790.58
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 514251 0 3 0 178739 319 0 0 18 0 13 0 118486934 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449562 417787 1337 9 0 447174 0
[pid=32334/tid=32336] ppid=32332 vsize=1798248 CPUtime=1646.65
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 38719 0 1 0 164595 70 0 0 25 0 13 0 118486935 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110305165 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1798248 CPUtime=65.4
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 232070 0 0 0 6423 117 0 0 17 0 13 0 118486937 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1798248 CPUtime=65.55
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 227224 0 0 0 6443 112 0 0 16 0 13 0 118486937 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1798248 CPUtime=7.23
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 450 0 2 0 715 8 0 0 16 0 13 0 118486939 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1798248 CPUtime=2.41
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 6289 0 0 0 238 3 0 0 16 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1798248 CPUtime=3.28
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8775 0 0 0 324 4 0 0 17 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32347] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32347/stat : 32347 (java) S 32332 32334 31245 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118496681 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (KiB) 1798248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1731.51 s]
/proc/loadavg: 1.13 1.04 1.01 2/90 32545
/proc/meminfo: memFree=17440/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=1798248 CPUtime=1800.08
/proc/32334/stat : 32334 (java) S 32332 32334 31245 0 -1 0 514255 0 3 0 179689 319 0 0 18 0 13 0 118486934 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 449562 417787 1337 9 0 447174 0
[pid=32334/tid=32336] ppid=32332 vsize=1798248 CPUtime=1655.56
/proc/32334/task/32336/stat : 32336 (java) R 32332 32334 31245 0 -1 64 38723 0 1 0 165486 70 0 0 25 0 13 0 118486935 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109571456 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32337] ppid=32332 vsize=1798248 CPUtime=65.68
/proc/32334/task/32337/stat : 32337 (java) S 32332 32334 31245 0 -1 64 232070 0 0 0 6451 117 0 0 16 0 13 0 118486937 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32338] ppid=32332 vsize=1798248 CPUtime=65.84
/proc/32334/task/32338/stat : 32338 (java) S 32332 32334 31245 0 -1 64 227224 0 0 0 6472 112 0 0 16 0 13 0 118486937 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32339] ppid=32332 vsize=1798248 CPUtime=7.23
/proc/32334/task/32339/stat : 32339 (java) S 32332 32334 31245 0 -1 64 450 0 2 0 715 8 0 0 16 0 13 0 118486939 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32340] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32340/stat : 32340 (java) S 32332 32334 31245 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32341] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32341/stat : 32341 (java) S 32332 32334 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118486940 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32342] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32342/stat : 32342 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32343] ppid=32332 vsize=1798248 CPUtime=2.41
/proc/32334/task/32343/stat : 32343 (java) S 32332 32334 31245 0 -1 64 6289 0 0 0 238 3 0 0 16 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32344] ppid=32332 vsize=1798248 CPUtime=3.28
/proc/32334/task/32344/stat : 32344 (java) S 32332 32334 31245 0 -1 64 8775 0 0 0 324 4 0 0 17 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32345] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32345/stat : 32345 (java) S 32332 32334 31245 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32334/tid=32346] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32346/stat : 32346 (java) S 32332 32334 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118486944 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32334/tid=32347] ppid=32332 vsize=1798248 CPUtime=0
/proc/32334/task/32347/stat : 32347 (java) S 32332 32334 31245 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 118496681 1841405952 417787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1798248

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

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

[startup+1731.7 s]
/proc/loadavg: 1.13 1.04 1.01 2/90 32545
/proc/meminfo: memFree=17440/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=0 CPUtime=1800.24
/proc/32334/stat : 32334 (java) Z 32332 32334 31245 0 -1 1036 514276 0 3 0 179690 334 0 0 16 0 2 0 118486934 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

[startup+1731.8 s]
/proc/loadavg: 1.13 1.04 1.01 2/90 32545
/proc/meminfo: memFree=17440/2055920 swapFree=4170236/4192956
[pid=32334] ppid=32332 vsize=0 CPUtime=1800.33
/proc/32334/stat : 32334 (java) Z 32332 32334 31245 0 -1 1036 514276 0 3 0 179690 343 0 0 16 0 2 0 118486934 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1731.81
CPU time (s): 1800.35
CPU user time (s): 1796.91
CPU system time (s): 3.43748
CPU usage (%): 103.957
Max. virtual memory (cumulated for all children) (KiB): 1799944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.43748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514276
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45281
involuntary context switches= 52147

runsolver used 1.9817 second user time and 5.18721 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Apr 16 06:41:41 UTC 2007

IDJOB= 354344
IDBENCH= 2494
IDSOLVER= 160
FILE ID= node26/354344-1176705698

PBS_JOBID= 4560039

Free space on /tmp= 66268 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  84f1974aba41ac2d1ba5ffc7a29fc60a

RANDOM SEED= 334368659

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1263392 kB
Buffers:         30964 kB
Cached:         662780 kB
SwapCached:       3596 kB
Active:         360564 kB
Inactive:       357392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263392 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:          208332 kB
Writeback:       18496 kB
Mapped:          31204 kB
Slab:            60160 kB
Committed_AS:   945868 kB
PageTables:       1716 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= 66268 MiB

End job on node26 on Mon Apr 16 07:10:35 UTC 2007