Trace number 350898

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
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1783.75

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-blp-ic97.opb
MD5SUMaef7e3722fd5816dc0cbb2acb61edf83
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 264081
Optimality of the best value was proved NO
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
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 529231
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.11/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.25	c no version file found!!!
0.11/0.25	c sun.arch.data.model	32
0.11/0.25	c java.version	1.6.0
0.11/0.25	c os.name	Linux
0.11/0.25	c os.version	2.6.9-22.EL.rootsmp
0.11/0.25	c os.arch	i386
0.11/0.25	c Free memory 1651659224
0.11/0.25	c Max memory 1654456320
0.11/0.25	c Total memory 1654456320
0.11/0.25	c Number of processors 2
0.22/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.22/0.31	--- Begin Solver configuration ---
0.22/0.31	c Stops conflict analysis at the first Unique Implication Point
0.22/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/0.31	c Learn all clauses as in MiniSAT
0.22/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.31	c No reason simplification
0.22/0.31	c --- End Solver configuration ---
0.22/0.31	c solving /tmp/evaluation/350898-1176566506/instance-350898-1176566506.opb
0.22/0.31	c reading problem ... 
2.73/2.05	c ... done. Wall clock time 1.743s.
2.73/2.05	c CPU time (experimental) 1.48s.
2.73/2.05	c #vars     11503
2.73/2.05	c #constraints  932
1800.08/1783.61	c starts		: 2
1800.08/1783.61	c conflicts		: 4114
1800.08/1783.61	c decisions		: 779601
1800.08/1783.61	c propagations		: 1099251
1800.08/1783.61	c inspects		: 27058253
1800.08/1783.61	c learnt literals	: 0
1800.08/1783.61	c learnt binary clauses	: 0
1800.08/1783.61	c learnt ternary clauses	: 0
1800.08/1783.61	c learnt clauses	: 4114
1800.08/1783.61	c root simplifications	: 0
1800.08/1783.61	c removed literals (reason simplification)	: 0
1800.08/1783.61	c reason swapping (by a shorter reason)	: 0
1800.08/1783.61	c Calls to reduceDB	: 0
1800.08/1783.61	c speed (decisions/second)	: 437.6046854161147
1800.08/1783.61	c non guided choices	0
1800.08/1783.61	s UNKNOWN
1800.08/1783.61	c Total wall clock time (ms): 1783.303

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/node24/watcher-350898-1176566506 -o ROOT/results/node24/solver-350898-1176566506 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350898-1176566506/sat4jPseudoCP.jar /tmp/evaluation/350898-1176566506/instance-350898-1176566506.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: 1.00 1.03 1.27 2/83 21400
/proc/meminfo: memFree=1511872/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1800 CPUtime=0
/proc/21400/stat : 21400 (java) R 21398 21400 21337 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 104568630 1843200 148 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/21400/statm: 450 148 111 9 0 92 0

[startup+0.104904 s]
/proc/loadavg: 1.00 1.03 1.27 2/83 21400
/proc/meminfo: memFree=1511872/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1777708 CPUtime=0.05
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 3578 0 24 0 3 2 0 0 18 0 7 0 104568630 1820372992 3343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 444427 3343 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.201921 s]
/proc/loadavg: 1.00 1.03 1.27 2/83 21400
/proc/meminfo: memFree=1511872/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1780256 CPUtime=0.11
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 4014 0 24 0 8 3 0 0 18 0 12 0 104568630 1822982144 3778 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 445064 3778 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1780256

[startup+0.301931 s]
/proc/loadavg: 1.00 1.03 1.27 2/83 21400
/proc/meminfo: memFree=1511872/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1781384 CPUtime=0.22
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 4806 0 24 0 18 4 0 0 18 0 12 0 104568630 1824137216 4567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 445346 4567 1244 9 0 442958 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781384

[startup+0.701976 s]
/proc/loadavg: 1.00 1.03 1.27 2/83 21400
/proc/meminfo: memFree=1511872/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1788084 CPUtime=0.87
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 7861 0 24 0 81 6 0 0 18 0 12 0 104568630 1830998016 7105 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 447021 7105 1302 9 0 444633 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1788084

