Trace number 348380

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.34 1786.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-lotfi.opb
MD5SUM76d897d8437070b9cbeb866c2620c3bc
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527485
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/348380-1176580617/instance-348380-1176580617.opb
0.21/0.20	c reading problem ... 
2.03/1.29	c ... done. Wall clock time 1.092s.
2.03/1.29	c CPU time (experimental) 0.77s.
2.03/1.29	c #vars     9240
2.03/1.29	c #constraints  240
1800.08/1786.11	c starts		: 23
1800.08/1786.11	c conflicts		: 1614479
1800.08/1786.11	c decisions		: 2014682
1800.08/1786.11	c propagations		: 79572037
1800.08/1786.11	c inspects		: 1439403290
1800.08/1786.11	c learnt literals	: 9
1800.08/1786.11	c learnt binary clauses	: 2
1800.08/1786.11	c learnt ternary clauses	: 9
1800.08/1786.11	c learnt clauses	: 1614471
1800.08/1786.11	c root simplifications	: 0
1800.08/1786.11	c removed literals (reason simplification)	: 0
1800.08/1786.11	c reason swapping (by a shorter reason)	: 0
1800.08/1786.11	c Calls to reduceDB	: 0
1800.08/1786.11	c speed (decisions/second)	: 1128.8074550030592
1800.08/1786.11	c non guided choices	4806
1800.08/1786.11	s UNKNOWN
1800.08/1786.11	c Total wall clock time (ms): 1785.911

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

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


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 30449
/proc/meminfo: memFree=1763036/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1472 CPUtime=0
/proc/30449/stat : 30449 (java) R 30447 30449 30386 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 12906752 1507328 81 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5209414 0 0 4096 0 0 0 0 17 1 0 0
/proc/30449/statm: 368 90 68 9 0 10 0

