Trace number 349087

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.19 1786.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
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 variables2666
Total number of constraints6659
Number of constraints which are clauses6659
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2666
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2666
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2666
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.26	c no version file found!!!
0.09/0.26	c sun.arch.data.model	32
0.09/0.26	c java.version	1.6.0
0.09/0.26	c os.name	Linux
0.09/0.26	c os.version	2.6.9-22.EL.rootsmp
0.09/0.26	c os.arch	i386
0.09/0.26	c Free memory 1651659224
0.09/0.26	c Max memory 1654456320
0.09/0.26	c Total memory 1654456320
0.09/0.26	c Number of processors 2
0.19/0.32	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.32	--- Begin Solver configuration ---
0.19/0.32	c Stops conflict analysis at the first Unique Implication Point
0.19/0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.32	c Learn all clauses as in MiniSAT
0.19/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.32	c No reason simplification
0.19/0.32	c --- End Solver configuration ---
0.19/0.32	c Simplify asserted PB constraints to clauses
0.19/0.32	c solving /tmp/evaluation/349087-1176650859/instance-349087-1176650859.opb
0.19/0.32	c reading problem ... 
1.47/1.20	c ... done. Wall clock time 0.88s.
1.47/1.20	c CPU time (experimental) 0.75s.
1.47/1.20	c #vars     2666
1.47/1.20	c #constraints  6659
1800.09/1786.42	c starts		: 2
1800.09/1786.42	c conflicts		: 645700
1800.09/1786.42	c decisions		: 733782
1800.09/1786.42	c propagations		: 334915040
1800.09/1786.42	c inspects		: 2115420653
1800.09/1786.42	c learnt literals	: 1
1800.09/1786.42	c learnt binary clauses	: 37
1800.09/1786.42	c learnt ternary clauses	: 62
1800.09/1786.42	c learnt clauses	: 645699
1800.09/1786.42	c root simplifications	: 0
1800.09/1786.42	c removed literals (reason simplification)	: 0
1800.09/1786.42	c reason swapping (by a shorter reason)	: 0
1800.09/1786.42	c Calls to reduceDB	: 0
1800.09/1786.42	c speed (decisions/second)	: 411.0471203308624
1800.09/1786.42	c non guided choices	0
1800.09/1786.42	s UNKNOWN
1800.09/1786.42	c Total wall clock time (ms): 1786.096

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/node35/watcher-349087-1176650859 -o ROOT/results/node35/solver-349087-1176650859 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349087-1176650859/sat4jPseudoCPClause.jar /tmp/evaluation/349087-1176650859/instance-349087-1176650859.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.85 0.94 0.94 3/77 27051
/proc/meminfo: memFree=1791624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1520 CPUtime=0
/proc/27051/stat : 27051 (java) R 27049 27051 26988 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 113001342 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1434208 0 0 4096 0 0 0 0 17 1 0 0
/proc/27051/statm: 380 73 56 9 0 10 0

[startup+0.0786541 s]
/proc/loadavg: 0.85 0.94 0.94 3/77 27051
/proc/meminfo: memFree=1791624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1773080 CPUtime=0.02
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 2469 0 34 0 0 2 0 0 18 0 2 0 113001342 1815633920 2251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 443270 2251 384 9 0 441284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1773080

[startup+0.102645 s]
/proc/loadavg: 0.85 0.94 0.94 3/77 27051
/proc/meminfo: memFree=1791624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1777492 CPUtime=0.04
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 3472 0 34 0 2 2 0 0 18 0 5 0 113001342 1820151808 3249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 444373 3249 1043 9 0 442009 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777492

[startup+0.302669 s]
/proc/loadavg: 0.85 0.94 0.94 3/77 27051
/proc/meminfo: memFree=1791624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1782128 CPUtime=0.19
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 4761 0 34 0 15 4 0 0 18 0 12 0 113001342 1824899072 4532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 445532 4532 1244 9 0 443143 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782128

