Trace number 349280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.13 1772.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
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.13/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.25	c no version file found!!!
0.13/0.25	c sun.arch.data.model	32
0.13/0.25	c java.version	1.6.0
0.13/0.26	c os.name	Linux
0.13/0.26	c os.version	2.6.9-22.EL.rootsmp
0.13/0.26	c os.arch	i386
0.13/0.26	c Free memory 1651659224
0.13/0.26	c Max memory 1654456320
0.13/0.26	c Total memory 1654456320
0.13/0.26	c Number of processors 2
0.23/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.23/0.31	--- Begin Solver configuration ---
0.23/0.31	c Stops conflict analysis at the first Unique Implication Point
0.23/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.23/0.31	c Learn all clauses as in MiniSAT
0.23/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.23/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.31	c No reason simplification
0.23/0.31	c --- End Solver configuration ---
0.23/0.31	c Simplify asserted PB constraints to clauses
0.23/0.32	c solving /tmp/evaluation/349280-1176692951/instance-349280-1176692951.opb
0.23/0.32	c reading problem ... 
4.20/3.03	c ... done. Wall clock time 2.716s.
4.20/3.03	c CPU time (experimental) 2.29s.
4.20/3.03	c #vars     21720
4.20/3.03	c #constraints  1259
1800.00/1772.51	c starts		: 2
1800.00/1772.51	c conflicts		: 44033
1800.00/1772.51	c decisions		: 84833
1800.00/1772.51	c propagations		: 1312324
1800.00/1772.51	c inspects		: 354622154
1800.00/1772.51	c learnt literals	: 0
1800.00/1772.51	c learnt binary clauses	: 0
1800.00/1772.51	c learnt ternary clauses	: 0
1800.00/1772.51	c learnt clauses	: 44033
1800.00/1772.51	c root simplifications	: 0
1800.00/1772.51	c removed literals (reason simplification)	: 0
1800.00/1772.51	c reason swapping (by a shorter reason)	: 0
1800.00/1772.51	c Calls to reduceDB	: 0
1800.00/1772.51	c speed (decisions/second)	: 47.94834896888978
1800.00/1772.51	c non guided choices	11058
1800.00/1772.51	s UNKNOWN
1800.00/1772.51	c Total wall clock time (ms): 1772.197

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 4103
/proc/meminfo: memFree=1853056/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800 CPUtime=0
/proc/4103/stat : 4103 (java) D 4101 4103 3789 0 -1 0 180 0 0 0 0 0 0 0 19 0 1 0 145333581 1843200 151 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/4103/statm: 450 151 114 9 0 92 0

