Trace number 454921

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? 884.754 883.571

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-71
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

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.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.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/454921-1178033766/instance-454921-1178033766.opb
0.20/0.20	c reading problem ... 
883.93/883.17	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 77485
883.93/883.17		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
883.93/883.17		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
883.93/883.17		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
883.93/883.17		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
883.93/883.17		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
883.93/883.17		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
883.93/883.17		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
883.93/883.17		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
883.93/883.17		at org.sat4j.AbstractLauncher.run(Unknown Source)
883.93/883.17		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
884.66/883.52	c starts		: 0
884.66/883.52	c conflicts		: 0
884.66/883.52	c decisions		: 0
884.66/883.52	c propagations		: 0
884.66/883.52	c inspects		: 0
884.66/883.52	c learnt literals	: 0
884.66/883.52	c learnt binary clauses	: 0
884.66/883.52	c learnt ternary clauses	: 0
884.66/883.52	c learnt clauses	: 0
884.66/883.52	c root simplifications	: 0
884.66/883.52	c removed literals (reason simplification)	: 0
884.66/883.52	c reason swapping (by a shorter reason)	: 0
884.66/883.52	c Calls to reduceDB	: 0
884.66/883.52	c speed (decisions/second)	: 0.0
884.66/883.52	c non guided choices	0
884.66/883.52	s UNKNOWN
884.66/883.52	c Total wall clock time (ms): 883.321

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-454921-1178033766 -o ROOT/results/node66/solver-454921-1178033766 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/454921-1178033766/sat4jPseudoCPClause.jar /tmp/evaluation/454921-1178033766/instance-454921-1178033766.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.99 0.95 0.97 1/64 4832
/proc/meminfo: memFree=1895144/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=308 CPUtime=0
/proc/4832/stat : 4832 (java) R 4830 4832 4705 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 279366153 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/4832/statm: 77 41 31 9 0 6 0

[startup+0.0309101 s]
/proc/loadavg: 0.99 0.95 0.97 1/64 4832
/proc/meminfo: memFree=1895144/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1774248 CPUtime=0.01
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 2657 0 1 0 0 1 0 0 18 0 4 0 279366153 1816829952 2407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 443562 2409 469 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101916 s]
/proc/loadavg: 0.99 0.95 0.97 1/64 4832
/proc/meminfo: memFree=1895144/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1780112 CPUtime=0.08
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 279366153 1822834688 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 445028 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301959 s]
/proc/loadavg: 0.99 0.95 0.97 1/64 4832
/proc/meminfo: memFree=1895144/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1782204 CPUtime=0.31
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 5791 0 1 0 28 3 0 0 18 0 12 0 279366153 1824976896 5531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 445551 5535 1264 9 0 443162 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782204

[startup+0.701042 s]
/proc/loadavg: 0.99 0.95 0.97 1/64 4832
/proc/meminfo: memFree=1895144/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1783388 CPUtime=0.87
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 7160 0 1 0 83 4 0 0 18 0 12 0 279366153 1826189312 6717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 445847 6717 1301 9 0 443458 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783388

[startup+1.5022 s]
/proc/loadavg: 0.99 0.95 0.97 3/76 4844
/proc/meminfo: memFree=1866504/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1788880 CPUtime=1.99
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 11762 0 1 0 193 6 0 0 18 0 12 0 279366153 1831813120 9321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 447220 9321 1304 9 0 444831 0
[pid=4832/tid=4834] ppid=4830 vsize=1788880 CPUtime=1.13
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 6866 0 1 0 109 4 0 0 19 0 12 0 279366154 1831813120 9321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499005 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 279366156 1831813120 9321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 279366156 1831813120 9321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 279366158 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 279366159 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1788880 CPUtime=0.39
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1805 0 0 0 38 1 0 0 16 0 12 0 279366162 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1788880 CPUtime=0.45
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2374 0 0 0 45 0 0 0 16 0 12 0 279366162 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1831813120 9322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1788880

