Trace number 354224

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.17 1768.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow22.opb
MD5SUM459c1d0101a0e61c9c386c9d02f149df
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 234612588283
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	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/354224-1176700096/instance-354224-1176700096.opb
0.20/0.20	c reading problem ... 
3.67/2.66	c ... done. Wall clock time 2.46s.
3.67/2.66	c CPU time (experimental) 1.97s.
3.67/2.66	c #vars     25124
3.67/2.66	c #constraints  1760
1800.04/1768.41	c starts		: 2
1800.04/1768.41	c conflicts		: 41234
1800.04/1768.41	c decisions		: 45622
1800.04/1768.41	c propagations		: 188544
1800.04/1768.41	c inspects		: 403527256
1800.04/1768.41	c learnt literals	: 0
1800.04/1768.41	c learnt binary clauses	: 0
1800.04/1768.41	c learnt ternary clauses	: 0
1800.04/1768.41	c learnt clauses	: 41234
1800.04/1768.41	c root simplifications	: 0
1800.04/1768.41	c removed literals (reason simplification)	: 0
1800.04/1768.41	c reason swapping (by a shorter reason)	: 0
1800.04/1768.41	c Calls to reduceDB	: 0
1800.04/1768.41	c speed (decisions/second)	: 25.838818602680732
1800.04/1768.41	c non guided choices	0
1800.04/1768.41	s UNKNOWN
1800.04/1768.41	c Total wall clock time (ms): 1768.212

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/node7/watcher-354224-1176700096 -o ROOT/results/node7/solver-354224-1176700096 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354224-1176700096/sat4jPseudoCP.jar /tmp/evaluation/354224-1176700096/instance-354224-1176700096.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.15 1.04 1.01 2/77 7262
/proc/meminfo: memFree=1647576/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1472 CPUtime=0
/proc/7262/stat : 7262 (java) R 7260 7262 5579 0 -1 0 100 0 0 0 0 0 0 0 18 0 1 0 146047244 1507328 72 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 11229504 0 0 4096 0 0 0 0 17 1 0 0
/proc/7262/statm: 368 83 61 9 0 10 0

[startup+0.0836319 s]
/proc/loadavg: 1.15 1.04 1.01 2/77 7262
/proc/meminfo: memFree=1647576/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1777844 CPUtime=0.06
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 3815 0 1 0 4 2 0 0 18 0 7 0 146047244 1820512256 3557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 444461 3557 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101645 s]
/proc/loadavg: 1.15 1.04 1.01 2/77 7262
/proc/meminfo: memFree=1647576/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1780108 CPUtime=0.09
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 3981 0 1 0 6 3 0 0 18 0 12 0 146047244 1822830592 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301655 s]
/proc/loadavg: 1.15 1.04 1.01 2/77 7262
/proc/meminfo: memFree=1647576/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1781636 CPUtime=0.33
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 5294 0 1 0 30 3 0 0 18 0 12 0 146047244 1824395264 5032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 445409 5032 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781636

[startup+0.701698 s]
/proc/loadavg: 1.15 1.04 1.01 2/77 7262
/proc/meminfo: memFree=1647576/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1784968 CPUtime=0.93
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 8044 0 1 0 89 4 0 0 18 0 12 0 146047244 1827807232 7424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 446242 7425 1302 9 0 443854 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784968

[startup+1.50278 s]
/proc/loadavg: 1.14 1.04 1.01 4/89 7274
/proc/meminfo: memFree=1611000/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1793704 CPUtime=2.47
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 24218 0 1 0 235 12 0 0 18 0 12 0 146047244 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 448426 18961 1314 9 0 446038 0
[pid=7262/tid=7264] ppid=7260 vsize=1793704 CPUtime=0.91
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 15090 0 1 0 84 7 0 0 18 0 12 0 146047245 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508625 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 146047246 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146047246 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 146047249 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 146047249 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146047249 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146047253 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1793704 CPUtime=0.74
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 3922 0 0 0 73 1 0 0 18 0 12 0 146047253 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1793704 CPUtime=0.78
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 4483 0 0 0 77 1 0 0 16 0 12 0 146047253 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146047253 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1793704 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146047253 1836752896 18961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1793704

[startup+3.10295 s]
/proc/loadavg: 1.14 1.04 1.01 2/89 7274
/proc/meminfo: memFree=1511800/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1794028 CPUtime=4.54
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 52450 0 1 0 430 24 0 0 18 0 13 0 146047244 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 448507 46924 1333 9 0 446119 0
[pid=7262/tid=7264] ppid=7260 vsize=1794028 CPUtime=2.28
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 37712 0 1 0 211 17 0 0 20 0 13 0 146047245 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103439819 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1794028 CPUtime=0.09
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 2931 0 0 0 8 1 0 0 17 0 13 0 146047246 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1794028 CPUtime=0.09
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 2401 0 0 0 8 1 0 0 16 0 13 0 146047246 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 146047249 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1794028 CPUtime=1
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 4158 0 0 0 99 1 0 0 16 0 13 0 146047253 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1794028 CPUtime=1.03
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 4517 0 0 0 102 1 0 0 17 0 13 0 146047253 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1794028 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1837084672 46924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1794028

