Trace number 454906

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? 224.168 223.319

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
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-146
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
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)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.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/454906-1178033540/instance-454906-1178033540.opb
0.20/0.20	c reading problem ... 
224.06/223.28	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 33593
224.06/223.28		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
224.06/223.28		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
224.06/223.28		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
224.06/223.28		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
224.06/223.28		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
224.06/223.28		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
224.06/223.28		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
224.06/223.28		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
224.06/223.28		at org.sat4j.AbstractLauncher.run(Unknown Source)
224.06/223.28		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
224.06/223.28	c starts		: 0
224.06/223.28	c conflicts		: 0
224.06/223.28	c decisions		: 0
224.06/223.28	c propagations		: 0
224.06/223.28	c inspects		: 0
224.06/223.28	c learnt literals	: 0
224.06/223.28	c learnt binary clauses	: 0
224.06/223.28	c learnt ternary clauses	: 0
224.06/223.28	c learnt clauses	: 0
224.06/223.28	c root simplifications	: 0
224.06/223.28	c removed literals (reason simplification)	: 0
224.06/223.28	c reason swapping (by a shorter reason)	: 0
224.06/223.28	c Calls to reduceDB	: 0
224.06/223.28	c speed (decisions/second)	: 0.0
224.06/223.28	c non guided choices	0
224.06/223.28	s UNKNOWN
224.06/223.28	c Total wall clock time (ms): 223.076

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-454906-1178033540 -o ROOT/results/node66/solver-454906-1178033540 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/454906-1178033540/sat4jPseudoCPClause.jar /tmp/evaluation/454906-1178033540/instance-454906-1178033540.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.71 0.91 0.97 3/64 4770
/proc/meminfo: memFree=1897320/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=152 CPUtime=0
/proc/4770/stat : 4770 (java) D 4768 4770 4705 0 -1 0 40 0 0 0 0 0 0 0 20 0 1 0 279343570 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4770/statm: 38 26 19 9 0 4 0

[startup+0.0967989 s]
/proc/loadavg: 0.71 0.91 0.97 3/64 4770
/proc/meminfo: memFree=1897320/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1780040 CPUtime=0.07
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 3907 0 1 0 5 2 0 0 18 0 12 0 279343570 1822760960 3650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 445010 3650 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780040

[startup+0.101797 s]
/proc/loadavg: 0.71 0.91 0.97 3/64 4770
/proc/meminfo: memFree=1897320/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1780112 CPUtime=0.08
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 279343570 1822834688 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 445028 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301839 s]
/proc/loadavg: 0.71 0.91 0.97 3/64 4770
/proc/meminfo: memFree=1897320/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1782364 CPUtime=0.32
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 5402 0 1 0 29 3 0 0 18 0 12 0 279343570 1825140736 5142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 445591 5142 1264 9 0 443202 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782364

[startup+0.701921 s]
/proc/loadavg: 0.71 0.91 0.97 3/64 4770
/proc/meminfo: memFree=1897320/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1783280 CPUtime=0.9
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 6798 0 1 0 87 3 0 0 18 0 12 0 279343570 1826078720 6297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 445820 6297 1301 9 0 443431 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783280

[startup+1.50208 s]
/proc/loadavg: 0.71 0.91 0.97 2/76 4782
/proc/meminfo: memFree=1870728/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1787724 CPUtime=2.11
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 11892 0 1 0 205 6 0 0 18 0 12 0 279343570 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446931 8941 1304 9 0 444542 0
[pid=4770/tid=4772] ppid=4768 vsize=1787724 CPUtime=1.19
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 6601 0 1 0 116 3 0 0 20 0 12 0 279343571 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504801 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1787724 CPUtime=0.46
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2471 0 0 0 46 0 0 0 16 0 12 0 279343579 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1787724 CPUtime=0.42
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2102 0 0 0 42 0 0 0 17 0 12 0 279343579 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1830629376 8941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1787724

[startup+3.1014 s]
/proc/loadavg: 0.71 0.91 0.97 2/76 4782
/proc/meminfo: memFree=1863880/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1787724 CPUtime=3.77
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 13085 0 1 0 370 7 0 0 18 0 12 0 279343570 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446931 10133 1304 9 0 444542 0
[pid=4770/tid=4772] ppid=4768 vsize=1787724 CPUtime=2.77
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 7771 0 1 0 272 5 0 0 25 0 12 0 279343571 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504436 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1787724 CPUtime=0.48
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2471 0 0 0 48 0 0 0 16 0 12 0 279343579 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1787724 CPUtime=0.48
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2125 0 0 0 48 0 0 0 16 0 12 0 279343579 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1787724 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1830629376 10133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1787724