[startup+0.0514509 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 4103
/proc/meminfo: memFree=1853056/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=12056 CPUtime=0.02
/proc/4103/stat : 4103 (java) R 4101 4103 3789 0 -1 0 384 0 20 0 0 2 0 0 18 0 1 0 145333581 12345344 211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2507562 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/4103/statm: 3014 211 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.101456 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 4103
/proc/meminfo: memFree=1853056/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1777060 CPUtime=0.06
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 3491 0 26 0 2 4 0 0 18 0 5 0 145333581 1819709440 3260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 444265 3260 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777060

[startup+0.301483 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 4103
/proc/meminfo: memFree=1853056/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1782196 CPUtime=0.23
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 4791 0 26 0 16 7 0 0 18 0 12 0 145333581 1824968704 4554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 445549 4554 1244 9 0 443160 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782196

[startup+0.702518 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 4103
/proc/meminfo: memFree=1853056/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1783888 CPUtime=0.75
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 7049 0 26 0 67 8 0 0 18 0 12 0 145333581 1826701312 6628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 445972 6628 1288 9 0 443583 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1783888

[startup+1.5026 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 4115
/proc/meminfo: memFree=1810144/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1797300 CPUtime=2.35
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 23160 0 26 0 220 15 0 0 18 0 12 0 145333581 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 449325 19643 1303 9 0 446936 0
[pid=4103/tid=4105] ppid=4101 vsize=1797300 CPUtime=0.92
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 15110 0 1 0 84 8 0 0 18 0 12 0 145333587 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109486689 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 145333589 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 145333589 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145333591 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145333592 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145333592 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 145333599 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1797300 CPUtime=0.49
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 1820 0 0 0 48 1 0 0 16 0 12 0 145333599 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1797300 CPUtime=0.89
/proc/4103/task/4113/stat : 4113 (java) R 4101 4103 3789 0 -1 64 5533 0 0 0 87 2 0 0 18 0 12 0 145333599 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145333599 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1797300 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145333599 1840435200 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1797300

[startup+3.10174 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 4115
/proc/meminfo: memFree=1718688/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1796744 CPUtime=4.34
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 51077 0 26 0 407 27 0 0 18 0 12 0 145333581 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 449186 45878 1321 9 0 446797 0
[pid=4103/tid=4105] ppid=4101 vsize=1796744 CPUtime=2.33
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 37702 0 1 0 215 18 0 0 18 0 12 0 145333587 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1796744 CPUtime=0.06
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 1801 0 0 0 5 1 0 0 17 0 12 0 145333589 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1796744 CPUtime=0.05
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 1773 0 0 0 5 0 0 0 16 0 12 0 145333589 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 145333591 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 145333592 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145333592 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 145333599 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1796744 CPUtime=0.64
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 2537 0 0 0 63 1 0 0 16 0 12 0 145333599 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1796744 CPUtime=1.19
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 6562 0 0 0 116 3 0 0 17 0 12 0 145333599 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145333599 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1796744 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145333599 1839865856 45878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1796744

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 4116
/proc/meminfo: memFree=1639640/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=9.09
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 64781 0 26 0 875 34 0 0 18 0 13 0 145333581 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 55143 1327 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=4.56
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 37724 0 1 0 438 18 0 0 19 0 13 0 145333587 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816319 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=0.27
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 6114 0 0 0 24 3 0 0 16 0 13 0 145333589 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=0.26
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 5756 0 0 0 24 2 0 0 16 0 13 0 145333589 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145333591 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=1.7
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5024 0 0 0 168 2 0 0 16 0 13 0 145333599 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.22
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9455 0 0 0 218 4 0 0 15 0 13 0 145333599 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 55143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 1800972

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 4116
/proc/meminfo: memFree=1601752/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=16.06
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 73524 0 26 0 1567 39 0 0 18 0 13 0 145333581 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 62406 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=10.41
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 37733 0 1 0 1023 18 0 0 19 0 13 0 145333587 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=0.81
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 11367 0 0 0 75 6 0 0 16 0 13 0 145333589 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=0.81
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 9231 0 0 0 77 4 0 0 16 0 13 0 145333589 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145333591 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=1.7
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5024 0 0 0 168 2 0 0 16 0 13 0 145333599 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.24
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9461 0 0 0 220 4 0 0 16 0 13 0 145333599 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 62406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.06
Current children cumulated vsize (KiB) 1800972

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 4116
/proc/meminfo: memFree=1592920/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=29.41
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 77499 0 26 0 2901 40 0 0 18 0 13 0 145333581 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 64505 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=22.99
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 37748 0 1 0 2281 18 0 0 25 0 13 0 145333587 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109918475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=0.97
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 13694 0 0 0 91 6 0 0 16 0 13 0 145333589 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=0.97
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 10743 0 0 0 93 4 0 0 16 0 13 0 145333589 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.01
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 145333591 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 64505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.12
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 32 0 0 0 8 4 0 0 16 0 13 0 145333591 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=2
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5135 0 0 0 198 2 0 0 17 0 13 0 145333599 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.46
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9472 0 0 0 242 4 0 0 16 0 13 0 145333599 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 144556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.99
Current children cumulated vsize (KiB) 1800972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4118
/proc/meminfo: memFree=1264792/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=1626.95
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 178560 0 26 0 162590 105 0 0 18 0 13 0 145333581 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 146053 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=1577.58
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 40331 0 1 0 157726 32 0 0 25 0 13 0 145333587 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871373 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=22.36
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 67065 0 0 0 2205 31 0 0 16 0 13 0 145333589 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=22.34
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 55827 0 0 0 2207 27 0 0 16 0 13 0 145333589 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.13
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 32 0 0 0 9 4 0 0 16 0 13 0 145333591 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=2
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5135 0 0 0 198 2 0 0 17 0 13 0 145333599 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.46
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9472 0 0 0 242 4 0 0 16 0 13 0 145333599 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 146053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.95
Current children cumulated vsize (KiB) 1800972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4118
/proc/meminfo: memFree=1258456/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=1687.98
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 180296 0 26 0 168691 107 0 0 18 0 13 0 145333581 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 147631 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=1636.5
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 40347 0 1 0 163618 32 0 0 25 0 13 0 145333587 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109919579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=23.41
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 68306 0 0 0 2310 31 0 0 16 0 13 0 145333589 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=23.4
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 56305 0 0 0 2312 28 0 0 16 0 13 0 145333589 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.13
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 33 0 0 0 9 4 0 0 16 0 13 0 145333591 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=2
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5135 0 0 0 198 2 0 0 17 0 13 0 145333599 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.46
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9472 0 0 0 242 4 0 0 16 0 13 0 145333599 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 147631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.98
Current children cumulated vsize (KiB) 1800972

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4118
/proc/meminfo: memFree=1252184/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=1748.96
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 181994 0 26 0 174787 109 0 0 18 0 13 0 145333581 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 149165 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=1695.49
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 40362 0 1 0 169517 32 0 0 25 0 13 0 145333587 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816213 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=24.4
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 69505 0 0 0 2408 32 0 0 16 0 13 0 145333589 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=24.38
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 56789 0 0 0 2410 28 0 0 17 0 13 0 145333589 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.13
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 33 0 0 0 9 4 0 0 16 0 13 0 145333591 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=2
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5135 0 0 0 198 2 0 0 17 0 13 0 145333599 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.46
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9472 0 0 0 242 4 0 0 16 0 13 0 145333599 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 149165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.96
Current children cumulated vsize (KiB) 1800972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4118
/proc/meminfo: memFree=1246552/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=1800972 CPUtime=1800
/proc/4103/stat : 4103 (java) S 4101 4103 3789 0 -1 0 183520 0 26 0 179890 110 0 0 18 0 13 0 145333581 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 450243 150539 1333 9 0 447854 0
[pid=4103/tid=4105] ppid=4101 vsize=1800972 CPUtime=1744.81
/proc/4103/task/4105/stat : 4105 (java) R 4101 4103 3789 0 -1 64 40375 0 1 0 174448 33 0 0 25 0 13 0 145333587 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871373 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4106] ppid=4101 vsize=1800972 CPUtime=25.26
/proc/4103/task/4106/stat : 4106 (java) S 4101 4103 3789 0 -1 64 70428 0 0 0 2493 33 0 0 17 0 13 0 145333589 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4107] ppid=4101 vsize=1800972 CPUtime=25.25
/proc/4103/task/4107/stat : 4107 (java) S 4101 4103 3789 0 -1 64 57379 0 0 0 2496 29 0 0 17 0 13 0 145333589 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4108] ppid=4101 vsize=1800972 CPUtime=0.14
/proc/4103/task/4108/stat : 4108 (java) S 4101 4103 3789 0 -1 64 33 0 0 0 10 4 0 0 16 0 13 0 145333591 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4109] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4109/stat : 4109 (java) S 4101 4103 3789 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145333592 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4110] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4110/stat : 4110 (java) S 4101 4103 3789 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145333592 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4111] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4111/stat : 4111 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145333599 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4112] ppid=4101 vsize=1800972 CPUtime=2
/proc/4103/task/4112/stat : 4112 (java) S 4101 4103 3789 0 -1 64 5135 0 0 0 198 2 0 0 17 0 13 0 145333599 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4103/tid=4113] ppid=4101 vsize=1800972 CPUtime=2.46
/proc/4103/task/4113/stat : 4113 (java) S 4101 4103 3789 0 -1 64 9472 0 0 0 242 4 0 0 16 0 13 0 145333599 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4114] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4114/stat : 4114 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145333599 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4115] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4115/stat : 4115 (java) S 4101 4103 3789 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145333599 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4103/tid=4116] ppid=4101 vsize=1800972 CPUtime=0
/proc/4103/task/4116/stat : 4116 (java) S 4101 4103 3789 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145333907 1844195328 150539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1800972

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

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