[startup+3.10252 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4844
/proc/meminfo: memFree=1860232/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1788880 CPUtime=3.68
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 12990 0 1 0 360 8 0 0 18 0 12 0 279366153 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 447220 10548 1304 9 0 444831 0
[pid=4832/tid=4834] ppid=4830 vsize=1788880 CPUtime=2.69
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 8072 0 1 0 264 5 0 0 25 0 12 0 279366154 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 279366156 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 279366156 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 279366158 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 279366159 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1788880 CPUtime=0.42
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1812 0 0 0 41 1 0 0 16 0 12 0 279366162 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1788880 CPUtime=0.54
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2389 0 0 0 54 0 0 0 16 0 12 0 279366162 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1788880 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1831813120 10548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1788880

[startup+6.30197 s]
/proc/loadavg: 0.99 0.95 0.97 3/76 4844
/proc/meminfo: memFree=1853384/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1787756 CPUtime=7.02
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 14352 0 1 0 693 9 0 0 18 0 12 0 279366153 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446939 11839 1304 9 0 444550 0
[pid=4832/tid=4834] ppid=4830 vsize=1787756 CPUtime=5.87
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 9418 0 1 0 581 6 0 0 25 0 12 0 279366154 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556181 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 279366156 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 279366156 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 279366158 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 279366159 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1787756 CPUtime=0.5
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1821 0 0 0 49 1 0 0 16 0 12 0 279366162 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1787756 CPUtime=0.63
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2396 0 0 0 63 0 0 0 16 0 12 0 279366162 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1787756 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1830662144 11839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1787756

[startup+12.7022 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4844
/proc/meminfo: memFree=1847560/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1785676 CPUtime=13.42
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 16292 0 1 0 1331 11 0 0 18 0 12 0 279366153 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446419 13143 1304 9 0 444030 0
[pid=4832/tid=4834] ppid=4830 vsize=1785676 CPUtime=12.27
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 11358 0 1 0 1219 8 0 0 25 0 12 0 279366154 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499296 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 279366156 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 279366156 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 279366158 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 279366159 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1785676 CPUtime=0.5
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1821 0 0 0 49 1 0 0 16 0 12 0 279366162 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1785676 CPUtime=0.63
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2396 0 0 0 63 0 0 0 16 0 12 0 279366162 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1828532224 13143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 1785676

[startup+25.5018 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4844
/proc/meminfo: memFree=1836168/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1785676 CPUtime=26.42
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 19048 0 1 0 2628 14 0 0 18 0 12 0 279366153 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446419 15898 1304 9 0 444030 0
[pid=4832/tid=4834] ppid=4830 vsize=1785676 CPUtime=25.07
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 14097 0 1 0 2496 11 0 0 25 0 12 0 279366154 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499227 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 279366156 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 279366156 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 279366158 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 279366159 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1785676 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1828532224 15898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786320 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786320 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 703.2
Current children cumulated vsize (KiB) 1786320

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 4846
/proc/meminfo: memFree=1705608/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1786320 CPUtime=763.18
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 51501 0 1 0 76276 42 0 0 18 0 12 0 279366153 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446580 48143 1311 9 0 444191 0
[pid=4832/tid=4834] ppid=4830 vsize=1786320 CPUtime=761.35
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 37684 0 1 0 76100 35 0 0 25 0 12 0 279366154 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493402 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1786320 CPUtime=0.22
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 4299 0 0 0 21 1 0 0 16 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1786320 CPUtime=0.23
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 4563 0 0 0 21 2 0 0 18 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 279366158 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786320 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786320 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 763.18
Current children cumulated vsize (KiB) 1786320

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 4846
/proc/meminfo: memFree=1705544/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1786320 CPUtime=823.16
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 51501 0 1 0 82274 42 0 0 18 0 12 0 279366153 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446580 48143 1311 9 0 444191 0
[pid=4832/tid=4834] ppid=4830 vsize=1786320 CPUtime=821.32
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 37684 0 1 0 82097 35 0 0 25 0 12 0 279366154 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1786320 CPUtime=0.22
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 4299 0 0 0 21 1 0 0 16 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1786320 CPUtime=0.23
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 4563 0 0 0 21 2 0 0 18 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 279366158 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786320 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786320 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.16
Current children cumulated vsize (KiB) 1786320

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 4846
/proc/meminfo: memFree=1705416/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1786320 CPUtime=883.13
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 51501 0 1 0 88271 42 0 0 18 0 12 0 279366153 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446580 48143 1311 9 0 444191 0
[pid=4832/tid=4834] ppid=4830 vsize=1786320 CPUtime=881.3
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 37684 0 1 0 88095 35 0 0 25 0 12 0 279366154 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493386 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1786320 CPUtime=0.22
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 4299 0 0 0 21 1 0 0 16 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1786320 CPUtime=0.23
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 4563 0 0 0 21 2 0 0 18 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 279366158 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786320 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786320 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.13
Current children cumulated vsize (KiB) 1786320

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

[startup+883.103 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 4846
/proc/meminfo: memFree=1705416/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1786320 CPUtime=883.93
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 51501 0 1 0 88351 42 0 0 18 0 12 0 279366153 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446580 48143 1311 9 0 444191 0
[pid=4832/tid=4834] ppid=4830 vsize=1786320 CPUtime=882.09
/proc/4832/task/4834/stat : 4834 (java) R 4830 4832 4705 0 -1 64 37684 0 1 0 88174 35 0 0 25 0 12 0 279366154 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493566 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1786320 CPUtime=0.22
/proc/4832/task/4835/stat : 4835 (java) S 4830 4832 4705 0 -1 64 4299 0 0 0 21 1 0 0 16 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1786320 CPUtime=0.23
/proc/4832/task/4836/stat : 4836 (java) S 4830 4832 4705 0 -1 64 4563 0 0 0 21 2 0 0 18 0 12 0 279366156 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 279366158 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786320 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786320 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786320 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829191680 48143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.93
Current children cumulated vsize (KiB) 1786320

[startup+883.502 s]
/proc/loadavg: 0.99 0.97 0.97 3/76 4846
/proc/meminfo: memFree=1703496/2055920 swapFree=4183004/4192956
[pid=4832] ppid=4830 vsize=1786964 CPUtime=884.66
/proc/4832/stat : 4832 (java) S 4830 4832 4705 0 -1 0 65736 0 1 0 88417 49 0 0 18 0 12 0 279366153 1829851136 61304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4832/statm: 446741 61305 1315 9 0 444352 0
[pid=4832/tid=4834] ppid=4830 vsize=1786964 CPUtime=882.17
/proc/4832/task/4834/stat : 4834 (java) S 4830 4832 4705 0 -1 64 37690 0 1 0 88182 35 0 0 24 0 12 0 279366154 1829851136 61306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4835] ppid=4830 vsize=1786964 CPUtime=0.55
/proc/4832/task/4835/stat : 4835 (java) R 4830 4832 4705 0 -1 64 10946 0 0 0 51 4 0 0 19 0 12 0 279366156 1829851136 61307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105378203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4836] ppid=4830 vsize=1786964 CPUtime=0.55
/proc/4832/task/4836/stat : 4836 (java) R 4830 4832 4705 0 -1 64 12150 0 0 0 50 5 0 0 19 0 12 0 279366156 1829851136 61309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4832/tid=4837] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4837/stat : 4837 (java) S 4830 4832 4705 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 279366158 1829851136 61310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4838] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4838/stat : 4838 (java) S 4830 4832 4705 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 279366159 1829851136 61311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4839] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4839/stat : 4839 (java) S 4830 4832 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279366159 1829851136 61312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4840] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4840/stat : 4840 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279366162 1829851136 61314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4841] ppid=4830 vsize=1786964 CPUtime=0.62
/proc/4832/task/4841/stat : 4841 (java) S 4830 4832 4705 0 -1 64 1832 0 0 0 61 1 0 0 17 0 12 0 279366162 1829851136 61315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4842] ppid=4830 vsize=1786964 CPUtime=0.71
/proc/4832/task/4842/stat : 4842 (java) S 4830 4832 4705 0 -1 64 2402 0 0 0 71 0 0 0 17 0 12 0 279366162 1829851136 61316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4843] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4843/stat : 4843 (java) S 4830 4832 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279366162 1829851136 61317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4832/tid=4844] ppid=4830 vsize=1786964 CPUtime=0
/proc/4832/task/4844/stat : 4844 (java) S 4830 4832 4705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 279366162 1829851136 61319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 884.66
Current children cumulated vsize (KiB) 1786964