[startup+6.30303 s]
/proc/loadavg: 0.73 0.91 0.97 2/76 4782
/proc/meminfo: memFree=1857160/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1787532 CPUtime=7.07
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 14426 0 1 0 699 8 0 0 18 0 12 0 279343570 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446883 11431 1304 9 0 444494 0
[pid=4770/tid=4772] ppid=4768 vsize=1787532 CPUtime=5.91
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 9093 0 1 0 585 6 0 0 25 0 12 0 279343571 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1787532 CPUtime=0.54
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2476 0 0 0 54 0 0 0 16 0 12 0 279343579 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1787532 CPUtime=0.59
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2139 0 0 0 59 0 0 0 16 0 12 0 279343579 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1830432768 11431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1787532

[startup+12.7013 s]
/proc/loadavg: 0.76 0.91 0.97 2/76 4782
/proc/meminfo: memFree=1848776/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1787532 CPUtime=13.47
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 16389 0 1 0 1337 10 0 0 18 0 12 0 279343570 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446883 13394 1304 9 0 444494 0
[pid=4770/tid=4772] ppid=4768 vsize=1787532 CPUtime=12.31
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 11056 0 1 0 1223 8 0 0 25 0 12 0 279343571 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608684 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1787532 CPUtime=0.54
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2476 0 0 0 54 0 0 0 17 0 12 0 279343579 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1787532 CPUtime=0.59
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2139 0 0 0 59 0 0 0 16 0 12 0 279343579 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1787532 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1830432768 13394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.47
Current children cumulated vsize (KiB) 1787532

[startup+25.5029 s]
/proc/loadavg: 0.81 0.91 0.97 2/76 4782
/proc/meminfo: memFree=1839688/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784648 CPUtime=26.43
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 19514 0 1 0 2629 14 0 0 18 0 12 0 279343570 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446162 15549 1304 9 0 443773 0
[pid=4770/tid=4772] ppid=4768 vsize=1784648 CPUtime=25.02
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 13766 0 1 0 2491 11 0 0 25 0 12 0 279343571 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4770/tid=4782] ppid=4768 vsize=1784648 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827479552 15549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.43
Current children cumulated vsize (KiB) 1784648

[startup+51.103 s]
/proc/loadavg: 0.87 0.92 0.97 2/76 4782
/proc/meminfo: memFree=1824136/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784520 CPUtime=52.02
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 23436 0 1 0 5184 18 0 0 18 0 12 0 279343570 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446130 19428 1304 9 0 443741 0
[pid=4770/tid=4772] ppid=4768 vsize=1784520 CPUtime=50.61
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 17688 0 1 0 5046 15 0 0 25 0 12 0 279343571 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1784520 CPUtime=0.66
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2716 0 0 0 66 0 0 0 17 0 12 0 279343579 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1784520 CPUtime=0.71
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2314 0 0 0 71 0 0 0 17 0 12 0 279343579 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827348480 19428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (KiB) 1784520

[startup+102.305 s]
/proc/loadavg: 0.94 0.93 0.97 2/76 4782
/proc/meminfo: memFree=1801736/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784520 CPUtime=103.2
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 28947 0 1 0 10297 23 0 0 18 0 12 0 279343570 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446130 24939 1304 9 0 443741 0
[pid=4770/tid=4772] ppid=4768 vsize=1784520 CPUtime=101.8
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 23199 0 1 0 10160 20 0 0 25 0 12 0 279343571 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648840 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1784520 CPUtime=0.66
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2716 0 0 0 66 0 0 0 17 0 12 0 279343579 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1784520 CPUtime=0.71
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2314 0 0 0 71 0 0 0 17 0 12 0 279343579 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827348480 24939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.2
Current children cumulated vsize (KiB) 1784520