[startup+0.032513 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 30449
/proc/meminfo: memFree=1763036/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1775952 CPUtime=0.01
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 2842 0 1 0 0 1 0 0 18 0 4 0 12906752 1818574848 2590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 443988 2596 628 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101511 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 30449
/proc/meminfo: memFree=1763036/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1780108 CPUtime=0.09
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 3976 0 1 0 6 3 0 0 18 0 12 0 12906752 1822830592 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301527 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 30449
/proc/meminfo: memFree=1763036/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1782304 CPUtime=0.31
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 5183 0 1 0 27 4 0 0 18 0 12 0 12906752 1825079296 4921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 445576 4921 1270 9 0 443188 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782304

[startup+0.701561 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 30449
/proc/meminfo: memFree=1763036/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1792296 CPUtime=1.06
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 9528 0 1 0 100 6 0 0 18 0 12 0 12906752 1835311104 8492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448074 8492 1302 9 0 445686 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1792296

[startup+1.50261 s]
/proc/loadavg: 0.78 0.95 0.98 4/76 30461
/proc/meminfo: memFree=1728124/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793860 CPUtime=2.45
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 19189 0 1 0 235 10 0 0 18 0 13 0 12906752 1836912640 15830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448465 15831 1316 9 0 446077 0
[pid=30449/tid=30451] ppid=30447 vsize=1793860 CPUtime=0.92
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 12078 0 1 0 86 6 0 0 20 0 13 0 12906754 1836912640 15831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534268 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 12906755 1836912640 15832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 12906755 1836912640 15832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 15833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 12906758 1836912640 15833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 12906758 1836912640 15834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836912640 15834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793860 CPUtime=0.63
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 2475 0 0 0 62 1 0 0 16 0 13 0 12906762 1836912640 15834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793860 CPUtime=0.87
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 3914 0 0 0 86 1 0 0 16 0 13 0 12906762 1836912640 15835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836912640 15835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836912640 15836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1793860

[startup+3.10273 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 30462
/proc/meminfo: memFree=1691316/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793860 CPUtime=4.32
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 30356 0 1 0 417 15 0 0 18 0 13 0 12906752 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448465 25816 1316 9 0 446077 0
[pid=30449/tid=30451] ppid=30447 vsize=1793860 CPUtime=2.42
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 22032 0 1 0 232 10 0 0 25 0 13 0 12906754 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109774532 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 12906755 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 12906755 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 12906758 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 12906758 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 12906758 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793860 CPUtime=0.79
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3192 0 0 0 78 1 0 0 16 0 13 0 12906762 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793860 CPUtime=1.06
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4409 0 0 0 105 1 0 0 16 0 13 0 12906762 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836912640 25816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1793860

[startup+6.30274 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 30462
/proc/meminfo: memFree=1594364/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793860 CPUtime=7.56
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 47749 0 1 0 735 21 0 0 18 0 13 0 12906752 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448465 43186 1325 9 0 446077 0
[pid=30449/tid=30451] ppid=30447 vsize=1793860 CPUtime=5.57
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 37708 0 1 0 541 16 0 0 25 0 13 0 12906754 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793860 CPUtime=0.03
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 953 0 0 0 3 0 0 0 16 0 13 0 12906755 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793860 CPUtime=0.03
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 757 0 0 0 3 0 0 0 16 0 13 0 12906755 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793860 CPUtime=0.8
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3193 0 0 0 79 1 0 0 17 0 13 0 12906762 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793860 CPUtime=1.07
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4409 0 0 0 106 1 0 0 16 0 13 0 12906762 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836912640 43186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1793860

[startup+12.7022 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 30462
/proc/meminfo: memFree=1586756/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793860 CPUtime=14.08
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 49955 0 1 0 1386 22 0 0 18 0 13 0 12906752 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448465 45375 1327 9 0 446077 0
[pid=30449/tid=30451] ppid=30447 vsize=1793860 CPUtime=11.9
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 37711 0 1 0 1174 16 0 0 24 0 13 0 12906754 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793860 CPUtime=0.08
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 1921 0 0 0 8 0 0 0 16 0 13 0 12906755 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793860 CPUtime=0.08
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 1978 0 0 0 8 0 0 0 16 0 13 0 12906755 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793860 CPUtime=0.84
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3195 0 0 0 83 1 0 0 17 0 13 0 12906762 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793860 CPUtime=1.11
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4416 0 0 0 110 1 0 0 16 0 13 0 12906762 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836912640 45375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 1793860

[startup+25.501 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 30462
/proc/meminfo: memFree=1582340/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793860 CPUtime=27
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 52875 0 1 0 2676 24 0 0 18 0 13 0 12906752 1836912640 46207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448465 46207 1327 9 0 446077 0
[pid=30449/tid=30451] ppid=30447 vsize=1793860 CPUtime=24.58
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 37717 0 1 0 2441 17 0 0 17 0 13 0 12906754 1836912640 46207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648298 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793860 CPUtime=0.18
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 3180 0 0 0 17 1 0 0 17 0 13 0 12906755 1836912640 46207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793860 CPUtime=0.18
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 3622 0 0 0 17 1 0 0 17 0 13 0 12906755 1836912640 46207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793860 CPUtime=0
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 12906758 1836912640 46207 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3197 0 0 0 87 1 0 0 16 0 13 0 12906762 1836814336 274112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793764 CPUtime=1.15
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4419 0 0 0 114 1 0 0 17 0 13 0 12906762 1836814336 274112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836814336 274112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836814336 274112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836814336 274112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.89
Current children cumulated vsize (KiB) 1793764

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30662
/proc/meminfo: memFree=648516/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793764 CPUtime=1675.3
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 449655 0 1 0 167305 225 0 0 18 0 13 0 12906752 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448441 279029 1327 9 0 446053 0
[pid=30449/tid=30451] ppid=30447 vsize=1793764 CPUtime=1647.95
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 119027 0 1 0 164740 55 0 0 25 0 13 0 12906754 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846886 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793764 CPUtime=12.5
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 149983 0 0 0 1180 70 0 0 16 0 13 0 12906755 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793764 CPUtime=12.47
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 172021 0 0 0 1169 78 0 0 17 0 13 0 12906755 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793764 CPUtime=0.27
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 287 0 0 0 12 15 0 0 16 0 13 0 12906758 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793764 CPUtime=0.88
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3197 0 0 0 87 1 0 0 16 0 13 0 12906762 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793764 CPUtime=1.15
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4419 0 0 0 114 1 0 0 17 0 13 0 12906762 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836814336 279029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.3
Current children cumulated vsize (KiB) 1793764

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30662
/proc/meminfo: memFree=561796/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793764 CPUtime=1735.86
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 472661 0 1 0 173351 235 0 0 18 0 13 0 12906752 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448441 300717 1327 9 0 446053 0
[pid=30449/tid=30451] ppid=30447 vsize=1793764 CPUtime=1707.35
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 125639 0 1 0 170677 58 0 0 25 0 13 0 12906754 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769846 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793764 CPUtime=13.09
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 156072 0 0 0 1236 73 0 0 16 0 13 0 12906755 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793764 CPUtime=13.05
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 182300 0 0 0 1222 83 0 0 16 0 13 0 12906755 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793764 CPUtime=0.28
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 313 0 0 0 13 15 0 0 16 0 13 0 12906758 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793764 CPUtime=0.88
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3197 0 0 0 87 1 0 0 16 0 13 0 12906762 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793764 CPUtime=1.15
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4419 0 0 0 114 1 0 0 17 0 13 0 12906762 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836814336 300717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.86
Current children cumulated vsize (KiB) 1793764

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30662
/proc/meminfo: memFree=512068/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793764 CPUtime=1796.28
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 488316 0 1 0 179386 242 0 0 18 0 13 0 12906752 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448441 313078 1327 9 0 446053 0
[pid=30449/tid=30451] ppid=30447 vsize=1793764 CPUtime=1766.87
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 125644 0 1 0 176629 58 0 0 25 0 13 0 12906754 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109837281 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793764 CPUtime=13.52
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 161060 0 0 0 1278 74 0 0 16 0 13 0 12906755 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793764 CPUtime=13.5
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 192961 0 0 0 1262 88 0 0 17 0 13 0 12906755 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793764 CPUtime=0.29
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 314 0 0 0 13 16 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793764 CPUtime=0.88
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3197 0 0 0 87 1 0 0 16 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793764 CPUtime=1.15
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4419 0 0 0 114 1 0 0 17 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) S 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (KiB) 1793764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30662
/proc/meminfo: memFree=512068/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=1793764 CPUtime=1800.08
/proc/30449/stat : 30449 (java) S 30447 30449 30386 0 -1 0 488316 0 1 0 179766 242 0 0 18 0 13 0 12906752 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 448441 313078 1327 9 0 446053 0
[pid=30449/tid=30451] ppid=30447 vsize=1793764 CPUtime=1770.67
/proc/30449/task/30451/stat : 30451 (java) R 30447 30449 30386 0 -1 64 125644 0 1 0 177009 58 0 0 25 0 13 0 12906754 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109847203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30452] ppid=30447 vsize=1793764 CPUtime=13.52
/proc/30449/task/30452/stat : 30452 (java) S 30447 30449 30386 0 -1 64 161060 0 0 0 1278 74 0 0 16 0 13 0 12906755 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30453] ppid=30447 vsize=1793764 CPUtime=13.5
/proc/30449/task/30453/stat : 30453 (java) S 30447 30449 30386 0 -1 64 192961 0 0 0 1262 88 0 0 17 0 13 0 12906755 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30454] ppid=30447 vsize=1793764 CPUtime=0.29
/proc/30449/task/30454/stat : 30454 (java) S 30447 30449 30386 0 -1 64 314 0 0 0 13 16 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30455] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30455/stat : 30455 (java) S 30447 30449 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30456] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30456/stat : 30456 (java) S 30447 30449 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12906758 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30457] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30457/stat : 30457 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30458] ppid=30447 vsize=1793764 CPUtime=0.88
/proc/30449/task/30458/stat : 30458 (java) S 30447 30449 30386 0 -1 64 3197 0 0 0 87 1 0 0 16 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30459] ppid=30447 vsize=1793764 CPUtime=1.15
/proc/30449/task/30459/stat : 30459 (java) S 30447 30449 30386 0 -1 64 4419 0 0 0 114 1 0 0 17 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30460] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30460/stat : 30460 (java) S 30447 30449 30386 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30449/tid=30461] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30461/stat : 30461 (java) R 30447 30449 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12906762 1836814336 313078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30449/tid=30462] ppid=30447 vsize=1793764 CPUtime=0
/proc/30449/task/30462/stat : 30462 (java) S 30447 30449 30386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 12906890 1836814336 313078 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) 1793764

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

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

