Trace number 348671

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.24 1760.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ganges.opb
MD5SUM7a90d6f729b5a7cbedbc2000a888cf36
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables46097
Total number of constraints1706
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 constraints1706
Minimum length of a constraint13
Maximum length of a constraint1432
Number of terms in the objective function 2309
Biggest coefficient in the objective function 19879
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 525883
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525883
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/348671-1176591171/instance-348671-1176591171.opb
0.20/0.20	c reading problem ... 
3.81/2.72	c ... done. Wall clock time 2.52s.
3.81/2.72	c CPU time (experimental) 1.78s.
3.81/2.72	c #vars     46097
3.81/2.72	c #constraints  2737
1800.08/1760.31	c starts		: 2
1800.08/1760.31	c conflicts		: 5022
1800.08/1760.31	c decisions		: 41370
1800.08/1760.31	c propagations		: 113368
1800.08/1760.31	c inspects		: 22798172
1800.08/1760.31	c learnt literals	: 0
1800.08/1760.31	c learnt binary clauses	: 0
1800.08/1760.31	c learnt ternary clauses	: 0
1800.08/1760.31	c learnt clauses	: 5021
1800.08/1760.31	c root simplifications	: 0
1800.08/1760.31	c removed literals (reason simplification)	: 0
1800.08/1760.31	c reason swapping (by a shorter reason)	: 0
1800.08/1760.31	c Calls to reduceDB	: 0
1800.08/1760.31	c speed (decisions/second)	: 23.53918503324334
1800.08/1760.31	c non guided choices	0
1800.08/1760.31	s UNKNOWN
1800.08/1760.31	c Total wall clock time (ms): 1760.113

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

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


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14319
/proc/meminfo: memFree=1828480/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=0 CPUtime=0
/proc/14319/stat : 14319 (runsolver) R 14317 14319 13282 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 107033903 0 0 18446744073709551615 0 0 0 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14319/statm: 0 0 0 0 0 0 0