[startup+1.50105 s]
/proc/loadavg: 1.00 1.03 1.27 4/95 21414
/proc/meminfo: memFree=1472864/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1792984 CPUtime=2.21
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 23559 0 24 0 209 12 0 0 18 0 12 0 104568630 1836015616 20450 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448246 20452 1303 9 0 445858 0
[pid=21400/tid=21402] ppid=21398 vsize=1792984 CPUtime=0.93
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 16688 0 5 0 86 7 0 0 19 0 12 0 104568634 1836015616 20452 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109598657 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 104568635 1836015616 20453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 104568635 1836015616 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 104568639 1836015616 20455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 104568640 1836015616 20456 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 104568640 1836015616 20457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 104568647 1836015616 20458 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1792984 CPUtime=0.56
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 1805 0 0 0 56 0 0 0 15 0 12 0 104568647 1836015616 20459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1792984 CPUtime=0.67
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4368 0 0 0 65 2 0 0 21 0 12 0 104568647 1836015616 20460 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 104568647 1836015616 20461 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1792984 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 104568647 1836015616 20462 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1792984

[startup+3.10223 s]
/proc/loadavg: 1.00 1.03 1.27 2/96 21415
/proc/meminfo: memFree=1362840/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794976 CPUtime=4.36
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 50088 0 24 0 412 24 0 0 18 0 13 0 104568630 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448744 46684 1321 9 0 446356 0
[pid=21400/tid=21402] ppid=21398 vsize=1794976 CPUtime=2.19
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 37713 0 5 0 202 17 0 0 17 0 13 0 104568634 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109870431 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794976 CPUtime=0.15
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 2174 0 0 0 15 0 0 0 16 0 13 0 104568635 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794976 CPUtime=0.15
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 3016 0 0 0 14 1 0 0 16 0 13 0 104568635 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 104568639 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794976 CPUtime=0.81
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 2073 0 0 0 80 1 0 0 17 0 13 0 104568647 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794976 CPUtime=1.01
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4400 0 0 0 99 2 0 0 16 0 13 0 104568647 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794976 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1838055424 46684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1794976

[startup+6.30258 s]
/proc/loadavg: 1.08 1.05 1.27 3/96 21417
/proc/meminfo: memFree=1305048/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794848 CPUtime=8.41
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 61808 0 24 0 811 30 0 0 18 0 13 0 104568630 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448712 56454 1321 9 0 446324 0
[pid=21400/tid=21402] ppid=21398 vsize=1794848 CPUtime=4.53
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 37720 0 5 0 436 17 0 0 17 0 13 0 104568634 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527261 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794848 CPUtime=1
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 10014 0 0 0 96 4 0 0 16 0 13 0 104568635 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794848 CPUtime=1
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 6879 0 0 0 98 2 0 0 18 0 13 0 104568635 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 104568639 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794848 CPUtime=0.81
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 2073 0 0 0 80 1 0 0 16 0 13 0 104568647 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794848 CPUtime=1.01
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4400 0 0 0 99 2 0 0 16 0 13 0 104568647 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837924352 56454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1794848

[startup+12.7023 s]
/proc/loadavg: 1.07 1.05 1.27 2/90 21439
/proc/meminfo: memFree=1310160/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794848 CPUtime=14.82
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 61826 0 24 0 1451 31 0 0 18 0 13 0 104568630 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448712 48328 1321 9 0 446324 0
[pid=21400/tid=21402] ppid=21398 vsize=1794848 CPUtime=10.9
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 37738 0 5 0 1073 17 0 0 25 0 13 0 104568634 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109870861 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794848 CPUtime=1.01
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 10014 0 0 0 97 4 0 0 16 0 13 0 104568635 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794848 CPUtime=1
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 6879 0 0 0 98 2 0 0 16 0 13 0 104568635 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 104568639 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794848 CPUtime=0.82
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 2073 0 0 0 81 1 0 0 16 0 13 0 104568647 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794848 CPUtime=1.01
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4400 0 0 0 99 2 0 0 16 0 13 0 104568647 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794848 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837924352 48328 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1794848

