Trace number 348094

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.23 1783.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-roll3000.opb
MD5SUM8bdca001a57a76bf3835c82b9bc6a431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526135
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.34	c no version file found!!!
0.14/0.34	c sun.arch.data.model	32
0.14/0.34	c java.version	1.6.0
0.14/0.34	c os.name	Linux
0.14/0.34	c os.version	2.6.9-22.EL.rootsmp
0.14/0.34	c os.arch	i386
0.14/0.34	c Free memory 1651659224
0.14/0.34	c Max memory 1654456320
0.14/0.34	c Total memory 1654456320
0.14/0.34	c Number of processors 2
0.25/0.40	--- Begin Solver configuration ---
0.25/0.40	c Stops conflict analysis at the first Unique Implication Point
0.25/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.25/0.40	c Learn all clauses as in MiniSAT
0.25/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.25/0.40	c No reason simplification
0.25/0.40	c --- End Solver configuration ---
0.25/0.40	c solving /tmp/evaluation/348094-1176568100/instance-348094-1176568100.opb
0.25/0.40	c reading problem ... 
2.79/1.94	c ... done. Wall clock time 1.539s.
2.79/1.94	c CPU time (experimental) 1.16s.
2.79/1.94	c #vars     8902
2.79/1.94	c #constraints  3038
1800.08/1782.91	c starts		: 21
1800.08/1782.91	c conflicts		: 978346
1800.08/1782.91	c decisions		: 1487360
1800.08/1782.91	c propagations		: 43387280
1800.08/1782.91	c inspects		: 2637410454
1800.08/1782.91	c learnt literals	: 7
1800.08/1782.91	c learnt binary clauses	: 18
1800.08/1782.91	c learnt ternary clauses	: 47
1800.08/1782.91	c learnt clauses	: 978339
1800.08/1782.91	c root simplifications	: 0
1800.08/1782.91	c removed literals (reason simplification)	: 0
1800.08/1782.91	c reason swapping (by a shorter reason)	: 0
1800.08/1782.91	c Calls to reduceDB	: 0
1800.08/1782.91	c speed (decisions/second)	: 835.149310677273
1800.08/1782.91	c non guided choices	3209
1800.08/1782.91	s UNKNOWN
1800.08/1782.91	c Total wall clock time (ms): 1782.513

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/node62/watcher-348094-1176568100 -o ROOT/results/node62/solver-348094-1176568100 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348094-1176568100/sat4jPseudoResolution.jar /tmp/evaluation/348094-1176568100/instance-348094-1176568100.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 1.08 3/64 15016
/proc/meminfo: memFree=1829416/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=272 CPUtime=0
/proc/15016/stat : 15016 (java) R 15014 15016 14618 0 -1 0 54 0 0 0 0 0 0 0 19 0 1 0 88975519 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15016/statm: 68 37 28 9 0 6 0