[startup+0.702716 s]
/proc/loadavg: 0.85 0.94 0.94 3/77 27051
/proc/meminfo: memFree=1791624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1784720 CPUtime=0.76
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 6802 0 34 0 71 5 0 0 18 0 12 0 113001342 1827553280 6129 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446180 6130 1288 9 0 443791 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1784720

[startup+1.50281 s]
/proc/loadavg: 0.85 0.94 0.94 4/89 27063
/proc/meminfo: memFree=1761000/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1785092 CPUtime=1.96
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 12142 0 34 0 189 7 0 0 18 0 13 0 113001342 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446273 10054 1310 9 0 443884 0
[pid=27051/tid=27053] ppid=27049 vsize=1785092 CPUtime=0.94
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 8315 0 1 0 89 5 0 0 18 0 13 0 113001348 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 113001350 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 113001350 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 113001352 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 113001353 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 113001353 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1785092 CPUtime=0.45
/proc/27051/task/27060/stat : 27060 (java) R 27049 27051 26988 0 -1 64 1019 0 0 0 45 0 0 0 16 0 13 0 113001360 1827934208 10054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1785092 CPUtime=0.53
/proc/27051/task/27061/stat : 27061 (java) R 27049 27051 26988 0 -1 64 2114 0 0 0 53 0 0 0 17 0 13 0 113001360 1827934208 10062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105014800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1827934208 10062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1785092 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1827934208 10062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1785092

[startup+3.102 s]
/proc/loadavg: 1.03 0.97 0.95 2/90 27064
/proc/meminfo: memFree=1715040/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1786268 CPUtime=4.05
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 43473 0 34 0 384 21 0 0 18 0 13 0 113001342 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446567 40185 1323 9 0 444178 0
[pid=27051/tid=27053] ppid=27049 vsize=1786268 CPUtime=2.36
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 37704 0 1 0 219 17 0 0 18 0 13 0 113001348 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830707 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 230 0 0 0 0 0 0 0 16 0 13 0 113001350 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 163 0 0 0 0 0 0 0 16 0 13 0 113001350 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 113001352 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786268 CPUtime=0.82
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 82 0 0 0 16 0 13 0 113001360 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786268 CPUtime=0.81
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2621 0 0 0 80 1 0 0 16 0 13 0 113001360 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786268 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1829138432 40185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 1786268

[startup+6.30236 s]
/proc/loadavg: 1.03 0.97 0.95 2/90 27064
/proc/meminfo: memFree=1626784/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=7.29
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 43953 0 34 0 708 21 0 0 18 0 13 0 113001342 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 40602 1323 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=5.53
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 37709 0 1 0 536 17 0 0 25 0 13 0 113001348 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109704529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=0.02
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 439 0 0 0 2 0 0 0 16 0 13 0 113001350 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=0.02
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 421 0 0 0 2 0 0 0 16 0 13 0 113001350 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 113001352 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.83
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 83 0 0 0 16 0 13 0 113001360 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.83
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2622 0 0 0 82 1 0 0 16 0 13 0 113001360 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 40602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1786032

[startup+12.7011 s]
/proc/loadavg: 1.02 0.97 0.95 2/90 27064
/proc/meminfo: memFree=1626528/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=13.76
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 45377 0 34 0 1354 22 0 0 18 0 13 0 113001342 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 40617 1323 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=11.87
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 37718 0 1 0 1170 17 0 0 17 0 13 0 113001348 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109736278 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=0.05
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 1138 0 0 0 5 0 0 0 15 0 13 0 113001350 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=0.04
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 1133 0 0 0 4 0 0 0 16 0 13 0 113001350 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 18 0 0 0 0 0 0 0 15 0 13 0 113001352 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.88
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 88 0 0 0 16 0 13 0 113001360 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.85
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2622 0 0 0 84 1 0 0 16 0 13 0 113001360 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 40617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 1786032