[startup+25.5027 s]
/proc/loadavg: 1.06 1.04 1.26 2/90 21439
/proc/meminfo: memFree=1383568/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794784 CPUtime=27.9
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 62784 0 24 0 2756 34 0 0 18 0 13 0 104568630 1837858816 32131 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448696 32131 1325 9 0 446308 0
[pid=21400/tid=21402] ppid=21398 vsize=1794784 CPUtime=23.53
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 37778 0 5 0 2335 18 0 0 19 0 13 0 104568634 1837858816 32131 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109876909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794784 CPUtime=1.06
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 10427 0 0 0 101 5 0 0 16 0 13 0 104568635 1837858816 32131 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794784 CPUtime=1.05
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 7349 0 0 0 102 3 0 0 16 0 13 0 104568635 1837858816 32131 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.02
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 33 0 0 0 0 2 0 0 16 0 13 0 104568639 1837858816 32131 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.84
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 471 0 0 0 45 39 0 0 16 0 13 0 104568639 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794784 CPUtime=1.77
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 4589 0 0 0 175 2 0 0 16 0 13 0 104568647 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794784 CPUtime=2.18
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4488 0 0 0 216 2 0 0 16 0 13 0 104568647 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837858816 121933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.13
Current children cumulated vsize (KiB) 1794784

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.03 2/90 21439
/proc/meminfo: memFree=1014864/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794784 CPUtime=1677.66
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 255233 0 24 0 167574 192 0 0 18 0 13 0 104568630 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448696 124457 1326 9 0 446308 0
[pid=21400/tid=21402] ppid=21398 vsize=1794784 CPUtime=1645.11
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 139717 0 5 0 164440 71 0 0 20 0 13 0 104568634 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813718 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794784 CPUtime=13.86
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 54266 0 0 0 1349 37 0 0 16 0 13 0 104568635 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794784 CPUtime=13.81
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 50991 0 0 0 1345 36 0 0 16 0 13 0 104568635 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.86
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 478 0 0 0 46 40 0 0 15 0 13 0 104568639 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794784 CPUtime=1.77
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 4589 0 0 0 175 2 0 0 16 0 13 0 104568647 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794784 CPUtime=2.18
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4488 0 0 0 216 2 0 0 16 0 13 0 104568647 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837858816 124457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.66
Current children cumulated vsize (KiB) 1794784

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.02 2/90 21439
/proc/meminfo: memFree=1001744/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794784 CPUtime=1738.19
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 260862 0 24 0 173623 196 0 0 18 0 13 0 104568630 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448696 127892 1326 9 0 446308 0
[pid=21400/tid=21402] ppid=21398 vsize=1794784 CPUtime=1704.47
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 141675 0 5 0 170375 72 0 0 25 0 13 0 104568634 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109876858 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794784 CPUtime=14.45
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 56329 0 0 0 1407 38 0 0 16 0 13 0 104568635 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794784 CPUtime=14.39
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 52595 0 0 0 1401 38 0 0 16 0 13 0 104568635 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.87
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 482 0 0 0 47 40 0 0 16 0 13 0 104568639 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794784 CPUtime=1.77
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 4589 0 0 0 175 2 0 0 16 0 13 0 104568647 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794784 CPUtime=2.18
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4488 0 0 0 216 2 0 0 16 0 13 0 104568647 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837858816 127892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.19
Current children cumulated vsize (KiB) 1794784

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 21439
/proc/meminfo: memFree=993552/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794784 CPUtime=1798.76
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 264625 0 24 0 179677 199 0 0 18 0 13 0 104568630 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448696 129803 1326 9 0 446308 0
[pid=21400/tid=21402] ppid=21398 vsize=1794784 CPUtime=1763.85
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 141719 0 5 0 176313 72 0 0 25 0 13 0 104568634 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109682022 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794784 CPUtime=15.03
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 58352 0 0 0 1464 39 0 0 16 0 13 0 104568635 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794784 CPUtime=14.96
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 54285 0 0 0 1458 38 0 0 16 0 13 0 104568635 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.88
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 488 0 0 0 47 41 0 0 16 0 13 0 104568639 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794784 CPUtime=1.77
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 4589 0 0 0 175 2 0 0 16 0 13 0 104568647 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794784 CPUtime=2.18
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4488 0 0 0 216 2 0 0 16 0 13 0 104568647 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837858816 129803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (KiB) 1794784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.6 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 21439
/proc/meminfo: memFree=993488/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=1794784 CPUtime=1800.08
/proc/21400/stat : 21400 (java) S 21398 21400 21337 0 -1 0 264680 0 24 0 179809 199 0 0 18 0 13 0 104568630 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 448696 129783 1326 9 0 446308 0
[pid=21400/tid=21402] ppid=21398 vsize=1794784 CPUtime=1765.14
/proc/21400/task/21402/stat : 21402 (java) R 21398 21400 21337 0 -1 64 141720 0 5 0 176442 72 0 0 25 0 13 0 104568634 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109766740 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21403] ppid=21398 vsize=1794784 CPUtime=15.05
/proc/21400/task/21403/stat : 21403 (java) S 21398 21400 21337 0 -1 64 58394 0 0 0 1466 39 0 0 16 0 13 0 104568635 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21404] ppid=21398 vsize=1794784 CPUtime=14.98
/proc/21400/task/21404/stat : 21404 (java) S 21398 21400 21337 0 -1 64 54297 0 0 0 1459 39 0 0 16 0 13 0 104568635 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21405] ppid=21398 vsize=1794784 CPUtime=0.88
/proc/21400/task/21405/stat : 21405 (java) S 21398 21400 21337 0 -1 64 488 0 0 0 47 41 0 0 16 0 13 0 104568639 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21406] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21406/stat : 21406 (java) S 21398 21400 21337 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104568640 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21407] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21407/stat : 21407 (java) S 21398 21400 21337 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104568640 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21408] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21408/stat : 21408 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104568647 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21409] ppid=21398 vsize=1794784 CPUtime=1.77
/proc/21400/task/21409/stat : 21409 (java) S 21398 21400 21337 0 -1 64 4589 0 0 0 175 2 0 0 16 0 13 0 104568647 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21410] ppid=21398 vsize=1794784 CPUtime=2.18
/proc/21400/task/21410/stat : 21410 (java) S 21398 21400 21337 0 -1 64 4488 0 0 0 216 2 0 0 16 0 13 0 104568647 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21400/tid=21411] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21411/stat : 21411 (java) S 21398 21400 21337 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104568647 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21412] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21412/stat : 21412 (java) S 21398 21400 21337 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104568647 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21400/tid=21415] ppid=21398 vsize=1794784 CPUtime=0
/proc/21400/task/21415/stat : 21415 (java) S 21398 21400 21337 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 104568848 1837858816 129783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1794784

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

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