[startup+0.0874061 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 15016
/proc/meminfo: memFree=1829416/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=12620 CPUtime=0.02
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 823 0 25 0 0 2 0 0 18 0 2 0 88975519 12922880 604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 3155 604 287 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12620

[startup+0.101409 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 15016
/proc/meminfo: memFree=1829416/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=12620 CPUtime=0.02
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 823 0 25 0 0 2 0 0 18 0 2 0 88975519 12922880 604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 3155 604 287 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12620

[startup+0.301448 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 15016
/proc/meminfo: memFree=1829416/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1780256 CPUtime=0.14
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 4033 0 33 0 7 7 0 0 18 0 12 0 88975519 1822982144 3806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 445064 3806 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780256

[startup+0.701535 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 15016
/proc/meminfo: memFree=1829416/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1782756 CPUtime=0.68
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 6321 0 33 0 59 9 0 0 18 0 12 0 88975519 1825542144 5877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 445689 5877 1292 9 0 443301 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1782756

[startup+1.5027 s]
/proc/loadavg: 0.93 0.98 1.08 4/76 15028
/proc/meminfo: memFree=1795080/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1793324 CPUtime=2.11
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 17555 0 33 0 197 14 0 0 18 0 12 0 88975519 1836363776 14032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 448331 14032 1310 9 0 445943 0
[pid=15016/tid=15018] ppid=15014 vsize=1793324 CPUtime=0.75
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 10369 0 8 0 67 8 0 0 18 0 12 0 88975526 1836363776 14033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561856 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 88975532 1836363776 14035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 88975532 1836363776 14035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 88975536 1836363776 14036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 88975536 1836363776 14037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 88975536 1836363776 14038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88975545 1836363776 14039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1793324 CPUtime=0.74
/proc/15016/task/15025/stat : 15025 (java) R 15014 15016 14618 0 -1 64 3619 0 0 0 73 1 0 0 19 0 12 0 88975545 1836363776 14040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102398304 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1793324 CPUtime=0.56
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 2874 0 0 0 55 1 0 0 16 0 12 0 88975545 1836363776 14041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 88975545 1836363776 14042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1793324 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 88975545 1836363776 14043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1793324

[startup+3.10302 s]
/proc/loadavg: 0.93 0.98 1.08 5/77 15029
/proc/meminfo: memFree=1727680/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1792388 CPUtime=4.46
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 47813 0 33 0 419 27 0 0 18 0 13 0 88975519 1835405312 41783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 448097 41785 1326 9 0 445709 0
[pid=15016/tid=15018] ppid=15014 vsize=1792388 CPUtime=2.2
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14618 0 -1 64 37703 0 8 0 200 20 0 0 22 0 13 0 88975526 1835405312 41786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) R 15014 15016 14618 0 -1 64 209 0 0 0 0 0 0 0 16 0 13 0 88975532 1835405312 41787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369146 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) R 15014 15016 14618 0 -1 64 278 0 0 0 0 0 0 0 16 0 13 0 88975532 1835405312 41788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 88975536 1835405312 41790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 88975536 1835405312 41791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 88975536 1835405312 41792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1835405312 41794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1792388 CPUtime=1.29
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5199 0 0 0 127 2 0 0 16 0 13 0 88975545 1835405312 41795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1792388 CPUtime=0.91
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3732 0 0 0 90 1 0 0 16 0 13 0 88975545 1835405312 41796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1835405312 41797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1835405312 41799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1792388 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1835405312 41800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1792388

[startup+6.30263 s]
/proc/loadavg: 0.93 0.98 1.08 2/77 15029
/proc/meminfo: memFree=1640000/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=7.78
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 52272 0 33 0 749 29 0 0 18 0 13 0 88975519 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 45944 1330 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=5.28
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 37706 0 8 0 508 20 0 0 25 0 13 0 88975526 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562167 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=0.11
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 2428 0 0 0 10 1 0 0 16 0 13 0 88975532 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=0.1
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 2495 0 0 0 10 0 0 0 16 0 13 0 88975532 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.3
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5200 0 0 0 128 2 0 0 17 0 13 0 88975545 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=0.92
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3733 0 0 0 91 1 0 0 16 0 13 0 88975545 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1791940

[startup+12.7029 s]
/proc/loadavg: 0.94 0.98 1.08 2/77 15029
/proc/meminfo: memFree=1628608/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=14.41
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 59101 0 33 0 1408 33 0 0 18 0 13 0 88975519 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 49663 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=11.47
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 38223 0 8 0 1127 20 0 0 25 0 13 0 88975526 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922216 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=0.28
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 5375 0 0 0 26 2 0 0 16 0 13 0 88975532 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=0.28
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 5836 0 0 0 26 2 0 0 16 0 13 0 88975532 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.33
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5205 0 0 0 131 2 0 0 16 0 13 0 88975545 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=0.97
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 96 1 0 0 16 0 13 0 88975545 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 49663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1791940

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 1.08 2/77 15029
/proc/meminfo: memFree=1639616/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=27.29
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 60252 0 33 0 2696 33 0 0 18 0 13 0 88975519 1834946560 46299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 46299 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=24.18
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 38237 0 8 0 2398 20 0 0 23 0 13 0 88975526 1834946560 46299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546815 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=0.32
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 5881 0 0 0 30 2 0 0 16 0 13 0 88975532 1834946560 46299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=0.32
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 6465 0 0 0 30 2 0 0 16 0 13 0 88975532 1834946560 46299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 46299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0.34
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 245 0 0 0 17 17 0 0 16 0 13 0 88975536 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.4
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5207 0 0 0 138 2 0 0 17 0 13 0 88975545 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=1
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 99 1 0 0 16 0 13 0 88975545 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 145517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1617.58
Current children cumulated vsize (KiB) 1791940

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15029
/proc/meminfo: memFree=1232704/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=1678.01
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 231597 0 33 0 167658 143 0 0 18 0 13 0 88975519 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 147629 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=1643.58
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 99876 0 8 0 164309 49 0 0 25 0 13 0 88975526 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109722864 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=15.7
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 66602 0 0 0 1533 37 0 0 17 0 13 0 88975532 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=15.9
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 55232 0 0 0 1560 30 0 0 16 0 13 0 88975532 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0.34
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 246 0 0 0 17 17 0 0 16 0 13 0 88975536 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.4
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5207 0 0 0 138 2 0 0 17 0 13 0 88975545 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=1
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 99 1 0 0 16 0 13 0 88975545 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 147629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1678.01
Current children cumulated vsize (KiB) 1791940

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15029
/proc/meminfo: memFree=1217856/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=1738.52
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 236327 0 33 0 173706 146 0 0 18 0 13 0 88975519 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 151342 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=1702.96
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 100020 0 8 0 170246 50 0 0 25 0 13 0 88975526 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109722864 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=16.25
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 69226 0 0 0 1586 39 0 0 16 0 13 0 88975532 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=16.48
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 57193 0 0 0 1617 31 0 0 16 0 13 0 88975532 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0.34
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 247 0 0 0 17 17 0 0 16 0 13 0 88975536 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.4
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5207 0 0 0 138 2 0 0 17 0 13 0 88975545 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=1
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 99 1 0 0 16 0 13 0 88975545 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 151342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.52
Current children cumulated vsize (KiB) 1791940

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15029
/proc/meminfo: memFree=1204032/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=1799.45
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 239848 0 33 0 179796 149 0 0 18 0 13 0 88975519 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 154831 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=1761.75
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 100116 0 8 0 176125 50 0 0 25 0 13 0 88975526 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109731987 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=17.34
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 71253 0 0 0 1694 40 0 0 16 0 13 0 88975532 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=17.52
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 58590 0 0 0 1720 32 0 0 17 0 13 0 88975532 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0.34
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 248 0 0 0 17 17 0 0 16 0 13 0 88975536 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.4
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5207 0 0 0 138 2 0 0 17 0 13 0 88975545 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=1
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 99 1 0 0 16 0 13 0 88975545 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 154831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1791940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15029
/proc/meminfo: memFree=1203776/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=1791940 CPUtime=1800.08
/proc/15016/stat : 15016 (java) S 15014 15016 14618 0 -1 0 239914 0 33 0 179859 149 0 0 18 0 13 0 88975519 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 447985 154896 1332 9 0 445597 0
[pid=15016/tid=15018] ppid=15014 vsize=1791940 CPUtime=1762.31
/proc/15016/task/15018/stat : 15018 (java) R 15014 15016 14618 0 -1 64 100117 0 8 0 176181 50 0 0 25 0 13 0 88975526 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109871463 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1791940 CPUtime=17.37
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14618 0 -1 64 71253 0 0 0 1697 40 0 0 17 0 13 0 88975532 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1791940 CPUtime=17.55
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14618 0 -1 64 58655 0 0 0 1723 32 0 0 16 0 13 0 88975532 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1791940 CPUtime=0.34
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14618 0 -1 64 248 0 0 0 17 17 0 0 16 0 13 0 88975536 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14618 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88975536 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88975536 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88975545 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1791940 CPUtime=1.4
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14618 0 -1 64 5207 0 0 0 138 2 0 0 17 0 13 0 88975545 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1791940 CPUtime=1
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14618 0 -1 64 3737 0 0 0 99 1 0 0 16 0 13 0 88975545 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14618 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88975545 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14618 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88975545 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15029] ppid=15014 vsize=1791940 CPUtime=0
/proc/15016/task/15029/stat : 15029 (java) S 15014 15016 14618 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88975723 1834946560 154896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1791940

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

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

[startup+1783.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15032
/proc/meminfo: memFree=1661360/2055920 swapFree=4185932/4192956
[pid=15016] ppid=15014 vsize=0 CPUtime=1800.2
/proc/15016/stat : 15016 (java) Z 15014 15016 14618 0 -1 1036 239934 0 33 0 179863 157 0 0 16 0 2 0 88975519 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/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): 1783.05
CPU time (s): 1800.23
CPU user time (s): 1798.63
CPU system time (s): 1.60076
CPU usage (%): 100.964
Max. virtual memory (cumulated for all children) (KiB): 1793788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.60076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239934
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50465
involuntary context switches= 28003

runsolver used 1.92071 second user time and 5.14222 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Apr 14 16:28:20 UTC 2007

IDJOB= 348094
IDBENCH= 1615
IDSOLVER= 159
FILE ID= node62/348094-1176568100

PBS_JOBID= 4556888

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348094-1176568100/sat4jPseudoResolution.jar /tmp/evaluation/348094-1176568100/instance-348094-1176568100.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-348094-1176568100 -o ROOT/results/node62/solver-348094-1176568100 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348094-1176568100/sat4jPseudoResolution.jar /tmp/evaluation/348094-1176568100/instance-348094-1176568100.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8bdca001a57a76bf3835c82b9bc6a431

RANDOM SEED= 405082917

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.279
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.279
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:       1829888 kB
Buffers:          8028 kB
Cached:         110356 kB
SwapCached:       2248 kB
Active:          28604 kB
Inactive:       100668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829888 kB
SwapTotal:     4192956 kB
SwapFree:      4185932 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:          17720 kB
Slab:            82864 kB
Committed_AS:   120744 kB
PageTables:       1464 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= 66560 MiB

End job on node62 on Sat Apr 14 16:58:05 UTC 2007