[startup+25.5026 s]
/proc/loadavg: 1.02 0.97 0.95 2/90 27064
/proc/meminfo: memFree=1630624/2055920 swapFree=4073212/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=26.62
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 45818 0 34 0 2640 22 0 0 18 0 13 0 113001342 1828896768 39413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 39413 1329 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=24.65
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 37738 0 1 0 2448 17 0 0 17 0 13 0 113001348 1828896768 39413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693987 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=0.07
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 1359 0 0 0 7 0 0 0 15 0 13 0 113001350 1828896768 39413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=0.06
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 1327 0 0 0 6 0 0 0 16 0 13 0 113001350 1828896768 39413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 18 0 0 0 0 0 0 0 15 0 13 0 113001352 1828896768 39413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=27051] ppid=27049 vsize=1786032 CPUtime=1614.31
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 123196 0 34 0 161278 153 0 0 18 0 13 0 113001342 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 97245 1331 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=1584.34
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 63375 0 1 0 158399 35 0 0 25 0 13 0 113001348 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109736065 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=13.96
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 25935 0 0 0 1349 47 0 0 16 0 13 0 113001350 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=13.68
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 28109 0 0 0 1317 51 0 0 16 0 13 0 113001350 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0.39
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 112 0 0 0 23 16 0 0 16 0 13 0 113001352 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.93
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 93 0 0 0 16 0 13 0 113001360 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.94
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2917 0 0 0 93 1 0 0 16 0 13 0 113001360 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 97245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.31
Current children cumulated vsize (KiB) 1786032

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 27066
/proc/meminfo: memFree=1391584/2055920 swapFree=4073920/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=1674.83
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 125090 0 34 0 167326 157 0 0 18 0 13 0 113001342 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 99105 1331 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=1643.5
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 63409 0 1 0 164315 35 0 0 25 0 13 0 113001348 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336813 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=14.67
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 26983 0 0 0 1419 48 0 0 16 0 13 0 113001350 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=14.33
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 28921 0 0 0 1380 53 0 0 16 0 13 0 113001350 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0.4
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 112 0 0 0 24 16 0 0 16 0 13 0 113001352 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.93
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 93 0 0 0 16 0 13 0 113001360 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.94
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2917 0 0 0 93 1 0 0 16 0 13 0 113001360 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 99105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.83
Current children cumulated vsize (KiB) 1786032

[startup+1722.3 s]
/proc/loadavg: 1.07 1.01 0.96 2/90 27066
/proc/meminfo: memFree=1385760/2055920 swapFree=4073984/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=1735.39
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 126635 0 34 0 173379 160 0 0 18 0 13 0 113001342 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 100598 1331 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=1702.55
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 63445 0 1 0 170220 35 0 0 25 0 13 0 113001348 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109682948 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=15.43
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 27753 0 0 0 1493 50 0 0 17 0 13 0 113001350 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=15.07
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 29660 0 0 0 1453 54 0 0 16 0 13 0 113001350 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0.4
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 112 0 0 0 24 16 0 0 16 0 13 0 113001352 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.93
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 93 0 0 0 16 0 13 0 113001360 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.94
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2917 0 0 0 93 1 0 0 16 0 13 0 113001360 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 100598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.39
Current children cumulated vsize (KiB) 1786032