[startup+1786.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30662
/proc/meminfo: memFree=512068/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=0 CPUtime=1800.2
/proc/30449/stat : 30449 (java) Z 30447 30449 30386 0 -1 1036 488336 0 1 0 179772 248 0 0 16 0 2 0 12906752 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 30665
/proc/meminfo: memFree=1401332/2055920 swapFree=4192956/4192956
[pid=30449] ppid=30447 vsize=0 CPUtime=1800.28
/proc/30449/stat : 30449 (java) Z 30447 30449 30386 0 -1 1036 488336 0 1 0 179772 256 0 0 16 0 2 0 12906752 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30449/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.36
CPU time (s): 1800.34
CPU user time (s): 1797.72
CPU system time (s): 2.6206
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 1795580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 2.6206
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488336
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= 45010
involuntary context switches= 36687

runsolver used 2.10268 second user time and 4.5873 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Apr 14 19:56:57 UTC 2007

IDJOB= 348380
IDBENCH= 1663
IDSOLVER= 159
FILE ID= node52/348380-1176580617

PBS_JOBID= 4556952

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  76d897d8437070b9cbeb866c2620c3bc

RANDOM SEED= 962467268

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1763444 kB
Buffers:         22264 kB
Cached:         174392 kB
SwapCached:          0 kB
Active:          50656 kB
Inactive:       161300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763444 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:          25468 kB
Slab:            66496 kB
Committed_AS:    68352 kB
PageTables:       1484 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= 66561 MiB

End job on node52 on Sat Apr 14 20:26:45 UTC 2007