[startup+1772.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4118
/proc/meminfo: memFree=1246552/2055920 swapFree=4171488/4192956
[pid=4103] ppid=4101 vsize=0 CPUtime=1800.12
/proc/4103/stat : 4103 (java) Z 4101 4103 3789 0 -1 1036 183540 0 26 0 179893 119 0 0 16 0 2 0 145333581 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4103/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.62
CPU time (s): 1800.13
CPU user time (s): 1798.93
CPU system time (s): 1.19582
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 1802220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.19582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183540
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42429
involuntary context switches= 54314

runsolver used 1.66675 second user time and 4.86826 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Apr 16 03:09:11 UTC 2007

IDJOB= 349280
IDBENCH= 2331
IDSOLVER= 164
FILE ID= node72/349280-1176692951

PBS_JOBID= 4560008

Free space on /tmp= 66481 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349280-1176692951/sat4jPseudoCPClause.jar /tmp/evaluation/349280-1176692951/instance-349280-1176692951.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-349280-1176692951 -o ROOT/results/node72/solver-349280-1176692951 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349280-1176692951/sat4jPseudoCPClause.jar /tmp/evaluation/349280-1176692951/instance-349280-1176692951.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a04555106a68acba17fb5820db41df1

RANDOM SEED= 509600263

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1853464 kB
Buffers:         15492 kB
Cached:         105912 kB
SwapCached:       2832 kB
Active:          60400 kB
Inactive:        84108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853464 kB
SwapTotal:     4192956 kB
SwapFree:      4171488 kB
Dirty:            6620 kB
Writeback:           0 kB
Mapped:          30060 kB
Slab:            43364 kB
Committed_AS:  2646284 kB
PageTables:       1788 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= 66481 MiB

End job on node72 on Mon Apr 16 03:38:46 UTC 2007