Trace number 456883

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? 458.2 457.513

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
MD5SUMd5640996c15a8815d620b5d6c220fea1
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75000
Sum of products size (including duplicates)150000
Number of different products37500
Sum of products size75000

Solver Data (download as text)

0.10/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.47	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.48	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.48	c no version file found!!!
0.10/0.48	c sun.arch.data.model	32
0.10/0.48	c java.version	1.6.0
0.10/0.48	c os.name	Linux
0.10/0.48	c os.version	2.6.9-22.EL.rootsmp
0.10/0.48	c os.arch	i386
0.10/0.48	c Free memory 1651659224
0.10/0.48	c Max memory 1654456320
0.10/0.48	c Total memory 1654456320
0.10/0.48	c Number of processors 2
0.18/0.54	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.54	--- Begin Solver configuration ---
0.18/0.54	c Stops conflict analysis at the first Unique Implication Point
0.18/0.54	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.54	c Learn all clauses as in MiniSAT
0.18/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.54	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.54	c No reason simplification
0.18/0.54	c --- End Solver configuration ---
0.18/0.54	c Simplify asserted PB constraints to clauses
0.18/0.54	c solving /tmp/evaluation/456883-1178364123/instance-456883-1178364123.opb
0.18/0.54	c reading problem ... 
458.13/457.43	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 38501
458.13/457.43		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
458.13/457.43		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
458.13/457.43		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
458.13/457.43		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
458.13/457.43		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
458.13/457.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
458.13/457.43		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
458.13/457.43		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
458.13/457.43		at org.sat4j.AbstractLauncher.run(Unknown Source)
458.13/457.43		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
458.13/457.43	c starts		: 0
458.13/457.43	c conflicts		: 0
458.13/457.43	c decisions		: 0
458.13/457.43	c propagations		: 0
458.13/457.43	c inspects		: 0
458.13/457.43	c learnt literals	: 0
458.13/457.43	c learnt binary clauses	: 0
458.13/457.43	c learnt ternary clauses	: 0
458.13/457.43	c learnt clauses	: 0
458.13/457.43	c root simplifications	: 0
458.13/457.43	c removed literals (reason simplification)	: 0
458.13/457.43	c reason swapping (by a shorter reason)	: 0
458.13/457.43	c Calls to reduceDB	: 0
458.13/457.43	c speed (decisions/second)	: 0.0
458.13/457.43	c non guided choices	0
458.13/457.43	s UNKNOWN
458.13/457.43	c Total wall clock time (ms): 456.888

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.87 2/64 14788
/proc/meminfo: memFree=1822284/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=152 CPUtime=0
/proc/14788/stat : 14788 (java) D 14786 14788 14291 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 191257400 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4309796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14788/statm: 38 26 19 9 0 4 0

[startup+0.0100151 s]
/proc/loadavg: 1.00 1.00 0.87 2/64 14788
/proc/meminfo: memFree=1822284/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=308 CPUtime=0
/proc/14788/stat : 14788 (java) D 14786 14788 14291 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 191257400 315392 41 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4309796 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14788/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101026 s]
/proc/loadavg: 1.00 1.00 0.87 2/64 14788
/proc/meminfo: memFree=1822284/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=12496 CPUtime=0.02
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 751 0 26 0 0 2 0 0 18 0 2 0 191257400 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.301042 s]
/proc/loadavg: 1.00 1.00 0.87 2/64 14788
/proc/meminfo: memFree=1822284/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1776376 CPUtime=0.06
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 3421 0 36 0 2 4 0 0 18 0 4 0 191257400 1819009024 3203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 444094 3203 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1776376

[startup+0.701068 s]
/proc/loadavg: 1.00 1.00 0.87 2/64 14788
/proc/meminfo: memFree=1822284/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1781384 CPUtime=0.41
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 5518 0 36 0 34 7 0 0 18 0 12 0 191257400 1824137216 5293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445346 5293 1276 9 0 442957 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1781384

[startup+1.50212 s]
/proc/loadavg: 1.00 1.00 0.87 2/76 14800
/proc/meminfo: memFree=1793964/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1787532 CPUtime=1.62
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 10463 0 36 0 153 9 0 0 18 0 12 0 191257400 1830432768 8299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 446883 8300 1304 9 0 444494 0
[pid=14788/tid=14790] ppid=14786 vsize=1787532 CPUtime=0.85
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 5910 0 11 0 80 5 0 0 18 0 12 0 191257408 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 191257417 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191257417 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191257431 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191257431 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 191257431 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1787532 CPUtime=0.34
/proc/14788/task/14797/stat : 14797 (java) R 14786 14788 14291 0 -1 64 2347 0 0 0 34 0 0 0 16 0 12 0 191257440 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396039 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1787532 CPUtime=0.38
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1513 0 0 0 38 0 0 0 16 0 12 0 191257440 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1830432768 8300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1787532

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 0.87 2/76 14800
/proc/meminfo: memFree=1781420/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1787532 CPUtime=3.38
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 12078 0 36 0 327 11 0 0 18 0 12 0 191257400 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 446883 9833 1304 9 0 444494 0
[pid=14788/tid=14790] ppid=14786 vsize=1787532 CPUtime=2.4
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 7394 0 11 0 233 7 0 0 24 0 12 0 191257408 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572452 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 191257417 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191257417 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191257431 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191257431 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 191257431 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1787532 CPUtime=0.47
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2465 0 0 0 47 0 0 0 15 0 12 0 191257440 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1787532 CPUtime=0.46
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1525 0 0 0 46 0 0 0 15 0 12 0 191257440 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1787532 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1830432768 9833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 1787532

