Trace number 349540

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.24 1775.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
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 variables107520
Total number of constraints3312
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 constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-349540-1176707089 -o ROOT/results/node35/solver-349540-1176707089 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349540-1176707089/sat4jPseudoCPClause.jar /tmp/evaluation/349540-1176707089/instance-349540-1176707089.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 2/77 28100
/proc/meminfo: memFree=1765632/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=272 CPUtime=0
/proc/28100/stat : 28100 (java) D 28098 28100 27762 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 118624347 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1463076 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28100/statm: 68 37 28 9 0 6 0

[startup+0.0253359 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 28100
/proc/meminfo: memFree=1765632/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1772952 CPUtime=0.01
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 2044 0 1 0 0 1 0 0 18 0 2 0 118624347 1815502848 1793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 443238 1803 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102336 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 28100
/proc/meminfo: memFree=1765632/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1780112 CPUtime=0.08
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 118624347 1822834688 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 445028 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302366 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 28100
/proc/meminfo: memFree=1765632/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1782584 CPUtime=0.35
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 6017 0 1 0 31 4 0 0 18 0 12 0 118624347 1825366016 5752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 445646 5752 1267 9 0 443257 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782584

[startup+0.702426 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 28100
/proc/meminfo: memFree=1765632/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1783324 CPUtime=0.89
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 9755 0 1 0 84 5 0 0 18 0 12 0 118624347 1826123776 9240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 445831 9240 1297 9 0 443442 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783324

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 28112
/proc/meminfo: memFree=1721504/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1794204 CPUtime=2.34
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 23208 0 1 0 222 12 0 0 18 0 12 0 118624347 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448551 19980 1307 9 0 446162 0
[pid=28100/tid=28102] ppid=28098 vsize=1794204 CPUtime=1.03
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 16280 0 1 0 96 7 0 0 22 0 12 0 118624348 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118624349 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118624349 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118624352 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118624352 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 118624352 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118624356 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794204 CPUtime=0.77
/proc/28100/task/28109/stat : 28109 (java) R 28098 28100 27762 0 -1 64 4635 0 0 0 75 2 0 0 18 0 12 0 118624356 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901520 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794204 CPUtime=0.5
/proc/28100/task/28110/stat : 28110 (java) R 28098 28100 27762 0 -1 64 1572 0 0 0 50 0 0 0 16 0 12 0 118624356 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104726129 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118624356 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794204 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118624356 1837264896 19980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1794204

[startup+3.10169 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 28112
/proc/meminfo: memFree=1633120/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1793400 CPUtime=4.49
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 53774 0 1 0 422 27 0 0 18 0 12 0 118624347 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448350 48800 1318 9 0 445961 0
[pid=28100/tid=28102] ppid=28098 vsize=1793400 CPUtime=2.39
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 37683 0 1 0 221 18 0 0 25 0 12 0 118624348 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109585317 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1793400 CPUtime=0.19
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 4481 0 0 0 17 2 0 0 16 0 12 0 118624349 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1793400 CPUtime=0.19
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 3457 0 0 0 18 1 0 0 16 0 12 0 118624349 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 118624352 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118624352 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118624352 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118624356 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1793400 CPUtime=1.13
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 5847 0 0 0 110 3 0 0 16 0 12 0 118624356 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1793400 CPUtime=0.54
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 1581 0 0 0 54 0 0 0 16 0 12 0 118624356 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118624356 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1793400 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118624356 1836441600 48800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 1793400

[startup+6.30207 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 28113
/proc/meminfo: memFree=1532448/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=9.02
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 66969 0 1 0 868 34 0 0 18 0 13 0 118624347 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 59502 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=4.9
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 37729 0 1 0 471 19 0 0 25 0 13 0 118624348 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=0.48
/proc/28100/task/28103/stat : 28103 (java) R 28098 28100 27762 0 -1 64 10851 0 0 0 44 4 0 0 17 0 13 0 118624349 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370507 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=0.48
/proc/28100/task/28104/stat : 28104 (java) R 28098 28100 27762 0 -1 64 8830 0 0 0 44 4 0 0 17 0 13 0 118624349 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370500 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=1.72
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 5892 0 0 0 169 3 0 0 16 0 13 0 118624356 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.37
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2937 0 0 0 136 1 0 0 16 0 13 0 118624356 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 59502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 1794820

[startup+12.7028 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 28113
/proc/meminfo: memFree=1524704/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=16.44
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 70473 0 1 0 1607 37 0 0 18 0 13 0 118624347 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 61487 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=10.54
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 37733 0 1 0 1035 19 0 0 25 0 13 0 118624348 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922256 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=1.05
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 12345 0 0 0 100 5 0 0 16 0 13 0 118624349 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=1.05
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 9569 0 0 0 100 5 0 0 16 0 13 0 118624349 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.12
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 208 4 0 0 15 0 13 0 118624356 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.62
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 161 1 0 0 16 0 13 0 118624356 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 61487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 1794820

[startup+25.5023 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 28113
/proc/meminfo: memFree=1499936/2055920 swapFree=4098296/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=29.65
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 79264 0 1 0 2924 41 0 0 18 0 13 0 118624347 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 67602 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=22.87
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 37750 0 1 0 2268 19 0 0 25 0 13 0 118624348 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109945793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=1.49
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 17946 0 0 0 141 8 0 0 16 0 13 0 118624349 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=1.48
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 12737 0 0 0 142 6 0 0 16 0 13 0 118624349 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.01
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 118624352 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 67602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.11
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 26 0 0 0 8 3 0 0 16 0 13 0 118624352 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.14
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 210 4 0 0 17 0 13 0 118624356 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.63
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 162 1 0 0 16 0 13 0 118624356 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 166630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1563.82
Current children cumulated vsize (KiB) 1794820

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 28113
/proc/meminfo: memFree=1095136/2055920 swapFree=4099000/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=1624.59
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 196642 0 1 0 162353 106 0 0 18 0 13 0 118624347 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 168379 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=1580
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 38177 0 1 0 157976 24 0 0 25 0 13 0 118624348 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683430 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=20.35
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 88151 0 0 0 1996 39 0 0 16 0 13 0 118624349 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=20.29
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 59469 0 0 0 1998 31 0 0 16 0 13 0 118624349 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.11
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 26 0 0 0 8 3 0 0 16 0 13 0 118624352 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.14
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 210 4 0 0 17 0 13 0 118624356 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.63
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 162 1 0 0 16 0 13 0 118624356 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 168379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1624.59
Current children cumulated vsize (KiB) 1794820

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28113
/proc/meminfo: memFree=1088416/2055920 swapFree=4099064/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=1685.37
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 198587 0 1 0 168430 107 0 0 18 0 13 0 118624347 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 170056 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=1639.18
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 38189 0 1 0 163894 24 0 0 25 0 13 0 118624348 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884138 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=21.14
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 89609 0 0 0 2074 40 0 0 16 0 13 0 118624349 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=21.09
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 59944 0 0 0 2078 31 0 0 17 0 13 0 118624349 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.11
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 26 0 0 0 8 3 0 0 16 0 13 0 118624352 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.14
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 210 4 0 0 17 0 13 0 118624356 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.63
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 162 1 0 0 16 0 13 0 118624356 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 170056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1685.37
Current children cumulated vsize (KiB) 1794820

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28113
/proc/meminfo: memFree=1081696/2055920 swapFree=4099064/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=1746.16
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 200620 0 1 0 174508 108 0 0 18 0 13 0 118624347 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 171735 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=1698.35
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 38201 0 1 0 169811 24 0 0 25 0 13 0 118624348 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882470 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=21.96
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 91044 0 0 0 2155 41 0 0 17 0 13 0 118624349 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=21.89
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 60530 0 0 0 2158 31 0 0 16 0 13 0 118624349 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.12
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 26 0 0 0 9 3 0 0 16 0 13 0 118624352 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.14
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 210 4 0 0 17 0 13 0 118624356 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.63
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 162 1 0 0 16 0 13 0 118624356 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 171735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1746.16
Current children cumulated vsize (KiB) 1794820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28113
/proc/meminfo: memFree=1074656/2055920 swapFree=4099064/4192956
[pid=28100] ppid=28098 vsize=1794820 CPUtime=1800.09
/proc/28100/stat : 28100 (java) S 28098 28100 27762 0 -1 0 202607 0 1 0 179900 109 0 0 18 0 13 0 118624347 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28100/statm: 448705 173481 1335 9 0 446316 0
[pid=28100/tid=28102] ppid=28098 vsize=1794820 CPUtime=1750.79
/proc/28100/task/28102/stat : 28102 (java) R 28098 28100 27762 0 -1 64 38212 0 1 0 175055 24 0 0 25 0 13 0 118624348 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884116 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28103] ppid=28098 vsize=1794820 CPUtime=22.7
/proc/28100/task/28103/stat : 28103 (java) S 28098 28100 27762 0 -1 64 92451 0 0 0 2229 41 0 0 16 0 13 0 118624349 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28104] ppid=28098 vsize=1794820 CPUtime=22.64
/proc/28100/task/28104/stat : 28104 (java) S 28098 28100 27762 0 -1 64 61099 0 0 0 2232 32 0 0 17 0 13 0 118624349 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28105] ppid=28098 vsize=1794820 CPUtime=0.13
/proc/28100/task/28105/stat : 28105 (java) S 28098 28100 27762 0 -1 64 26 0 0 0 9 4 0 0 16 0 13 0 118624352 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28106] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28106/stat : 28106 (java) S 28098 28100 27762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28107] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28107/stat : 28107 (java) S 28098 28100 27762 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118624352 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28108] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28108/stat : 28108 (java) S 28098 28100 27762 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118624356 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28109] ppid=28098 vsize=1794820 CPUtime=2.14
/proc/28100/task/28109/stat : 28109 (java) S 28098 28100 27762 0 -1 64 7150 0 0 0 210 4 0 0 17 0 13 0 118624356 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28110] ppid=28098 vsize=1794820 CPUtime=1.63
/proc/28100/task/28110/stat : 28110 (java) S 28098 28100 27762 0 -1 64 2946 0 0 0 162 1 0 0 16 0 13 0 118624356 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28100/tid=28111] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28111/stat : 28111 (java) S 28098 28100 27762 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118624356 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28112] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28112/stat : 28112 (java) S 28098 28100 27762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118624356 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28100/tid=28113] ppid=28098 vsize=1794820 CPUtime=0
/proc/28100/task/28113/stat : 28113 (java) S 28098 28100 27762 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 118624810 1837895680 173481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794820

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

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