[startup+6.30128 s]
/proc/loadavg: 1.13 1.03 1.01 5/90 7275
/proc/meminfo: memFree=1432816/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=9.44
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 64758 0 1 0 915 29 0 0 18 0 13 0 146047244 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 54904 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=4.42
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 37722 0 1 0 425 17 0 0 16 0 13 0 146047245 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109852990 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=0.82
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 6612 0 0 0 80 2 0 0 16 0 13 0 146047246 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=0.81
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 6328 0 0 0 78 3 0 0 16 0 13 0 146047246 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.69
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6730 0 0 0 167 2 0 0 16 0 13 0 146047253 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.65
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6633 0 0 0 162 3 0 0 16 0 13 0 146047253 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 54904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 1797828

[startup+12.7021 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 7275
/proc/meminfo: memFree=1407472/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=16.22
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 73647 0 1 0 1589 33 0 0 18 0 13 0 146047244 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 61174 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=10.54
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 37735 0 1 0 1037 17 0 0 25 0 13 0 146047245 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109876172 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=1.05
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 10787 0 0 0 101 4 0 0 16 0 13 0 146047246 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=1.04
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 11023 0 0 0 99 5 0 0 15 0 13 0 146047246 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.01
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 146047249 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.8
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6734 0 0 0 178 2 0 0 16 0 13 0 146047253 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.74
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6635 0 0 0 171 3 0 0 17 0 13 0 146047253 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 61174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 1797828

[startup+25.5025 s]
/proc/loadavg: 1.09 1.03 1.01 2/90 7275
/proc/meminfo: memFree=1395376/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=29.2
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 77501 0 1 0 2885 35 0 0 18 0 13 0 146047244 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 64328 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=23.17
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 37749 0 1 0 2300 17 0 0 25 0 13 0 146047245 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832283 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=1.19
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 12674 0 0 0 115 4 0 0 17 0 13 0 146047246 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=1.19
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 12973 0 0 0 112 7 0 0 16 0 13 0 146047246 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.01
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 146047249 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 64328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.19
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 84 0 0 0 12 7 0 0 16 0 13 0 146047249 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.95
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6743 0 0 0 193 2 0 0 16 0 13 0 146047253 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.84
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6642 0 0 0 181 3 0 0 17 0 13 0 146047253 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 136034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1569.04
Current children cumulated vsize (KiB) 1797828

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 7277
/proc/meminfo: memFree=1099632/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=1630.27
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 179222 0 1 0 162936 91 0 0 18 0 13 0 146047244 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 137633 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=1573.58
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 52701 0 1 0 157332 26 0 0 25 0 13 0 146047245 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109818207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=26.34
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 60603 0 0 0 2610 24 0 0 16 0 13 0 146047246 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=26.29
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 51725 0 0 0 2604 25 0 0 16 0 13 0 146047246 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.19
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 84 0 0 0 12 7 0 0 16 0 13 0 146047249 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.95
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6743 0 0 0 193 2 0 0 16 0 13 0 146047253 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.85
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6642 0 0 0 182 3 0 0 17 0 13 0 146047253 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 137633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1630.27
Current children cumulated vsize (KiB) 1797828

[startup+1662.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/90 7277
/proc/meminfo: memFree=1092912/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=1691.57
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 180943 0 1 0 169065 92 0 0 18 0 13 0 146047244 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 139291 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=1632.18
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 52723 0 1 0 163192 26 0 0 25 0 13 0 146047245 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=27.69
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 61008 0 0 0 2744 25 0 0 17 0 13 0 146047246 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=27.64
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 53018 0 0 0 2738 26 0 0 16 0 13 0 146047246 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.2
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 85 0 0 0 13 7 0 0 16 0 13 0 146047249 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.95
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6743 0 0 0 193 2 0 0 16 0 13 0 146047253 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.85
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6642 0 0 0 182 3 0 0 17 0 13 0 146047253 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 139291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1691.57
Current children cumulated vsize (KiB) 1797828

[startup+1722.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/90 7277
/proc/meminfo: memFree=1085872/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=1752.89
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 182779 0 1 0 175196 93 0 0 18 0 13 0 146047244 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 141046 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=1690.77
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 52745 0 1 0 169051 26 0 0 25 0 13 0 146047245 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=29.05
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 61426 0 0 0 2880 25 0 0 17 0 13 0 146047246 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=29
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 54414 0 0 0 2874 26 0 0 16 0 13 0 146047246 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.2
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 85 0 0 0 13 7 0 0 16 0 13 0 146047249 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.95
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6743 0 0 0 193 2 0 0 16 0 13 0 146047253 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.85
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6642 0 0 0 182 3 0 0 17 0 13 0 146047253 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 141046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1752.89
Current children cumulated vsize (KiB) 1797828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.4 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 7277
/proc/meminfo: memFree=1080624/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=1797828 CPUtime=1800.04
/proc/7262/stat : 7262 (java) S 7260 7262 5579 0 -1 0 184129 0 1 0 179910 94 0 0 18 0 13 0 146047244 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7262/statm: 449457 142345 1334 9 0 447069 0
[pid=7262/tid=7264] ppid=7260 vsize=1797828 CPUtime=1735.77
/proc/7262/task/7264/stat : 7264 (java) R 7260 7262 5579 0 -1 64 52762 0 1 0 173551 26 0 0 25 0 13 0 146047245 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7265] ppid=7260 vsize=1797828 CPUtime=30.12
/proc/7262/task/7265/stat : 7265 (java) S 7260 7262 5579 0 -1 64 62133 0 0 0 2987 25 0 0 16 0 13 0 146047246 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7266] ppid=7260 vsize=1797828 CPUtime=30.08
/proc/7262/task/7266/stat : 7266 (java) S 7260 7262 5579 0 -1 64 55040 0 0 0 2981 27 0 0 17 0 13 0 146047246 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7267] ppid=7260 vsize=1797828 CPUtime=0.2
/proc/7262/task/7267/stat : 7267 (java) S 7260 7262 5579 0 -1 64 85 0 0 0 13 7 0 0 15 0 13 0 146047249 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7268] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7268/stat : 7268 (java) S 7260 7262 5579 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7269] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7269/stat : 7269 (java) S 7260 7262 5579 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146047249 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7270] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7270/stat : 7270 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146047253 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7271] ppid=7260 vsize=1797828 CPUtime=1.95
/proc/7262/task/7271/stat : 7271 (java) S 7260 7262 5579 0 -1 64 6743 0 0 0 193 2 0 0 16 0 13 0 146047253 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7262/tid=7272] ppid=7260 vsize=1797828 CPUtime=1.85
/proc/7262/task/7272/stat : 7272 (java) S 7260 7262 5579 0 -1 64 6642 0 0 0 182 3 0 0 17 0 13 0 146047253 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7273] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7273/stat : 7273 (java) S 7260 7262 5579 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146047253 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7274] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7274/stat : 7274 (java) S 7260 7262 5579 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146047253 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7262/tid=7275] ppid=7260 vsize=1797828 CPUtime=0
/proc/7262/task/7275/stat : 7275 (java) S 7260 7262 5579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146047522 1840975872 142345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797828

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

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