[startup+6.30244 s]
/proc/loadavg: 1.00 1.00 0.87 2/76 14800
/proc/meminfo: memFree=1774316/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1786608 CPUtime=6.73
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 13377 0 36 0 661 12 0 0 18 0 12 0 191257400 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 446652 10913 1304 9 0 444263 0
[pid=14788/tid=14790] ppid=14786 vsize=1786608 CPUtime=5.6
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 8682 0 11 0 552 8 0 0 25 0 12 0 191257408 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 191257417 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191257417 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191257431 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191257431 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 191257431 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1786608 CPUtime=0.5
/proc/14788/task/14797/stat : 14797 (java) R 14786 14788 14291 0 -1 64 2466 0 0 0 50 0 0 0 16 0 12 0 191257440 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283581 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1786608 CPUtime=0.57
/proc/14788/task/14798/stat : 14798 (java) R 14786 14788 14291 0 -1 64 1535 0 0 0 57 0 0 0 16 0 12 0 191257440 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429956 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1829486592 10913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 1786608

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.88 2/76 14800
/proc/meminfo: memFree=1767404/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1786608 CPUtime=13.13
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 15159 0 36 0 1299 14 0 0 18 0 12 0 191257400 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 446652 12695 1304 9 0 444263 0
[pid=14788/tid=14790] ppid=14786 vsize=1786608 CPUtime=12
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 10463 0 11 0 1190 10 0 0 25 0 12 0 191257408 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 191257417 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191257417 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191257431 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191257431 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 191257431 1829486592 12695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1829486592 12696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1786608 CPUtime=0.5
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2467 0 0 0 50 0 0 0 16 0 12 0 191257440 1829486592 12696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1786608 CPUtime=0.57
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1535 0 0 0 57 0 0 0 16 0 12 0 191257440 1829486592 12696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1829486592 12696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1829486592 12696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 1786608

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 0.88 2/76 14800
/proc/meminfo: memFree=1757116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1786608 CPUtime=26
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 17653 0 36 0 2584 16 0 0 18 0 12 0 191257400 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 446652 15189 1304 9 0 444263 0
[pid=14788/tid=14790] ppid=14786 vsize=1786608 CPUtime=24.8
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 12942 0 11 0 2468 12 0 0 25 0 12 0 191257408 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 191257417 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191257417 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191257431 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191257431 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 191257431 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1786608 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1829486592 15189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.83
Current children cumulated vsize (KiB) 1783884

