Trace number 349585

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.2 1776.16

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUMc346de7e1ba29a95ee9f392619231545
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
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 constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349585-1176710254/instance-349585-1176710254.opb
0.20/0.20	c reading problem ... 
1.56/1.07	c ... done. Wall clock time 0.872s.
1.56/1.07	c CPU time (experimental) 0.63s.
1.56/1.07	c #vars     4600
1.56/1.07	c #constraints  374
1800.03/1776.01	c starts		: 2
1800.03/1776.01	c conflicts		: 57083
1800.03/1776.01	c decisions		: 86008
1800.03/1776.01	c propagations		: 308174
1800.03/1776.01	c inspects		: 358278526
1800.03/1776.01	c learnt literals	: 0
1800.03/1776.01	c learnt binary clauses	: 0
1800.03/1776.01	c learnt ternary clauses	: 0
1800.03/1776.01	c learnt clauses	: 57082
1800.03/1776.01	c root simplifications	: 0
1800.03/1776.01	c removed literals (reason simplification)	: 0
1800.03/1776.01	c reason swapping (by a shorter reason)	: 0
1800.03/1776.01	c Calls to reduceDB	: 0
1800.03/1776.01	c speed (decisions/second)	: 48.461709231998434
1800.03/1776.01	c non guided choices	26
1800.03/1776.01	s UNKNOWN
1800.03/1776.01	c Total wall clock time (ms): 1775.811

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/node24/watcher-349585-1176710254 -o ROOT/results/node24/solver-349585-1176710254 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349585-1176710254/sat4jPseudoCPClause.jar /tmp/evaluation/349585-1176710254/instance-349585-1176710254.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.03 1.03 1.00 2/77 30884
/proc/meminfo: memFree=1811984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1520 CPUtime=0
/proc/30884/stat : 30884 (java) R 30882 30884 30439 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 118943467 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2574006 0 0 4096 0 0 0 0 17 1 0 0
/proc/30884/statm: 380 74 55 9 0 10 0