[startup+1782.3 s]
/proc/loadavg: 1.07 1.02 0.97 2/90 27066
/proc/meminfo: memFree=1378976/2055920 swapFree=4073984/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=1795.94
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 128277 0 34 0 179431 163 0 0 18 0 13 0 113001342 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 102206 1331 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=1761.68
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 63479 0 1 0 176133 35 0 0 25 0 13 0 113001348 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693369 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=16.11
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 28585 0 0 0 1560 51 0 0 17 0 13 0 113001350 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=15.79
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 30436 0 0 0 1524 55 0 0 16 0 13 0 113001350 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0.41
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 112 0 0 0 25 16 0 0 16 0 13 0 113001352 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.93
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 93 0 0 0 16 0 13 0 113001360 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.94
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2917 0 0 0 93 1 0 0 16 0 13 0 113001360 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 102206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 1786032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.41 s]
/proc/loadavg: 1.07 1.02 0.97 2/90 27066
/proc/meminfo: memFree=1378464/2055920 swapFree=4073984/4192956
[pid=27051] ppid=27049 vsize=1786032 CPUtime=1800.09
/proc/27051/stat : 27051 (java) S 27049 27051 26988 0 -1 0 128393 0 34 0 179846 163 0 0 18 0 13 0 113001342 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27051/statm: 446508 102319 1331 9 0 444119 0
[pid=27051/tid=27053] ppid=27049 vsize=1786032 CPUtime=1765.71
/proc/27051/task/27053/stat : 27053 (java) R 27049 27051 26988 0 -1 64 63482 0 1 0 176536 35 0 0 25 0 13 0 113001348 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109736565 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27054] ppid=27049 vsize=1786032 CPUtime=16.17
/proc/27051/task/27054/stat : 27054 (java) S 27049 27051 26988 0 -1 64 28661 0 0 0 1566 51 0 0 16 0 13 0 113001350 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27055] ppid=27049 vsize=1786032 CPUtime=15.86
/proc/27051/task/27055/stat : 27055 (java) S 27049 27051 26988 0 -1 64 30473 0 0 0 1531 55 0 0 16 0 13 0 113001350 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27051/tid=27056] ppid=27049 vsize=1786032 CPUtime=0.41
/proc/27051/task/27056/stat : 27056 (java) S 27049 27051 26988 0 -1 64 112 0 0 0 25 16 0 0 16 0 13 0 113001352 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27057] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27057/stat : 27057 (java) S 27049 27051 26988 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 113001353 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27058] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27058/stat : 27058 (java) S 27049 27051 26988 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113001353 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27059] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27059/stat : 27059 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 113001360 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27060] ppid=27049 vsize=1786032 CPUtime=0.93
/proc/27051/task/27060/stat : 27060 (java) S 27049 27051 26988 0 -1 64 2058 0 0 0 93 0 0 0 16 0 13 0 113001360 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27061] ppid=27049 vsize=1786032 CPUtime=0.94
/proc/27051/task/27061/stat : 27061 (java) S 27049 27051 26988 0 -1 64 2917 0 0 0 93 1 0 0 16 0 13 0 113001360 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27062] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27062/stat : 27062 (java) S 27049 27051 26988 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 113001360 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27063] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27063/stat : 27063 (java) S 27049 27051 26988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113001360 1828896768 102319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27051/tid=27064] ppid=27049 vsize=1786032 CPUtime=0
/proc/27051/task/27064/stat : 27064 (java) S 27049 27051 26988 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 113001469 1828896768 102319 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) 1786032

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

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

Child status: 143
Real time (s): 1786.5
CPU time (s): 1800.19
CPU user time (s): 1798.49
CPU system time (s): 1.70074
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 1786456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.70074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128413
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54608
involuntary context switches= 58923

runsolver used 2.28065 second user time and 5.61515 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Apr 15 15:27:39 UTC 2007

IDJOB= 349087
IDBENCH= 2134
IDSOLVER= 164
FILE ID= node35/349087-1176650859

PBS_JOBID= 4559887

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4-c.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349087-1176650859/sat4jPseudoCPClause.jar /tmp/evaluation/349087-1176650859/instance-349087-1176650859.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-349087-1176650859 -o ROOT/results/node35/solver-349087-1176650859 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349087-1176650859/sat4jPseudoCPClause.jar /tmp/evaluation/349087-1176650859/instance-349087-1176650859.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  28753ff2e44c4cedb2d3a2e783f8d1a4

RANDOM SEED= 875925694

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1791968 kB
Buffers:         37184 kB
Cached:         112084 kB
SwapCached:       2576 kB
Active:         111476 kB
Inactive:        89508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791968 kB
SwapTotal:     4192956 kB
SwapFree:      4073212 kB
Dirty:            3996 kB
Writeback:           0 kB
Mapped:          59704 kB
Slab:            48240 kB
Committed_AS:  1402752 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB

End job on node35 on Sun Apr 15 15:57:28 UTC 2007