Trace number 350589

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.24 1748.95

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow30a.opb
MD5SUMd5ffb80d8d2a9d2ae5f84f17eeb42612
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4003
Best CPU time to get the best result obtained on this benchmark1800.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2754
Optimality of the best value was proved NO
Number of variables7195
Total number of constraints900
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints871
Minimum length of a constraint10
Maximum length of a constraint555
Number of terms in the objective function 421
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 72290
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3334110
Number of bits of the biggest sum of numbers22
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.18/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.22	--- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c No reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving /tmp/evaluation/350589-1176523416/instance-350589-1176523416.opb
0.18/0.22	c reading problem ... 
2.03/1.32	c ... done. Wall clock time 1.105s.
2.03/1.32	c CPU time (experimental) 0.72s.
2.03/1.32	c #vars     7195
2.03/1.32	c #constraints  958
1800.09/1748.81	c starts		: 2
1800.09/1748.81	c conflicts		: 11567
1800.09/1748.81	c decisions		: 17179
1800.09/1748.81	c propagations		: 150320
1800.09/1748.81	c inspects		: 20855637
1800.09/1748.81	c learnt literals	: 0
1800.09/1748.81	c learnt binary clauses	: 0
1800.09/1748.81	c learnt ternary clauses	: 0
1800.09/1748.81	c learnt clauses	: 11566
1800.09/1748.81	c root simplifications	: 0
1800.09/1748.81	c removed literals (reason simplification)	: 0
1800.09/1748.81	c reason swapping (by a shorter reason)	: 0
1800.09/1748.81	c Calls to reduceDB	: 0
1800.09/1748.81	c speed (decisions/second)	: 9.830935830238811
1800.09/1748.81	c non guided choices	0
1800.09/1748.81	s UNKNOWN
1800.09/1748.81	c Total wall clock time (ms): 1748.593

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/node2/watcher-350589-1176523416 -o ROOT/results/node2/solver-350589-1176523416 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350589-1176523416/sat4jPseudoCP.jar /tmp/evaluation/350589-1176523416/instance-350589-1176523416.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 24745
/proc/meminfo: memFree=1858480/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=152 CPUtime=0
/proc/24745/stat : 24745 (java) R 24743 24745 24390 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 128379413 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/24745/statm: 38 26 19 9 0 4 0

