Trace number 349345

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.19 1789.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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.36	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.36	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.36	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.37	c no version file found!!!
0.14/0.37	c sun.arch.data.model	32
0.14/0.37	c java.version	1.6.0
0.14/0.37	c os.name	Linux
0.14/0.37	c os.version	2.6.9-22.EL.rootsmp
0.14/0.37	c os.arch	i386
0.14/0.37	c Free memory 1651659224
0.14/0.37	c Max memory 1654456320
0.14/0.37	c Total memory 1654456320
0.14/0.37	c Number of processors 2
0.21/0.43	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.43	--- Begin Solver configuration ---
0.21/0.43	c Stops conflict analysis at the first Unique Implication Point
0.21/0.43	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.43	c Learn all clauses as in MiniSAT
0.21/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.43	c No reason simplification
0.21/0.43	c --- End Solver configuration ---
0.21/0.43	c Simplify asserted PB constraints to clauses
0.21/0.43	c solving /tmp/evaluation/349345-1176697291/instance-349345-1176697291.opb
0.21/0.43	c reading problem ... 
3.74/3.04	c ... done. Wall clock time 2.608s.
3.74/3.04	c CPU time (experimental) 2.15s.
3.74/3.04	c #vars     15501
3.74/3.04	c #constraints  853
1800.06/1789.01	c starts		: 1
1800.06/1789.01	c conflicts		: 49
1800.06/1789.01	c decisions		: 12327
1800.06/1789.01	c propagations		: 25766
1800.06/1789.01	c inspects		: 335110
1800.06/1789.01	c learnt literals	: 0
1800.06/1789.01	c learnt binary clauses	: 0
1800.06/1789.01	c learnt ternary clauses	: 0
1800.06/1789.01	c learnt clauses	: 48
1800.06/1789.01	c root simplifications	: 0
1800.06/1789.01	c removed literals (reason simplification)	: 0
1800.06/1789.01	c reason swapping (by a shorter reason)	: 0
1800.06/1789.01	c Calls to reduceDB	: 0
1800.06/1789.01	c speed (decisions/second)	: 6.902251420681221
1800.06/1789.01	c non guided choices	0
1800.06/1789.01	s UNKNOWN
1800.06/1789.01	c Total wall clock time (ms): 1788.586

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/node6/watcher-349345-1176697291 -o ROOT/results/node6/solver-349345-1176697291 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349345-1176697291/sat4jPseudoCPClause.jar /tmp/evaluation/349345-1176697291/instance-349345-1176697291.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 10803
/proc/meminfo: memFree=1842864/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=272 CPUtime=0
/proc/10803/stat : 10803 (java) D 10801 10803 10121 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 145766825 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2188196 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10803/statm: 68 37 28 9 0 6 0