[startup+1775.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28113
/proc/meminfo: memFree=1074656/2055920 swapFree=4099064/4192956
[pid=28100] ppid=28098 vsize=0 CPUtime=1800.2
/proc/28100/stat : 28100 (java) Z 28098 28100 27762 0 -1 1036 202628 0 1 0 179903 117 0 0 16 0 2 0 118624347 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.66
CPU time (s): 1800.24
CPU user time (s): 1799.03
CPU system time (s): 1.20382
CPU usage (%): 101.384
Max. virtual memory (cumulated for all children) (KiB): 1796868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202628
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= 40809
involuntary context switches= 43221

runsolver used 2.16167 second user time and 5.2822 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Apr 16 07:04:49 UTC 2007

IDJOB= 349540
IDBENCH= 2504
IDSOLVER= 164
FILE ID= node35/349540-1176707089

PBS_JOBID= 4560065

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  daeaeaee67028e931b0f5195f178e9b3

RANDOM SEED= 799495736

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766104 kB
Buffers:         29504 kB
Cached:         154648 kB
SwapCached:       3052 kB
Active:         123188 kB
Inactive:       113488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766104 kB
SwapTotal:     4192956 kB
SwapFree:      4098296 kB
Dirty:            8480 kB
Writeback:           0 kB
Mapped:          60600 kB
Slab:            38420 kB
Committed_AS:  2375328 kB
PageTables:       1996 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= 66523 MiB

End job on node35 on Mon Apr 16 07:34:27 UTC 2007