[startup+0.0726921 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 30884
/proc/meminfo: memFree=1811984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1777708 CPUtime=0.05
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 3735 0 1 0 3 2 0 0 18 0 7 0 118943467 1820372992 3477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 444427 3477 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101694 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 30884
/proc/meminfo: memFree=1811984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1780112 CPUtime=0.08
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 3978 0 1 0 5 3 0 0 18 0 12 0 118943467 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301713 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 30884
/proc/meminfo: memFree=1811984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1782588 CPUtime=0.34
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 5132 0 1 0 31 3 0 0 18 0 12 0 118943467 1825370112 4867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 445647 4867 1267 9 0 443258 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782588

[startup+0.701756 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 30884
/proc/meminfo: memFree=1811984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1787496 CPUtime=0.95
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 7833 0 1 0 91 4 0 0 18 0 12 0 118943467 1830395904 7291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 446874 7291 1303 9 0 444485 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1787496

[startup+1.50284 s]
/proc/loadavg: 1.26 1.08 1.02 3/89 30896
/proc/meminfo: memFree=1776112/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1794332 CPUtime=2.46
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 17655 0 1 0 237 9 0 0 18 0 13 0 118943467 1837395968 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448583 13952 1324 9 0 446194 0
[pid=30884/tid=30886] ppid=30882 vsize=1794332 CPUtime=0.87
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 10085 0 1 0 81 6 0 0 25 0 13 0 118943468 1837395968 13953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109670242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118943470 1837395968 13953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118943470 1837395968 13954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118943472 1837395968 13954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118943472 1837395968 13955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118943472 1837395968 13955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1837395968 13956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1794332 CPUtime=0.86
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4270 0 0 0 85 1 0 0 16 0 13 0 118943476 1837395968 13956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1794332 CPUtime=0.69
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 2576 0 0 0 69 0 0 0 17 0 13 0 118943476 1837395968 13957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1837395968 13957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1794332 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) R 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1837395968 13957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1794332

[startup+3.10302 s]
/proc/loadavg: 1.26 1.08 1.02 2/90 30897
/proc/meminfo: memFree=1706024/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1794996 CPUtime=4.62
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 47533 0 1 0 441 21 0 0 18 0 13 0 118943467 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448749 42832 1333 9 0 446360 0
[pid=30884/tid=30886] ppid=30882 vsize=1794996 CPUtime=2.2
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 37723 0 1 0 203 17 0 0 25 0 13 0 118943468 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1794996 CPUtime=0.01
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 575 0 0 0 1 0 0 0 16 0 13 0 118943470 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1794996 CPUtime=0.01
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 469 0 0 0 1 0 0 0 16 0 13 0 118943470 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1794996 CPUtime=1.3
/proc/30884/task/30893/stat : 30893 (java) R 30882 30884 30439 0 -1 64 4460 0 0 0 128 2 0 0 16 0 13 0 118943476 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103315429 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1794996 CPUtime=1.06
/proc/30884/task/30894/stat : 30894 (java) R 30882 30884 30439 0 -1 64 3577 0 0 0 106 0 0 0 16 0 13 0 118943476 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104791889 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1838075904 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1794996

[startup+6.30135 s]
/proc/loadavg: 1.24 1.08 1.02 2/90 30897
/proc/meminfo: memFree=1633384/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1794996 CPUtime=8.03
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 51751 0 1 0 780 23 0 0 18 0 13 0 118943467 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448749 44588 1334 9 0 446360 0
[pid=30884/tid=30886] ppid=30882 vsize=1794996 CPUtime=5.23
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 37728 0 1 0 506 17 0 0 18 0 13 0 118943468 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1794996 CPUtime=0.14
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 2655 0 0 0 14 0 0 0 16 0 13 0 118943470 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1794996 CPUtime=0.11
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 2144 0 0 0 11 0 0 0 17 0 13 0 118943470 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1794996 CPUtime=1.37
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4907 0 0 0 135 2 0 0 16 0 13 0 118943476 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1794996 CPUtime=1.1
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3580 0 0 0 110 0 0 0 16 0 13 0 118943476 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1794996 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1838075904 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 1794996

[startup+12.701 s]
/proc/loadavg: 1.22 1.08 1.02 2/90 30897
/proc/meminfo: memFree=1613864/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=14.67
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 59931 0 1 0 1439 28 0 0 18 0 13 0 118943467 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 51771 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=11.45
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 38119 0 1 0 1128 17 0 0 20 0 13 0 118943468 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=0.32
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 6537 0 0 0 29 3 0 0 16 0 13 0 118943470 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=0.29
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 6036 0 0 0 27 2 0 0 17 0 13 0 118943470 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.39
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4908 0 0 0 137 2 0 0 16 0 13 0 118943476 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.15
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 115 0 0 0 17 0 13 0 118943476 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 51771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1792936

[startup+25.5024 s]
/proc/loadavg: 1.19 1.08 1.02 2/90 30897
/proc/meminfo: memFree=1597864/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=27.6
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 63250 0 1 0 2732 28 0 0 18 0 13 0 118943467 1835966464 54613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 54613 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=24.12
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 38125 0 1 0 2395 17 0 0 25 0 13 0 118943468 1835966464 54613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=0.43
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 8786 0 0 0 40 3 0 0 17 0 13 0 118943470 1835966464 54613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=0.41
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 7097 0 0 0 38 3 0 0 17 0 13 0 118943470 1835966464 54613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 54613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0.13
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 127 0 0 0 7 6 0 0 16 0 13 0 118943472 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.46
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4911 0 0 0 144 2 0 0 16 0 13 0 118943476 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.18
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 118 0 0 0 16 0 13 0 118943476 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 152214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1562.63
Current children cumulated vsize (KiB) 1792936

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31095
/proc/meminfo: memFree=1198632/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=1623.57
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 214528 0 1 0 162242 115 0 0 18 0 13 0 118943467 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 154043 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=1580.2
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 65297 0 1 0 157979 41 0 0 24 0 13 0 118943468 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787554 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=20.25
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 77612 0 0 0 1990 35 0 0 17 0 13 0 118943470 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=20.28
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 62277 0 0 0 2001 27 0 0 16 0 13 0 118943470 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0.13
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 127 0 0 0 7 6 0 0 16 0 13 0 118943472 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.46
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4911 0 0 0 144 2 0 0 16 0 13 0 118943476 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.18
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 118 0 0 0 16 0 13 0 118943476 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 154043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1623.57
Current children cumulated vsize (KiB) 1792936

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 31095
/proc/meminfo: memFree=1191912/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=1684.54
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 216483 0 1 0 168338 116 0 0 18 0 13 0 118943467 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 155813 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=1639.19
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 65312 0 1 0 163877 42 0 0 19 0 13 0 118943468 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109651056 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=21.24
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 78523 0 0 0 2089 35 0 0 16 0 13 0 118943470 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=21.27
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 63306 0 0 0 2100 27 0 0 16 0 13 0 118943470 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0.13
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 127 0 0 0 7 6 0 0 16 0 13 0 118943472 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.46
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4911 0 0 0 144 2 0 0 16 0 13 0 118943476 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.18
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 118 0 0 0 16 0 13 0 118943476 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 155813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1684.54
Current children cumulated vsize (KiB) 1792936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31095
/proc/meminfo: memFree=1185192/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=1745.46
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 218208 0 1 0 174428 118 0 0 18 0 13 0 118943467 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 157383 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=1698.22
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 65326 0 1 0 169780 42 0 0 25 0 13 0 118943468 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=22.18
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 79637 0 0 0 2183 35 0 0 16 0 13 0 118943470 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=22.21
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 63903 0 0 0 2193 28 0 0 16 0 13 0 118943470 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0.13
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 127 0 0 0 7 6 0 0 16 0 13 0 118943472 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.46
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4911 0 0 0 144 2 0 0 16 0 13 0 118943476 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.18
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 118 0 0 0 16 0 13 0 118943476 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) S 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 157383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1745.46
Current children cumulated vsize (KiB) 1792936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31095
/proc/meminfo: memFree=1178984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=1792936 CPUtime=1800.03
/proc/30884/stat : 30884 (java) S 30882 30884 30439 0 -1 0 219943 0 1 0 179884 119 0 0 18 0 13 0 118943467 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30884/statm: 448234 158913 1334 9 0 445845 0
[pid=30884/tid=30886] ppid=30882 vsize=1792936 CPUtime=1751.01
/proc/30884/task/30886/stat : 30886 (java) R 30882 30884 30439 0 -1 64 65339 0 1 0 175058 43 0 0 25 0 13 0 118943468 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767764 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30887] ppid=30882 vsize=1792936 CPUtime=23.07
/proc/30884/task/30887/stat : 30887 (java) S 30882 30884 30439 0 -1 64 80506 0 0 0 2272 35 0 0 16 0 13 0 118943470 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30888] ppid=30882 vsize=1792936 CPUtime=23.09
/proc/30884/task/30888/stat : 30888 (java) S 30882 30884 30439 0 -1 64 64756 0 0 0 2281 28 0 0 16 0 13 0 118943470 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30889] ppid=30882 vsize=1792936 CPUtime=0.14
/proc/30884/task/30889/stat : 30889 (java) S 30882 30884 30439 0 -1 64 127 0 0 0 7 7 0 0 16 0 13 0 118943472 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30884/tid=30890] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30890/stat : 30890 (java) S 30882 30884 30439 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30891] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30891/stat : 30891 (java) S 30882 30884 30439 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118943472 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30892] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30892/stat : 30892 (java) S 30882 30884 30439 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118943476 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30893] ppid=30882 vsize=1792936 CPUtime=1.46
/proc/30884/task/30893/stat : 30893 (java) S 30882 30884 30439 0 -1 64 4911 0 0 0 144 2 0 0 16 0 13 0 118943476 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30894] ppid=30882 vsize=1792936 CPUtime=1.18
/proc/30884/task/30894/stat : 30894 (java) S 30882 30884 30439 0 -1 64 3582 0 0 0 118 0 0 0 16 0 13 0 118943476 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30895] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30895/stat : 30895 (java) S 30882 30884 30439 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118943476 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30896] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30896/stat : 30896 (java) R 30882 30884 30439 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118943476 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30884/tid=30897] ppid=30882 vsize=1792936 CPUtime=0
/proc/30884/task/30897/stat : 30897 (java) S 30882 30884 30439 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118943592 1835966464 158913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1792936

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

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

