Trace number 347939

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.28 1753.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
MD5SUMab5e35dff8e81ea7a1176a4145ab1bff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
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 524317
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 524564
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/347939-1176544393/instance-347939-1176544393.opb
0.20/0.20	c reading problem ... 
2.03/1.38	c ... done. Wall clock time 1.184s.
2.03/1.38	c CPU time (experimental) 0.9s.
2.03/1.38	c #vars     13736
2.03/1.38	c #constraints  725
1800.11/1753.53	c starts		: 2
1800.11/1753.53	c conflicts		: 62884
1800.11/1753.53	c decisions		: 88622
1800.11/1753.53	c propagations		: 980018
1800.11/1753.53	c inspects		: 617770985
1800.11/1753.53	c learnt literals	: 0
1800.11/1753.53	c learnt binary clauses	: 0
1800.11/1753.53	c learnt ternary clauses	: 0
1800.11/1753.53	c learnt clauses	: 62883
1800.11/1753.53	c root simplifications	: 0
1800.11/1753.53	c removed literals (reason simplification)	: 0
1800.11/1753.53	c reason swapping (by a shorter reason)	: 0
1800.11/1753.53	c Calls to reduceDB	: 0
1800.11/1753.53	c speed (decisions/second)	: 50.57981122319108
1800.11/1753.53	c non guided choices	1239
1800.11/1753.53	s UNKNOWN
1800.11/1753.53	c Total wall clock time (ms): 1753.33

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/node10/watcher-347939-1176544393 -o ROOT/results/node10/solver-347939-1176544393 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347939-1176544393/sat4jPseudoCP.jar /tmp/evaluation/347939-1176544393/instance-347939-1176544393.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.00 1.00 2/77 7811
/proc/meminfo: memFree=1799808/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=152 CPUtime=0
/proc/7811/stat : 7811 (java) D 7809 7811 6975 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 130476853 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/7811/statm: 38 26 19 9 0 4 0