[startup+1768.51 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 7277
/proc/meminfo: memFree=1080624/2055920 swapFree=4170480/4192956
[pid=7262] ppid=7260 vsize=0 CPUtime=1800.15
/proc/7262/stat : 7262 (java) Z 7260 7262 5579 0 -1 1036 184149 0 1 0 179913 102 0 0 16 0 2 0 146047244 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.53
CPU time (s): 1800.17
CPU user time (s): 1799.14
CPU system time (s): 1.03784
CPU usage (%): 101.789
Max. virtual memory (cumulated for all children) (KiB): 1797828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.03784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184149
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= 44249
involuntary context switches= 75764

runsolver used 2.11468 second user time and 5.41118 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Apr 16 05:08:16 UTC 2007

IDJOB= 354224
IDBENCH= 2415
IDSOLVER= 160
FILE ID= node7/354224-1176700096

PBS_JOBID= 4559411

Free space on /tmp= 66420 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow22.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354224-1176700096/sat4jPseudoCP.jar /tmp/evaluation/354224-1176700096/instance-354224-1176700096.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-354224-1176700096 -o ROOT/results/node7/solver-354224-1176700096 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354224-1176700096/sat4jPseudoCP.jar /tmp/evaluation/354224-1176700096/instance-354224-1176700096.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  459c1d0101a0e61c9c386c9d02f149df

RANDOM SEED= 624038281

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1647920 kB
Buffers:         28100 kB
Cached:         282700 kB
SwapCached:       2952 kB
Active:         191292 kB
Inactive:       156052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647920 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:            6228 kB
Writeback:           0 kB
Mapped:          43584 kB
Slab:            46020 kB
Committed_AS:  7044788 kB
PageTables:       1912 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= 66420 MiB

End job on node7 on Mon Apr 16 05:37:47 UTC 2007