[startup+1776.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31095
/proc/meminfo: memFree=1178984/2055920 swapFree=4159472/4192956
[pid=30884] ppid=30882 vsize=0 CPUtime=1800.14
/proc/30884/stat : 30884 (java) Z 30882 30884 30439 0 -1 1036 219964 0 1 0 179890 124 0 0 16 0 2 0 118943467 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.16
CPU time (s): 1800.2
CPU user time (s): 1798.9
CPU system time (s): 1.2918
CPU usage (%): 101.353
Max. virtual memory (cumulated for all children) (KiB): 1795732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.2918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219964
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= 41688
involuntary context switches= 37394

runsolver used 1.71074 second user time and 4.90125 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Apr 16 07:57:34 UTC 2007

IDJOB= 349585
IDBENCH= 2534
IDSOLVER= 164
FILE ID= node24/349585-1176710254

PBS_JOBID= 4560081

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c346de7e1ba29a95ee9f392619231545

RANDOM SEED= 11906154

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1812456 kB
Buffers:         27060 kB
Cached:         130616 kB
SwapCached:       2532 kB
Active:          87540 kB
Inactive:        96460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812456 kB
SwapTotal:     4192956 kB
SwapFree:      4159472 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          41284 kB
Slab:            45000 kB
Committed_AS:  1786812 kB
PageTables:       1780 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= 66519 MiB

End job on node24 on Mon Apr 16 08:27:13 UTC 2007