[startup+1783.71 s]
/proc/loadavg: 1.00 1.01 1.01 2/90 21439
/proc/meminfo: memFree=993488/2055920 swapFree=4191880/4192956
[pid=21400] ppid=21398 vsize=0 CPUtime=1800.19
/proc/21400/stat : 21400 (java) Z 21398 21400 21337 0 -1 1036 264699 0 24 0 179814 205 0 0 16 0 2 0 104568630 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.75
CPU time (s): 1800.23
CPU user time (s): 1798.15
CPU system time (s): 2.08468
CPU usage (%): 100.924
Max. virtual memory (cumulated for all children) (KiB): 1797084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.08468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264699
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74096
involuntary context switches= 61034

runsolver used 2.06569 second user time and 5.83811 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Apr 14 16:01:46 UTC 2007

IDJOB= 350898
IDBENCH= 1610
IDSOLVER= 160
FILE ID= node24/350898-1176566506

PBS_JOBID= 4556908

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCP 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-blp-ic97.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350898-1176566506/sat4jPseudoCP.jar /tmp/evaluation/350898-1176566506/instance-350898-1176566506.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-350898-1176566506 -o ROOT/results/node24/solver-350898-1176566506 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350898-1176566506/sat4jPseudoCP.jar /tmp/evaluation/350898-1176566506/instance-350898-1176566506.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  aef7e3722fd5816dc0cbb2acb61edf83

RANDOM SEED= 698790652

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1512800 kB
Buffers:         42360 kB
Cached:         316004 kB
SwapCached:        268 kB
Active:         209064 kB
Inactive:       204052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1512800 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4936 kB
Writeback:           0 kB
Mapped:          72452 kB
Slab:           115136 kB
Committed_AS:   231912 kB
PageTables:       2016 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 node24 on Sat Apr 14 16:31:32 UTC 2007