[startup+0.020929 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 10803
/proc/meminfo: memFree=1842864/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1800 CPUtime=0
/proc/10803/stat : 10803 (java) R 10801 10803 10121 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 145766825 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10803/statm: 450 138 101 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101999 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 10803
/proc/meminfo: memFree=1842864/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=12700 CPUtime=0.02
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 858 0 27 0 0 2 0 0 18 0 2 0 145766825 13004800 640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 3175 640 315 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12700

[startup+0.301969 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 10803
/proc/meminfo: memFree=1842864/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1780260 CPUtime=0.14
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 4149 0 34 0 9 5 0 0 18 0 12 0 145766825 1822986240 3923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 445065 3923 1134 9 0 442683 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780260

[startup+0.702015 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 10803
/proc/meminfo: memFree=1842864/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1785756 CPUtime=0.65
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 6666 0 34 0 58 7 0 0 18 0 12 0 145766825 1828614144 6146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 446439 6146 1285 9 0 444050 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1785756

[startup+1.50211 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 10815
/proc/meminfo: memFree=1804368/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1792188 CPUtime=2.06
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 19080 0 34 0 193 13 0 0 18 0 12 0 145766825 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448047 16150 1303 9 0 445658 0
[pid=10803/tid=10805] ppid=10801 vsize=1792188 CPUtime=0.78
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 12755 0 9 0 70 8 0 0 19 0 12 0 145766833 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522046 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 145766836 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 145766836 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 145766840 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 145766841 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 145766841 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 145766849 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1792188 CPUtime=0.74
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 4082 0 0 0 72 2 0 0 16 0 12 0 145766849 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1792188 CPUtime=0.5
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1548 0 0 0 50 0 0 0 16 0 12 0 145766849 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 145766849 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1792188 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145766849 1835200512 16150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1792188

[startup+3.1023 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 10815
/proc/meminfo: memFree=1707280/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1793156 CPUtime=3.9
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 49570 0 34 0 366 24 0 0 18 0 13 0 145766825 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448289 46613 1321 9 0 445900 0
[pid=10803/tid=10805] ppid=10801 vsize=1793156 CPUtime=2.19
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 37708 0 9 0 202 17 0 0 19 0 13 0 145766833 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1793156 CPUtime=0.14
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 2245 0 0 0 14 0 0 0 18 0 13 0 145766836 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1793156 CPUtime=0.14
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 3268 0 0 0 14 0 0 0 18 0 13 0 145766836 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 145766840 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1793156 CPUtime=0.82
/proc/10803/task/10812/stat : 10812 (java) R 10801 10803 10121 0 -1 64 4092 0 0 0 80 2 0 0 16 0 13 0 145766849 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103027181 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1793156 CPUtime=0.55
/proc/10803/task/10813/stat : 10813 (java) R 10801 10803 10121 0 -1 64 1552 0 0 0 55 0 0 0 16 0 13 0 145766849 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102107098 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1793156 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1836191744 46613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1793156

[startup+6.30166 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 10816
/proc/meminfo: memFree=1619144/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1794408 CPUtime=7.94
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 58682 0 34 0 764 30 0 0 18 0 13 0 145766825 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448602 54728 1325 9 0 446213 0
[pid=10803/tid=10805] ppid=10801 vsize=1794408 CPUtime=4.84
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 37738 0 9 0 467 17 0 0 18 0 13 0 145766833 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1794408 CPUtime=0.55
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 5506 0 0 0 53 2 0 0 16 0 13 0 145766836 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1794408 CPUtime=0.54
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 8461 0 0 0 51 3 0 0 16 0 13 0 145766836 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145766840 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1794408 CPUtime=1.13
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 4698 0 0 0 111 2 0 0 15 0 13 0 145766849 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1794408 CPUtime=0.8
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1571 0 0 0 80 0 0 0 16 0 13 0 145766849 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1794408 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1837473792 54728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1794408

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 10816
/proc/meminfo: memFree=1592648/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=14.86
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 66984 0 34 0 1453 33 0 0 18 0 13 0 145766825 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 61273 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=10.8
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 37750 0 9 0 1063 17 0 0 25 0 13 0 145766833 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109825236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=0.95
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 10312 0 0 0 92 3 0 0 16 0 13 0 145766836 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=0.94
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 11688 0 0 0 90 4 0 0 15 0 13 0 145766836 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145766840 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.21
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 4952 0 0 0 119 2 0 0 16 0 13 0 145766849 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=0.86
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1574 0 0 0 86 0 0 0 16 0 13 0 145766849 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 61273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 1795368

[startup+25.5029 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 10816
/proc/meminfo: memFree=1702472/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=27.73
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 67027 0 34 0 2738 35 0 0 18 0 13 0 145766825 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 33385 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=23.55
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 37784 0 9 0 2337 18 0 0 25 0 13 0 145766833 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=0.96
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 10312 0 0 0 93 3 0 0 16 0 13 0 145766836 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=0.95
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 11688 0 0 0 91 4 0 0 15 0 13 0 145766836 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=0.02
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 12 0 0 0 0 2 0 0 16 0 13 0 145766840 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 33385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=1.11
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 302 0 0 0 61 50 0 0 17 0 13 0 145766840 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.57
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 5735 0 0 0 154 3 0 0 17 0 13 0 145766849 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=1.26
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1597 0 0 0 126 0 0 0 17 0 13 0 145766849 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 95358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.6
Current children cumulated vsize (KiB) 1795368

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10818
/proc/meminfo: memFree=1449992/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=1672.8
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 190169 0 34 0 167043 237 0 0 18 0 13 0 145766825 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 96531 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=1645.62
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 118813 0 9 0 164496 66 0 0 17 0 13 0 145766833 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109959883 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=11.59
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 30696 0 0 0 1104 55 0 0 15 0 13 0 145766836 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=11.55
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 32320 0 0 0 1098 57 0 0 16 0 13 0 145766836 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=1.12
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 311 0 0 0 61 51 0 0 16 0 13 0 145766840 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.57
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 5735 0 0 0 154 3 0 0 17 0 13 0 145766849 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=1.26
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1597 0 0 0 126 0 0 0 17 0 13 0 145766849 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 96531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.8
Current children cumulated vsize (KiB) 1795368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10818
/proc/meminfo: memFree=1442632/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=1733.09
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 193684 0 34 0 173064 245 0 0 18 0 13 0 145766825 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 98271 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=1704.99
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 120481 0 9 0 170432 67 0 0 19 0 13 0 145766833 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950351 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=12.01
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 31872 0 0 0 1142 59 0 0 16 0 13 0 145766836 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=12.04
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 32985 0 0 0 1145 59 0 0 16 0 13 0 145766836 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=1.14
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 317 0 0 0 62 52 0 0 16 0 13 0 145766840 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.57
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 5735 0 0 0 154 3 0 0 17 0 13 0 145766849 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=1.26
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1597 0 0 0 126 0 0 0 17 0 13 0 145766849 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 98271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.09
Current children cumulated vsize (KiB) 1795368

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10818
/proc/meminfo: memFree=1440648/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=1793.3
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 195458 0 34 0 179078 252 0 0 18 0 13 0 145766825 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 98864 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=1764.41
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 121597 0 9 0 176374 67 0 0 21 0 13 0 145766833 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950408 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=12.39
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 32170 0 0 0 1178 61 0 0 16 0 13 0 145766836 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=12.42
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 33343 0 0 0 1180 62 0 0 16 0 13 0 145766836 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=1.16
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 319 0 0 0 63 53 0 0 15 0 13 0 145766840 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.57
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 5735 0 0 0 154 3 0 0 17 0 13 0 145766849 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=1.26
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1597 0 0 0 126 0 0 0 17 0 13 0 145766849 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 98864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.3
Current children cumulated vsize (KiB) 1795368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10818
/proc/meminfo: memFree=1437448/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=1795368 CPUtime=1800.06
/proc/10803/stat : 10803 (java) S 10801 10803 10121 0 -1 0 196392 0 34 0 179753 253 0 0 18 0 13 0 145766825 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10803/statm: 448842 99666 1325 9 0 446453 0
[pid=10803/tid=10805] ppid=10801 vsize=1795368 CPUtime=1771.02
/proc/10803/task/10805/stat : 10805 (java) R 10801 10803 10121 0 -1 64 121608 0 9 0 177035 67 0 0 25 0 13 0 145766833 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826211 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10806] ppid=10801 vsize=1795368 CPUtime=12.47
/proc/10803/task/10806/stat : 10806 (java) S 10801 10803 10121 0 -1 64 32760 0 0 0 1185 62 0 0 17 0 13 0 145766836 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10807] ppid=10801 vsize=1795368 CPUtime=12.49
/proc/10803/task/10807/stat : 10807 (java) S 10801 10803 10121 0 -1 64 33676 0 0 0 1187 62 0 0 16 0 13 0 145766836 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10808] ppid=10801 vsize=1795368 CPUtime=1.16
/proc/10803/task/10808/stat : 10808 (java) S 10801 10803 10121 0 -1 64 319 0 0 0 63 53 0 0 16 0 13 0 145766840 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10809] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10809/stat : 10809 (java) S 10801 10803 10121 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 145766841 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10810] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10810/stat : 10810 (java) S 10801 10803 10121 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145766841 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10811] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10811/stat : 10811 (java) S 10801 10803 10121 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145766849 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10812] ppid=10801 vsize=1795368 CPUtime=1.57
/proc/10803/task/10812/stat : 10812 (java) S 10801 10803 10121 0 -1 64 5735 0 0 0 154 3 0 0 17 0 13 0 145766849 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10813] ppid=10801 vsize=1795368 CPUtime=1.26
/proc/10803/task/10813/stat : 10813 (java) S 10801 10803 10121 0 -1 64 1597 0 0 0 126 0 0 0 17 0 13 0 145766849 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10814] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10814/stat : 10814 (java) S 10801 10803 10121 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 145766849 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10803/tid=10815] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10815/stat : 10815 (java) S 10801 10803 10121 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145766849 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10803/tid=10816] ppid=10801 vsize=1795368 CPUtime=0
/proc/10803/task/10816/stat : 10816 (java) S 10801 10803 10121 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 145767133 1838456832 99666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1795368

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

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