[startup+0.089563 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14319
/proc/meminfo: memFree=1828480/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1777844 CPUtime=0.07
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 3835 0 1 0 5 2 0 0 18 0 7 0 107033903 1820512256 3577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 444461 3577 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101563 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14319
/proc/meminfo: memFree=1828480/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1780112 CPUtime=0.08
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 3965 0 1 0 6 2 0 0 18 0 12 0 107033903 1822834688 3706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 445028 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301583 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14319
/proc/meminfo: memFree=1828480/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1782648 CPUtime=0.34
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 5529 0 1 0 31 3 0 0 18 0 12 0 107033903 1825431552 5267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 445662 5267 1267 9 0 443273 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782648

[startup+0.70162 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 14319
/proc/meminfo: memFree=1828480/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1784668 CPUtime=0.95
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 8169 0 1 0 91 4 0 0 18 0 12 0 107033903 1827500032 7620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 446167 7620 1306 9 0 443778 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1784668

[startup+1.5027 s]
/proc/loadavg: 1.16 1.02 0.99 4/89 14331
/proc/meminfo: memFree=1792864/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1795208 CPUtime=2.4
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 21186 0 1 0 221 19 0 0 18 0 12 0 107033903 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 448802 15983 1314 9 0 446413 0
[pid=14319/tid=14321] ppid=14317 vsize=1795208 CPUtime=0.73
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 11892 0 1 0 68 5 0 0 21 0 12 0 107033904 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516578 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107033906 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107033906 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1795208 CPUtime=0.13
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 6 7 0 0 16 0 12 0 107033908 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 107033908 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 107033908 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 107033912 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1795208 CPUtime=0.83
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 5019 0 0 0 81 2 0 0 16 0 12 0 107033912 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1795208 CPUtime=0.66
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3552 0 0 0 65 1 0 0 16 0 12 0 107033912 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 107033912 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1795208 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107033912 1838292992 15983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1795208

[startup+3.10285 s]
/proc/loadavg: 1.16 1.02 0.99 3/89 14331
/proc/meminfo: memFree=1698080/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796240 CPUtime=4.48
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 53899 0 1 0 413 35 0 0 18 0 13 0 107033903 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449060 48089 1328 9 0 446671 0
[pid=14319/tid=14321] ppid=14317 vsize=1796240 CPUtime=2
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 37753 0 1 0 182 18 0 0 20 0 13 0 107033904 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796240 CPUtime=0.12
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 3261 0 0 0 11 1 0 0 16 0 13 0 107033906 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796240 CPUtime=0.12
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 3000 0 0 0 11 1 0 0 16 0 13 0 107033906 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796240 CPUtime=0.13
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 7 0 0 0 6 7 0 0 16 0 13 0 107033908 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796240 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796240 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796240 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796240 CPUtime=1.11
/proc/14319/task/14328/stat : 14328 (java) R 14317 14319 13282 0 -1 64 5455 0 0 0 108 3 0 0 17 0 13 0 107033912 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102063953 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796240 CPUtime=0.93
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3700 0 0 0 92 1 0 0 16 0 13 0 107033912 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796240 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796240 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839349760 48089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 1796240

[startup+6.30114 s]
/proc/loadavg: 1.16 1.02 0.99 2/90 14332
/proc/meminfo: memFree=1607448/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1797224 CPUtime=8.44
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 64503 0 1 0 804 40 0 0 18 0 13 0 107033903 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449306 56579 1331 9 0 446917 0
[pid=14319/tid=14321] ppid=14317 vsize=1797224 CPUtime=4.59
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 37762 0 1 0 441 18 0 0 22 0 13 0 107033904 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819995 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1797224 CPUtime=0.48
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 8019 0 0 0 44 4 0 0 16 0 13 0 107033906 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1797224 CPUtime=0.47
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 7305 0 0 0 44 3 0 0 16 0 13 0 107033906 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1797224 CPUtime=0.13
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 7 0 0 0 6 7 0 0 15 0 13 0 107033908 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1797224 CPUtime=1.43
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6966 0 0 0 140 3 0 0 16 0 13 0 107033912 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1797224 CPUtime=1.26
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3721 0 0 0 125 1 0 0 16 0 13 0 107033912 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1797224 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1840357376 56579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1797224

[startup+12.7027 s]
/proc/loadavg: 1.13 1.02 0.99 2/90 14332
/proc/meminfo: memFree=1581976/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=15.29
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 73621 0 1 0 1486 43 0 0 18 0 13 0 107033903 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 62344 1331 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=10.7
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 37773 0 1 0 1052 18 0 0 18 0 13 0 107033904 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569256 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=0.72
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 12308 0 0 0 67 5 0 0 16 0 13 0 107033906 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=0.71
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 12075 0 0 0 66 5 0 0 16 0 13 0 107033906 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.15
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 7 0 0 0 7 8 0 0 15 0 13 0 107033908 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.54
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 151 3 0 0 17 0 13 0 107033912 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.42
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3756 0 0 0 141 1 0 0 17 0 13 0 107033912 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 62344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1796580

[startup+25.5019 s]
/proc/loadavg: 1.19 1.04 1.00 2/90 14332
/proc/meminfo: memFree=1654552/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=28.18
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 75850 0 1 0 2772 46 0 0 18 0 13 0 107033903 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 44590 1331 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=23.34
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 38412 0 1 0 2315 19 0 0 25 0 13 0 107033904 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109893438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=0.82
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 13145 0 0 0 76 6 0 0 16 0 13 0 107033906 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=0.8
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 12807 0 0 0 75 5 0 0 16 0 13 0 107033906 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.16
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 28 0 0 0 7 9 0 0 15 0 13 0 107033908 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 44590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.64
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 162 0 0 0 36 28 0 0 16 0 13 0 107033908 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.57
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 154 3 0 0 16 0 13 0 107033912 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.45
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3756 0 0 0 144 1 0 0 16 0 13 0 107033912 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 173409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1575.45
Current children cumulated vsize (KiB) 1796580

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 14530
/proc/meminfo: memFree=1121240/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=1637.32
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 235138 0 1 0 163576 156 0 0 18 0 13 0 107033903 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 177314 1331 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=1564.88
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 66930 0 1 0 156442 46 0 0 23 0 13 0 107033904 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=34.33
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 76832 0 0 0 3397 36 0 0 16 0 13 0 107033906 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=34.36
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 79756 0 0 0 3399 37 0 0 17 0 13 0 107033906 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.66
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 162 0 0 0 37 29 0 0 16 0 13 0 107033908 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.57
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 154 3 0 0 16 0 13 0 107033912 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.45
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3756 0 0 0 144 1 0 0 16 0 13 0 107033912 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 177314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1637.32
Current children cumulated vsize (KiB) 1796580

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 3/90 14530
/proc/meminfo: memFree=1104408/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=1699.06
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 239738 0 1 0 169747 159 0 0 18 0 13 0 107033903 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 181422 1332 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=1623.04
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 66987 0 1 0 162257 47 0 0 25 0 13 0 107033904 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109911731 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=36.12
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 79118 0 0 0 3575 37 0 0 16 0 13 0 107033906 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=36.15
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 82012 0 0 0 3577 38 0 0 16 0 13 0 107033906 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.67
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 162 0 0 0 38 29 0 0 16 0 13 0 107033908 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.57
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 154 3 0 0 16 0 13 0 107033912 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.45
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3757 0 0 0 144 1 0 0 17 0 13 0 107033912 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 181422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1699.06
Current children cumulated vsize (KiB) 1796580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14530
/proc/meminfo: memFree=1085272/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=1760.97
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 245144 0 1 0 175935 162 0 0 18 0 13 0 107033903 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 186257 1332 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=1681.07
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 67047 0 1 0 168059 48 0 0 18 0 13 0 107033904 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816354 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=38.05
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 80889 0 0 0 3767 38 0 0 16 0 13 0 107033906 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=38.08
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 85587 0 0 0 3769 39 0 0 16 0 13 0 107033906 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.69
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 162 0 0 0 39 30 0 0 16 0 13 0 107033908 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.57
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 154 3 0 0 16 0 13 0 107033912 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.45
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3757 0 0 0 144 1 0 0 17 0 13 0 107033912 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 186257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1760.97
Current children cumulated vsize (KiB) 1796580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 14530
/proc/meminfo: memFree=1074392/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=1796580 CPUtime=1800.08
/proc/14319/stat : 14319 (java) S 14317 14319 13282 0 -1 0 248130 0 1 0 179844 164 0 0 18 0 13 0 107033903 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14319/statm: 449145 188903 1332 9 0 446756 0
[pid=14319/tid=14321] ppid=14317 vsize=1796580 CPUtime=1717.91
/proc/14319/task/14321/stat : 14321 (java) R 14317 14319 13282 0 -1 64 67083 0 1 0 171743 48 0 0 24 0 13 0 107033904 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14322] ppid=14317 vsize=1796580 CPUtime=39.17
/proc/14319/task/14322/stat : 14322 (java) S 14317 14319 13282 0 -1 64 82572 0 0 0 3879 38 0 0 16 0 13 0 107033906 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14323] ppid=14317 vsize=1796580 CPUtime=39.22
/proc/14319/task/14323/stat : 14323 (java) S 14317 14319 13282 0 -1 64 86854 0 0 0 3882 40 0 0 17 0 13 0 107033906 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14324] ppid=14317 vsize=1796580 CPUtime=0.69
/proc/14319/task/14324/stat : 14324 (java) S 14317 14319 13282 0 -1 64 162 0 0 0 39 30 0 0 16 0 13 0 107033908 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14325] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14325/stat : 14325 (java) S 14317 14319 13282 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14326] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14326/stat : 14326 (java) S 14317 14319 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107033908 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14327] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14327/stat : 14327 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107033912 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14328] ppid=14317 vsize=1796580 CPUtime=1.57
/proc/14319/task/14328/stat : 14328 (java) S 14317 14319 13282 0 -1 64 6979 0 0 0 154 3 0 0 16 0 13 0 107033912 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14329] ppid=14317 vsize=1796580 CPUtime=1.45
/proc/14319/task/14329/stat : 14329 (java) S 14317 14319 13282 0 -1 64 3757 0 0 0 144 1 0 0 17 0 13 0 107033912 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14319/tid=14330] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14330/stat : 14330 (java) S 14317 14319 13282 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107033912 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14331] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14331/stat : 14331 (java) S 14317 14319 13282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107033912 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14319/tid=14332] ppid=14317 vsize=1796580 CPUtime=0
/proc/14319/task/14332/stat : 14332 (java) S 14317 14319 13282 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 107034195 1839697920 188903 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1796580

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

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