[startup+0.0450091 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 24745
/proc/meminfo: memFree=1858480/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1776088 CPUtime=0.02
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 3240 0 1 0 1 1 0 0 18 0 4 0 128379413 1818714112 2987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 444022 2987 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101015 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 24745
/proc/meminfo: memFree=1858480/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1777844 CPUtime=0.07
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 3878 0 1 0 6 1 0 0 18 0 7 0 128379413 1820512256 3620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 444461 3620 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301037 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 24745
/proc/meminfo: memFree=1858480/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1782512 CPUtime=0.28
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 5150 0 1 0 26 2 0 0 18 0 12 0 128379413 1825292288 4888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 445628 4888 1264 9 0 443240 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782512

[startup+0.701075 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 24745
/proc/meminfo: memFree=1858480/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1783776 CPUtime=0.89
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 7345 0 1 0 86 3 0 0 18 0 12 0 128379413 1826586624 6816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 445944 6816 1306 9 0 443556 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783776

[startup+1.50116 s]
/proc/loadavg: 0.92 0.97 0.97 4/89 24757
/proc/meminfo: memFree=1829008/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794480 CPUtime=2.43
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 18567 0 1 0 230 13 0 0 18 0 13 0 128379413 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448620 14434 1318 9 0 446232 0
[pid=24745/tid=24747] ppid=24743 vsize=1794480 CPUtime=0.81
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 10679 0 1 0 75 6 0 0 18 0 13 0 128379415 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 128379416 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 128379416 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794480 CPUtime=0.05
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 2 0 0 0 2 3 0 0 16 0 13 0 128379419 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128379419 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128379419 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794480 CPUtime=0.94
/proc/24745/task/24754/stat : 24754 (java) R 24743 24745 24390 0 -1 64 4923 0 0 0 92 2 0 0 18 0 13 0 128379423 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794480 CPUtime=0.6
/proc/24745/task/24755/stat : 24755 (java) R 24743 24745 24390 0 -1 64 2241 0 0 0 59 1 0 0 16 0 13 0 128379423 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103322368 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794480 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837547520 14434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1794480

[startup+3.10233 s]
/proc/loadavg: 0.92 0.97 0.97 3/90 24758
/proc/meminfo: memFree=1742984/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=4.86
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 49886 0 1 0 459 27 0 0 18 0 13 0 128379413 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 42914 1331 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=2.12
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 37736 0 1 0 195 17 0 0 23 0 13 0 128379415 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109177415 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=0.01
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 577 0 0 0 1 0 0 0 16 0 13 0 128379416 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=0.02
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 604 0 0 0 2 0 0 0 16 0 13 0 128379416 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.05
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 7 0 0 0 2 3 0 0 17 0 13 0 128379419 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=1.38
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 5311 0 0 0 136 2 0 0 16 0 13 0 128379423 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.23
/proc/24745/task/24755/stat : 24755 (java) R 24743 24745 24390 0 -1 64 4929 0 0 0 120 3 0 0 16 0 13 0 128379423 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105296209 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 42914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1794416

[startup+6.30266 s]
/proc/loadavg: 1.01 0.99 0.98 2/90 24758
/proc/meminfo: memFree=1689224/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=8.69
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 54909 0 1 0 839 30 0 0 18 0 13 0 128379413 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 44631 1331 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=5.1
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 37743 0 1 0 492 18 0 0 25 0 13 0 128379415 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109988251 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=0.13
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 2195 0 0 0 12 1 0 0 16 0 13 0 128379416 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=0.11
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 2005 0 0 0 11 0 0 0 16 0 13 0 128379416 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.05
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 27 0 0 0 2 3 0 0 16 0 13 0 128379419 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=1.64
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 5325 0 0 0 162 2 0 0 16 0 13 0 128379423 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.61
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6892 0 0 0 157 4 0 0 17 0 13 0 128379423 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 44631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1794416

[startup+12.7023 s]
/proc/loadavg: 1.01 0.99 0.98 2/90 24758
/proc/meminfo: memFree=1653704/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=15.44
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 62652 0 1 0 1510 34 0 0 18 0 13 0 128379413 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 52114 1331 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=11.39
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 42319 0 1 0 1119 20 0 0 25 0 13 0 128379415 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109738655 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=0.19
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 3581 0 0 0 18 1 0 0 16 0 13 0 128379416 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=0.19
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 3775 0 0 0 18 1 0 0 16 0 13 0 128379416 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.06
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 27 0 0 0 3 3 0 0 16 0 13 0 128379419 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=1.76
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 5329 0 0 0 174 2 0 0 16 0 13 0 128379423 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.8
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6899 0 0 0 176 4 0 0 16 0 13 0 128379423 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 52114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 1794416

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 24758
/proc/meminfo: memFree=1695048/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=28.36
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 64473 0 1 0 2800 36 0 0 18 0 13 0 128379413 1837481984 41685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 41685 1332 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=24.08
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 42341 0 1 0 2388 20 0 0 25 0 13 0 128379415 1837481984 41685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109568520 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=0.27
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 4403 0 0 0 25 2 0 0 16 0 13 0 128379416 1837481984 41685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=0.27
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 4751 0 0 0 25 2 0 0 16 0 13 0 128379416 1837481984 41685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.07
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 27 0 0 0 3 4 0 0 16 0 13 0 128379419 1837481984 41685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.51
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 105 0 0 0 29 22 0 0 16 0 13 0 128379419 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=2
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 6229 0 0 0 197 3 0 0 16 0 13 0 128379423 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.98
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6900 0 0 0 194 4 0 0 16 0 13 0 128379423 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 188997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.03
Current children cumulated vsize (KiB) 1794416

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 24758
/proc/meminfo: memFree=1081992/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=1646.72
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 253474 0 1 0 164525 147 0 0 18 0 13 0 128379413 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 194814 1333 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=1557.17
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 72662 0 1 0 155678 39 0 0 25 0 13 0 128379415 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839011 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=42.51
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 92587 0 0 0 4211 40 0 0 16 0 13 0 128379416 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=42.47
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 74268 0 0 0 4211 36 0 0 16 0 13 0 128379416 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.52
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 106 0 0 0 30 22 0 0 16 0 13 0 128379419 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=2
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 6229 0 0 0 197 3 0 0 16 0 13 0 128379423 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.98
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6900 0 0 0 194 4 0 0 16 0 13 0 128379423 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 194814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.72
Current children cumulated vsize (KiB) 1794416

[startup+1662.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 24760
/proc/meminfo: memFree=1061384/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=1709.45
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 258819 0 1 0 170796 149 0 0 18 0 13 0 128379413 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 199897 1333 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=1614.37
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 72722 0 1 0 161398 39 0 0 25 0 13 0 128379415 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=45.28
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 96716 0 0 0 4487 41 0 0 16 0 13 0 128379416 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=45.23
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 75424 0 0 0 4486 37 0 0 16 0 13 0 128379416 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.54
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 106 0 0 0 31 23 0 0 16 0 13 0 128379419 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=2
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 6229 0 0 0 197 3 0 0 16 0 13 0 128379423 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.98
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6900 0 0 0 194 4 0 0 16 0 13 0 128379423 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 199897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.45
Current children cumulated vsize (KiB) 1794416

[startup+1722.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/90 24760
/proc/meminfo: memFree=1043336/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=1772.31
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 263475 0 1 0 177079 152 0 0 18 0 13 0 128379413 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 204439 1333 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=1671.45
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 72781 0 1 0 167105 40 0 0 25 0 13 0 128379415 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853123 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=48.16
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 99244 0 0 0 4774 42 0 0 16 0 13 0 128379416 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=48.12
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 77493 0 0 0 4775 37 0 0 16 0 13 0 128379416 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.55
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 106 0 0 0 32 23 0 0 16 0 13 0 128379419 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=2
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 6229 0 0 0 197 3 0 0 16 0 13 0 128379423 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.98
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6900 0 0 0 194 4 0 0 16 0 13 0 128379423 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 204439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.31
Current children cumulated vsize (KiB) 1794416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1748.8 s]
/proc/loadavg: 1.12 1.07 1.01 2/90 24760
/proc/meminfo: memFree=1035080/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=1794416 CPUtime=1800.09
/proc/24745/stat : 24745 (java) S 24743 24745 24390 0 -1 0 265538 0 1 0 179856 153 0 0 18 0 13 0 128379413 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24745/statm: 448604 206420 1333 9 0 446216 0
[pid=24745/tid=24747] ppid=24743 vsize=1794416 CPUtime=1696.65
/proc/24745/task/24747/stat : 24747 (java) R 24743 24745 24390 0 -1 64 72807 0 1 0 169625 40 0 0 25 0 13 0 128379415 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839011 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24748] ppid=24743 vsize=1794416 CPUtime=49.44
/proc/24745/task/24748/stat : 24748 (java) S 24743 24745 24390 0 -1 64 99615 0 0 0 4901 43 0 0 16 0 13 0 128379416 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24749] ppid=24743 vsize=1794416 CPUtime=49.4
/proc/24745/task/24749/stat : 24749 (java) S 24743 24745 24390 0 -1 64 79159 0 0 0 4903 37 0 0 16 0 13 0 128379416 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24750] ppid=24743 vsize=1794416 CPUtime=0.56
/proc/24745/task/24750/stat : 24750 (java) S 24743 24745 24390 0 -1 64 106 0 0 0 33 23 0 0 16 0 13 0 128379419 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24751] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24751/stat : 24751 (java) S 24743 24745 24390 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24752] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24752/stat : 24752 (java) S 24743 24745 24390 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128379419 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24753] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24753/stat : 24753 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128379423 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24754] ppid=24743 vsize=1794416 CPUtime=2
/proc/24745/task/24754/stat : 24754 (java) S 24743 24745 24390 0 -1 64 6229 0 0 0 197 3 0 0 16 0 13 0 128379423 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24745/tid=24755] ppid=24743 vsize=1794416 CPUtime=1.98
/proc/24745/task/24755/stat : 24755 (java) S 24743 24745 24390 0 -1 64 6900 0 0 0 194 4 0 0 16 0 13 0 128379423 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24756] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24756/stat : 24756 (java) S 24743 24745 24390 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128379423 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24757] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24757/stat : 24757 (java) S 24743 24745 24390 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128379423 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24745/tid=24758] ppid=24743 vsize=1794416 CPUtime=0
/proc/24745/task/24758/stat : 24758 (java) S 24743 24745 24390 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 128379551 1837481984 206420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794416

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

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