Child status: 1
Real time (s): 883.571
CPU time (s): 884.754
CPU user time (s): 884.218
CPU system time (s): 0.535918
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 1789712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.218
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66452
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= 18339
involuntary context switches= 1919

runsolver used 0.805877 second user time and 2.42263 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue May  1 15:36:06 UTC 2007

IDJOB= 454921
IDBENCH= 48229
IDSOLVER= 164
FILE ID= node66/454921-1178033766

PBS_JOBID= 4728438

Free space on /tmp= 66559 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_4.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/454921-1178033766/sat4jPseudoCPClause.jar /tmp/evaluation/454921-1178033766/instance-454921-1178033766.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-454921-1178033766 -o ROOT/results/node66/solver-454921-1178033766 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/454921-1178033766/sat4jPseudoCPClause.jar /tmp/evaluation/454921-1178033766/instance-454921-1178033766.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  49512b8058c62182b32b06ac219e7167

RANDOM SEED= 753447223

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1895552 kB
Buffers:         18404 kB
Cached:          68888 kB
SwapCached:       3624 kB
Active:          69736 kB
Inactive:        27136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895552 kB
SwapTotal:     4192956 kB
SwapFree:      4183004 kB
Dirty:            5692 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            49524 kB
Committed_AS:  4044076 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB

End job on node66 on Tue May  1 15:50:50 UTC 2007