[startup+1760.41 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 14530
/proc/meminfo: memFree=1074392/2055920 swapFree=4170236/4192956
[pid=14319] ppid=14317 vsize=0 CPUtime=1800.19
/proc/14319/stat : 14319 (java) Z 14317 14319 13282 0 -1 1036 248150 0 1 0 179847 172 0 0 16 0 2 0 107033903 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14319/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1760.45
CPU time (s): 1800.24
CPU user time (s): 1798.48
CPU system time (s): 1.76173
CPU usage (%): 102.26
Max. virtual memory (cumulated for all children) (KiB): 1799068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.76173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248150
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= 57052
involuntary context switches= 53827

runsolver used 1.88971 second user time and 5.03423 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Apr 14 22:52:51 UTC 2007

IDJOB= 348671
IDBENCH= 1708
IDSOLVER= 164
FILE ID= node26/348671-1176591171

PBS_JOBID= 4556945

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7a90d6f729b5a7cbedbc2000a888cf36

RANDOM SEED= 548571852

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1828952 kB
Buffers:         20068 kB
Cached:          95268 kB
SwapCached:       8560 kB
Active:          64260 kB
Inactive:        80016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828952 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            5404 kB
Writeback:           0 kB
Mapped:          30540 kB
Slab:            68252 kB
Committed_AS:   219356 kB
PageTables:       1716 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= 66559 MiB

End job on node26 on Sat Apr 14 23:22:13 UTC 2007