[startup+1748.91 s]
/proc/loadavg: 1.12 1.07 1.01 2/80 24763
/proc/meminfo: memFree=1621304/2055920 swapFree=4147196/4192956
[pid=24745] ppid=24743 vsize=0 CPUtime=1800.2
/proc/24745/stat : 24745 (java) Z 24743 24745 24390 0 -1 1036 265558 0 1 0 179858 162 0 0 16 0 2 0 128379413 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24745/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1748.95
CPU time (s): 1800.24
CPU user time (s): 1798.58
CPU system time (s): 1.65775
CPU usage (%): 102.933
Max. virtual memory (cumulated for all children) (KiB): 1797048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.65775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265558
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= 53881
involuntary context switches= 55658

runsolver used 2.17067 second user time and 5.74413 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Apr 14 04:03:36 UTC 2007

IDJOB= 350589
IDBENCH= 1525
IDSOLVER= 160
FILE ID= node2/350589-1176523416

PBS_JOBID= 4556723

Free space on /tmp= 66557 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-aflow30a.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350589-1176523416/sat4jPseudoCP.jar /tmp/evaluation/350589-1176523416/instance-350589-1176523416.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-350589-1176523416 -o ROOT/results/node2/solver-350589-1176523416 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350589-1176523416/sat4jPseudoCP.jar /tmp/evaluation/350589-1176523416/instance-350589-1176523416.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d5ffb80d8d2a9d2ae5f84f17eeb42612

RANDOM SEED= 779233157

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1858952 kB
Buffers:         36172 kB
Cached:          92688 kB
SwapCached:      16796 kB
Active:          46400 kB
Inactive:       108392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858952 kB
SwapTotal:     4192956 kB
SwapFree:      4147196 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:          30388 kB
Slab:            27696 kB
Committed_AS:  4643692 kB
PageTables:       1864 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 node2 on Sat Apr 14 04:32:47 UTC 2007