[startup+1789.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10818
/proc/meminfo: memFree=1437448/2055924 swapFree=4158252/4192956
[pid=10803] ppid=10801 vsize=0 CPUtime=1800.17
/proc/10803/stat : 10803 (java) Z 10801 10803 10121 0 -1 1036 196413 0 34 0 179759 258 0 0 16 0 2 0 145766825 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10803/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.13
CPU time (s): 1800.19
CPU user time (s): 1797.59
CPU system time (s): 2.6006
CPU usage (%): 100.618
Max. virtual memory (cumulated for all children) (KiB): 1795432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 2.6006
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196413
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100050
involuntary context switches= 69653

runsolver used 2.13468 second user time and 5.72913 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Apr 16 04:21:32 UTC 2007

IDJOB= 349345
IDBENCH= 2366
IDSOLVER= 164
FILE ID= node6/349345-1176697291

PBS_JOBID= 4559422

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cbbc019f11b539634b02edfceafed9db

RANDOM SEED= 494241618

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1843272 kB
Buffers:         39068 kB
Cached:          75516 kB
SwapCached:       2104 kB
Active:          58468 kB
Inactive:        92464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1843272 kB
SwapTotal:     4192956 kB
SwapFree:      4158252 kB
Dirty:            6064 kB
Writeback:           0 kB
Mapped:          43652 kB
Slab:            47248 kB
Committed_AS:  6825836 kB
PageTables:       1816 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= 66529 MiB

End job on node6 on Mon Apr 16 04:51:23 UTC 2007