[startup+162.302 s]
/proc/loadavg: 0.98 0.94 0.97 2/76 4782
/proc/meminfo: memFree=1781384/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784520 CPUtime=163.18
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 34024 0 1 0 16289 29 0 0 18 0 12 0 279343570 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446130 30016 1304 9 0 443741 0
[pid=4770/tid=4772] ppid=4768 vsize=1784520 CPUtime=161.77
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 28276 0 1 0 16151 26 0 0 25 0 12 0 279343571 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1784520 CPUtime=0.66
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2716 0 0 0 66 0 0 0 17 0 12 0 279343579 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1784520 CPUtime=0.71
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2314 0 0 0 71 0 0 0 17 0 12 0 279343579 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827348480 30016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.18
Current children cumulated vsize (KiB) 1784520

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4782
/proc/meminfo: memFree=1764872/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784520 CPUtime=223.16
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 38089 0 1 0 22282 34 0 0 18 0 12 0 279343570 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446130 34081 1304 9 0 443741 0
[pid=4770/tid=4772] ppid=4768 vsize=1784520 CPUtime=221.75
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 32341 0 1 0 22144 31 0 0 25 0 12 0 279343571 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1784520 CPUtime=0.66
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2716 0 0 0 66 0 0 0 17 0 12 0 279343579 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1784520 CPUtime=0.71
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2314 0 0 0 71 0 0 0 17 0 12 0 279343579 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827348480 34081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.16
Current children cumulated vsize (KiB) 1784520

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

[startup+223.102 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4782
/proc/meminfo: memFree=1764872/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=1784520 CPUtime=223.96
/proc/4770/stat : 4770 (java) S 4768 4770 4705 0 -1 0 38139 0 1 0 22362 34 0 0 18 0 12 0 279343570 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 446130 34131 1304 9 0 443741 0
[pid=4770/tid=4772] ppid=4768 vsize=1784520 CPUtime=222.55
/proc/4770/task/4772/stat : 4772 (java) R 4768 4770 4705 0 -1 64 32391 0 1 0 22224 31 0 0 25 0 12 0 279343571 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4773] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4773/stat : 4773 (java) S 4768 4770 4705 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 279343573 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4774] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4774/stat : 4774 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 279343573 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4775] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4775/stat : 4775 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 279343575 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4776] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4776/stat : 4776 (java) S 4768 4770 4705 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 279343575 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4777] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4777/stat : 4777 (java) S 4768 4770 4705 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 279343575 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4778] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4778/stat : 4778 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 279343579 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4779] ppid=4768 vsize=1784520 CPUtime=0.66
/proc/4770/task/4779/stat : 4779 (java) S 4768 4770 4705 0 -1 64 2716 0 0 0 66 0 0 0 17 0 12 0 279343579 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4770/tid=4780] ppid=4768 vsize=1784520 CPUtime=0.71
/proc/4770/task/4780/stat : 4780 (java) S 4768 4770 4705 0 -1 64 2314 0 0 0 71 0 0 0 17 0 12 0 279343579 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4781] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4781/stat : 4781 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 279343579 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4770/tid=4782] ppid=4768 vsize=1784520 CPUtime=0
/proc/4770/task/4782/stat : 4782 (java) S 4768 4770 4705 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 279343579 1827348480 34131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.96
Current children cumulated vsize (KiB) 1784520

[startup+223.305 s]
/proc/loadavg: 0.99 0.95 0.97 2/76 4782
/proc/meminfo: memFree=1764616/2055920 swapFree=4183004/4192956
[pid=4770] ppid=4768 vsize=0 CPUtime=224.15
/proc/4770/stat : 4770 (java) Z 4768 4770 4705 0 -1 12 38174 0 1 0 22380 35 0 0 16 0 2 0 279343570 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4770/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.15
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 223.319
CPU time (s): 224.168
CPU user time (s): 223.804
CPU system time (s): 0.363944
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 1788780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.804
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38174
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= 4973
involuntary context switches= 905

runsolver used 0.210967 second user time and 0.611906 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue May  1 15:32:20 UTC 2007

IDJOB= 454906
IDBENCH= 48228
IDSOLVER= 164
FILE ID= node66/454906-1178033540

PBS_JOBID= 4728438

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  95a6f76009dbd8a204f015cb008300c0

RANDOM SEED= 370842649

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:       1897728 kB
Buffers:         18076 kB
Cached:          67312 kB
SwapCached:       3624 kB
Active:          68040 kB
Inactive:        26644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897728 kB
SwapTotal:     4192956 kB
SwapFree:      4183004 kB
Dirty:            4700 kB
Writeback:           0 kB
Mapped:          15084 kB
Slab:            49524 kB
Committed_AS:  4043488 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= 66560 MiB

End job on node66 on Tue May  1 15:36:04 UTC 2007