[startup+0.0464679 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7811
/proc/meminfo: memFree=1799808/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1776376 CPUtime=0.03
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 3450 0 1 0 1 2 0 0 18 0 4 0 130476853 1819009024 3195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 444094 3195 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.10148 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7811
/proc/meminfo: memFree=1799808/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1780108 CPUtime=0.08
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 3973 0 1 0 6 2 0 0 18 0 12 0 130476853 1822830592 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301519 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7811
/proc/meminfo: memFree=1799808/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1781420 CPUtime=0.31
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 5246 0 1 0 27 4 0 0 18 0 12 0 130476853 1824174080 4984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 445355 4984 1270 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.70161 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7811
/proc/meminfo: memFree=1799808/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1793224 CPUtime=1.08
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 9843 0 1 0 102 6 0 0 18 0 12 0 130476853 1836261376 8290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 448306 8290 1302 9 0 445918 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1793224

[startup+1.50278 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 7823
/proc/meminfo: memFree=1765472/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1792956 CPUtime=2.34
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 23313 0 1 0 222 12 0 0 18 0 12 0 130476853 1835986944 20359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 448239 20374 1311 9 0 445851 0
[pid=7811/tid=7813] ppid=7809 vsize=1792956 CPUtime=1.01
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 16783 0 1 0 93 8 0 0 25 0 12 0 130476854 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102705122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 130476856 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 130476856 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 130476858 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 130476858 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 130476858 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 130476862 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1792956 CPUtime=0.57
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 1732 0 0 0 56 1 0 0 17 0 12 0 130476862 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1792956 CPUtime=0.73
/proc/7811/task/7821/stat : 7821 (java) R 7809 7811 6975 0 -1 64 4094 0 0 0 72 1 0 0 17 0 12 0 130476862 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 130476862 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1792956 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 130476862 1835986944 20374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1792956

[startup+3.10112 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 7824
/proc/meminfo: memFree=1676504/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1793280 CPUtime=4.36
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 49090 0 1 0 413 23 0 0 18 0 13 0 130476853 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 448320 45911 1321 9 0 445932 0
[pid=7811/tid=7813] ppid=7809 vsize=1793280 CPUtime=2.42
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 37716 0 1 0 225 17 0 0 19 0 13 0 130476854 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833729 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1793280 CPUtime=0.07
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 2486 0 0 0 7 0 0 0 16 0 13 0 130476856 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1793280 CPUtime=0.08
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 2162 0 0 0 7 1 0 0 16 0 13 0 130476856 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1793280 CPUtime=0.78
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 1759 0 0 0 77 1 0 0 15 0 13 0 130476862 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1793280 CPUtime=0.97
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 4235 0 0 0 96 1 0 0 16 0 13 0 130476862 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1793280 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1836318720 45911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1793280

[startup+6.30282 s]
/proc/loadavg: 1.08 1.02 1.01 3/90 7824
/proc/meminfo: memFree=1627992/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1793444 CPUtime=8.34
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 54687 0 1 0 809 25 0 0 18 0 13 0 130476853 1836486656 45917 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 448361 45919 1325 9 0 445973 0
[pid=7811/tid=7813] ppid=7809 vsize=1793444 CPUtime=5.25
/proc/7811/task/7813/stat : 7813 (java) S 7809 7811 6975 0 -1 64 37725 0 1 0 508 17 0 0 25 0 13 0 130476854 1836486656 45920 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1793444 CPUtime=0.21
/proc/7811/task/7814/stat : 7814 (java) R 7809 7811 6975 0 -1 64 3553 0 0 0 20 1 0 0 17 0 13 0 130476856 1836486656 45922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367529 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1793444 CPUtime=0.21
/proc/7811/task/7815/stat : 7815 (java) R 7809 7811 6975 0 -1 64 3314 0 0 0 20 1 0 0 17 0 13 0 130476856 1836486656 45923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 130476858 1836486656 45924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1836486656 45926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1836486656 45927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1836486656 45928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1793444 CPUtime=1.1
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2245 0 0 0 109 1 0 0 16 0 13 0 130476862 1836486656 45930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1793444 CPUtime=1.51
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 7116 0 0 0 149 2 0 0 16 0 13 0 130476862 1836486656 45931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1836486656 45933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1836486656 45934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1793444 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1836486656 45935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1793444

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 3/90 7824
/proc/meminfo: memFree=1593312/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1799556 CPUtime=15.71
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 65418 0 1 0 1541 30 0 0 18 0 13 0 130476853 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449889 53354 1327 9 0 447501 0
[pid=7811/tid=7813] ppid=7809 vsize=1799556 CPUtime=11.18
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 38476 0 1 0 1100 18 0 0 16 0 13 0 130476854 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109740076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1799556 CPUtime=0.34
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 6381 0 0 0 32 2 0 0 15 0 13 0 130476856 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1799556 CPUtime=0.34
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 6038 0 0 0 32 2 0 0 16 0 13 0 130476856 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 130476858 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1799556 CPUtime=1.6
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2326 0 0 0 159 1 0 0 16 0 13 0 130476862 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1799556 CPUtime=2.19
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11444 0 0 0 215 4 0 0 17 0 13 0 130476862 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1799556 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1842745344 53354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 1799556

[startup+25.5021 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 7824
/proc/meminfo: memFree=1576800/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1796484 CPUtime=28.68
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 70202 0 1 0 2837 31 0 0 18 0 13 0 130476853 1839599616 56822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449121 56822 1333 9 0 446733 0
[pid=7811/tid=7813] ppid=7809 vsize=1796484 CPUtime=23.79
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 38875 0 1 0 2361 18 0 0 22 0 13 0 130476854 1839599616 56822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512413 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1796484 CPUtime=0.49
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 8979 0 0 0 46 3 0 0 16 0 13 0 130476856 1839599616 56822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1796484 CPUtime=0.5
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 7819 0 0 0 48 2 0 0 16 0 13 0 130476856 1839599616 56822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.01
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 130476858 1839599616 56822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.18
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 45 0 0 0 11 7 0 0 15 0 13 0 130476858 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1796484 CPUtime=1.66
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2327 0 0 0 165 1 0 0 16 0 13 0 130476862 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1796484 CPUtime=2.26
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11451 0 0 0 222 4 0 0 16 0 13 0 130476862 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1839599616 132616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1581.56
Current children cumulated vsize (KiB) 1796484

[startup+1602.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 8022
/proc/meminfo: memFree=1264992/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1796484 CPUtime=1643.59
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 162651 0 1 0 164250 109 0 0 18 0 13 0 130476853 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449121 134370 1334 9 0 446733 0
[pid=7811/tid=7813] ppid=7809 vsize=1796484 CPUtime=1559.99
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 42692 0 1 0 155956 43 0 0 25 0 13 0 130476854 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783778 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1796484 CPUtime=39.67
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 48532 0 0 0 3946 21 0 0 16 0 13 0 130476856 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1796484 CPUtime=39.75
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 56882 0 0 0 3946 29 0 0 17 0 13 0 130476856 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.19
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 45 0 0 0 12 7 0 0 16 0 13 0 130476858 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1796484 CPUtime=1.66
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2327 0 0 0 165 1 0 0 16 0 13 0 130476862 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1796484 CPUtime=2.26
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11451 0 0 0 222 4 0 0 16 0 13 0 130476862 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1839599616 134370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.59
Current children cumulated vsize (KiB) 1796484

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 8022
/proc/meminfo: memFree=1257824/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1796484 CPUtime=1705.64
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 164511 0 1 0 170454 110 0 0 18 0 13 0 130476853 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449121 136149 1334 9 0 446733 0
[pid=7811/tid=7813] ppid=7809 vsize=1796484 CPUtime=1617.82
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 42717 0 1 0 161738 44 0 0 25 0 13 0 130476854 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753157 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1796484 CPUtime=41.78
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 50225 0 0 0 4157 21 0 0 16 0 13 0 130476856 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1796484 CPUtime=41.86
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 57023 0 0 0 4157 29 0 0 17 0 13 0 130476856 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.19
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 46 0 0 0 12 7 0 0 16 0 13 0 130476858 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1796484 CPUtime=1.66
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2327 0 0 0 165 1 0 0 16 0 13 0 130476862 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1796484 CPUtime=2.26
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11451 0 0 0 222 4 0 0 16 0 13 0 130476862 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1839599616 136149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.64
Current children cumulated vsize (KiB) 1796484

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 8022
/proc/meminfo: memFree=1251488/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1796484 CPUtime=1767.75
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 166140 0 1 0 176663 112 0 0 18 0 13 0 130476853 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449121 137719 1334 9 0 446733 0
[pid=7811/tid=7813] ppid=7809 vsize=1796484 CPUtime=1675.6
/proc/7811/task/7813/stat : 7813 (java) R 7809 7811 6975 0 -1 64 42742 0 1 0 167516 44 0 0 25 0 13 0 130476854 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109740748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1796484 CPUtime=43.95
/proc/7811/task/7814/stat : 7814 (java) S 7809 7811 6975 0 -1 64 51620 0 0 0 4373 22 0 0 16 0 13 0 130476856 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1796484 CPUtime=44
/proc/7811/task/7815/stat : 7815 (java) S 7809 7811 6975 0 -1 64 57232 0 0 0 4371 29 0 0 16 0 13 0 130476856 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.2
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 46 0 0 0 12 8 0 0 16 0 13 0 130476858 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1796484 CPUtime=1.66
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2327 0 0 0 165 1 0 0 16 0 13 0 130476862 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1796484 CPUtime=2.26
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11451 0 0 0 222 4 0 0 16 0 13 0 130476862 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1839599616 137719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.75
Current children cumulated vsize (KiB) 1796484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.5 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 8022
/proc/meminfo: memFree=1248480/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=1796484 CPUtime=1800.11
/proc/7811/stat : 7811 (java) S 7809 7811 6975 0 -1 0 166948 0 1 0 179899 112 0 0 18 0 13 0 130476853 1839599616 138482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7811/statm: 449121 138482 1334 9 0 446733 0
[pid=7811/tid=7813] ppid=7809 vsize=1796484 CPUtime=1705.58
/proc/7811/task/7813/stat : 7813 (java) S 7809 7811 6975 0 -1 64 42755 0 1 0 170514 44 0 0 25 0 13 0 130476854 1839599616 138484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7814] ppid=7809 vsize=1796484 CPUtime=45.15
/proc/7811/task/7814/stat : 7814 (java) R 7809 7811 6975 0 -1 64 52330 0 0 0 4493 22 0 0 17 0 13 0 130476856 1839599616 138486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7815] ppid=7809 vsize=1796484 CPUtime=45.19
/proc/7811/task/7815/stat : 7815 (java) R 7809 7811 6975 0 -1 64 57321 0 0 0 4490 29 0 0 17 0 13 0 130476856 1839599616 138488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7816] ppid=7809 vsize=1796484 CPUtime=0.21
/proc/7811/task/7816/stat : 7816 (java) S 7809 7811 6975 0 -1 64 46 0 0 0 13 8 0 0 15 0 13 0 130476858 1839599616 138490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7817] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7817/stat : 7817 (java) S 7809 7811 6975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 138492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7818] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7818/stat : 7818 (java) S 7809 7811 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130476858 1839599616 138495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7819] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7819/stat : 7819 (java) S 7809 7811 6975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130476862 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7820] ppid=7809 vsize=1796484 CPUtime=1.66
/proc/7811/task/7820/stat : 7820 (java) S 7809 7811 6975 0 -1 64 2327 0 0 0 165 1 0 0 16 0 13 0 130476862 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7821] ppid=7809 vsize=1796484 CPUtime=2.26
/proc/7811/task/7821/stat : 7821 (java) S 7809 7811 6975 0 -1 64 11451 0 0 0 222 4 0 0 16 0 13 0 130476862 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7811/tid=7822] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7822/stat : 7822 (java) S 7809 7811 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 130476862 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7823] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7823/stat : 7823 (java) S 7809 7811 6975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130476862 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7811/tid=7824] ppid=7809 vsize=1796484 CPUtime=0
/proc/7811/task/7824/stat : 7824 (java) S 7809 7811 6975 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 130477008 1839599616 138497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1796484

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

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