[startup+447.901 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 14800
/proc/meminfo: memFree=1629116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1783884 CPUtime=448.63
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 50097 0 36 0 44815 48 0 0 18 0 12 0 191257400 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445971 46937 1313 9 0 443582 0
[pid=14788/tid=14790] ppid=14786 vsize=1783884 CPUtime=446.89
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 37677 0 11 0 44649 40 0 0 25 0 12 0 191257408 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 4091 0 0 0 17 2 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 3602 0 0 0 19 0 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1783884 CPUtime=0.59
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2483 0 0 0 59 0 0 0 16 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1783884 CPUtime=0.69
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1545 0 0 0 69 0 0 0 17 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 448.63
Current children cumulated vsize (KiB) 1783884

[startup+454.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 14800
/proc/meminfo: memFree=1629116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1783884 CPUtime=455.03
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 50097 0 36 0 45455 48 0 0 18 0 12 0 191257400 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445971 46937 1313 9 0 443582 0
[pid=14788/tid=14790] ppid=14786 vsize=1783884 CPUtime=453.29
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 37677 0 11 0 45289 40 0 0 25 0 12 0 191257408 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471375 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 4091 0 0 0 17 2 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 3602 0 0 0 19 0 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1783884 CPUtime=0.59
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2483 0 0 0 59 0 0 0 16 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1783884 CPUtime=0.69
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1545 0 0 0 69 0 0 0 17 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.03
Current children cumulated vsize (KiB) 1783884

[startup+455.902 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 14800
/proc/meminfo: memFree=1629116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1783884 CPUtime=456.63
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 50097 0 36 0 45615 48 0 0 18 0 12 0 191257400 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445971 46937 1313 9 0 443582 0
[pid=14788/tid=14790] ppid=14786 vsize=1783884 CPUtime=454.88
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 37677 0 11 0 45448 40 0 0 25 0 12 0 191257408 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471668 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 4091 0 0 0 17 2 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 3602 0 0 0 19 0 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1783884 CPUtime=0.59
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2483 0 0 0 59 0 0 0 16 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1783884 CPUtime=0.69
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1545 0 0 0 69 0 0 0 17 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.63
Current children cumulated vsize (KiB) 1783884

[startup+456.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 14800
/proc/meminfo: memFree=1629116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1783884 CPUtime=457.43
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 50097 0 36 0 45695 48 0 0 18 0 12 0 191257400 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445971 46937 1313 9 0 443582 0
[pid=14788/tid=14790] ppid=14786 vsize=1783884 CPUtime=455.68
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 37677 0 11 0 45528 40 0 0 25 0 12 0 191257408 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109738048 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 4091 0 0 0 17 2 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 3602 0 0 0 19 0 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1783884 CPUtime=0.59
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2483 0 0 0 59 0 0 0 16 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1783884 CPUtime=0.69
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1545 0 0 0 69 0 0 0 17 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.43
Current children cumulated vsize (KiB) 1783884

[startup+457.102 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 14800
/proc/meminfo: memFree=1629116/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=1783884 CPUtime=457.83
/proc/14788/stat : 14788 (java) S 14786 14788 14291 0 -1 0 50097 0 36 0 45735 48 0 0 18 0 12 0 191257400 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 445971 46937 1313 9 0 443582 0
[pid=14788/tid=14790] ppid=14786 vsize=1783884 CPUtime=456.08
/proc/14788/task/14790/stat : 14790 (java) R 14786 14788 14291 0 -1 64 37677 0 11 0 45568 40 0 0 25 0 12 0 191257408 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485053 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14791] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14791/stat : 14791 (java) S 14786 14788 14291 0 -1 64 4091 0 0 0 17 2 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14792] ppid=14786 vsize=1783884 CPUtime=0.19
/proc/14788/task/14792/stat : 14792 (java) S 14786 14788 14291 0 -1 64 3602 0 0 0 19 0 0 0 16 0 12 0 191257417 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14793] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14793/stat : 14793 (java) S 14786 14788 14291 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14794] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14794/stat : 14794 (java) S 14786 14788 14291 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14795] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14795/stat : 14795 (java) S 14786 14788 14291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 191257431 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14796] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14796/stat : 14796 (java) S 14786 14788 14291 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14797] ppid=14786 vsize=1783884 CPUtime=0.59
/proc/14788/task/14797/stat : 14797 (java) S 14786 14788 14291 0 -1 64 2483 0 0 0 59 0 0 0 16 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14798] ppid=14786 vsize=1783884 CPUtime=0.69
/proc/14788/task/14798/stat : 14798 (java) S 14786 14788 14291 0 -1 64 1545 0 0 0 69 0 0 0 17 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14788/tid=14799] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14799/stat : 14799 (java) S 14786 14788 14291 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14788/tid=14800] ppid=14786 vsize=1783884 CPUtime=0
/proc/14788/task/14800/stat : 14800 (java) S 14786 14788 14291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191257440 1826697216 46937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.83
Current children cumulated vsize (KiB) 1783884

[startup+457.503 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 14801
/proc/meminfo: memFree=1767548/2055920 swapFree=4183124/4192956
[pid=14788] ppid=14786 vsize=0 CPUtime=458.18
/proc/14788/stat : 14788 (java) Z 14786 14788 14291 0 -1 12 50114 0 36 0 45768 50 0 0 16 0 2 0 191257400 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14788/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 458.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 457.513
CPU time (s): 458.2
CPU user time (s): 457.688
CPU system time (s): 0.511922
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 1788340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.688
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50114
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10054
involuntary context switches= 10054

runsolver used 0.473927 second user time and 1.20482 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat May  5 11:22:03 UTC 2007

IDJOB= 456883
IDBENCH= 48304
IDSOLVER= 164
FILE ID= node52/456883-1178364123

PBS_JOBID= 5189178

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d5640996c15a8815d620b5d6c220fea1

RANDOM SEED= 978691264

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1822628 kB
Buffers:         14564 kB
Cached:         114492 kB
SwapCached:       3816 kB
Active:          33764 kB
Inactive:       106672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822628 kB
SwapTotal:     4192956 kB
SwapFree:      4183124 kB
Dirty:            4544 kB
Writeback:           0 kB
Mapped:          17428 kB
Slab:            78820 kB
Committed_AS:  5356944 kB
PageTables:       1492 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 node52 on Sat May  5 11:29:41 UTC 2007