[startup+1753.61 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 8022
/proc/meminfo: memFree=1248480/2055920 swapFree=4166016/4192956
[pid=7811] ppid=7809 vsize=0 CPUtime=1800.25
/proc/7811/stat : 7811 (java) Z 7809 7811 6975 0 -1 1036 167016 0 1 0 179906 119 0 0 16 0 2 0 130476853 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7811/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.64
CPU time (s): 1800.28
CPU user time (s): 1799.06
CPU system time (s): 1.21881
CPU usage (%): 102.66
Max. virtual memory (cumulated for all children) (KiB): 1801636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167016
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45052
involuntary context switches= 62595

runsolver used 2.17267 second user time and 5.40218 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Apr 14 09:53:13 UTC 2007

IDJOB= 347939
IDBENCH= 1583
IDSOLVER= 160
FILE ID= node10/347939-1176544393

PBS_JOBID= 4556743

Free space on /tmp= 66557 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/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347939-1176544393/sat4jPseudoCP.jar /tmp/evaluation/347939-1176544393/instance-347939-1176544393.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-347939-1176544393 -o ROOT/results/node10/solver-347939-1176544393 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347939-1176544393/sat4jPseudoCP.jar /tmp/evaluation/347939-1176544393/instance-347939-1176544393.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ab5e35dff8e81ea7a1176a4145ab1bff

RANDOM SEED= 985406468

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1800152 kB
Buffers:         25832 kB
Cached:         143684 kB
SwapCached:       2864 kB
Active:          60052 kB
Inactive:       145548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800152 kB
SwapTotal:     4192956 kB
SwapFree:      4166016 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:          43856 kB
Slab:            35684 kB
Committed_AS:  2206736 kB
PageTables:       1724 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= 66557 MiB

End job on node10 on Sat Apr 14 10:22:29 UTC 2007