Trace number 455606

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
SAT4JPseudoResolution 2007-03-23? 92.7799 92.0017

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_3.opb
MD5SUM9fd52bec996ed780d55ecea52b6ce11a
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-85
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -85
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
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 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data (download as text)

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

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/node74/watcher-455606-1178046395 -o ROOT/results/node74/solver-455606-1178046395 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/455606-1178046395/sat4jPseudoResolution.jar /tmp/evaluation/455606-1178046395/instance-455606-1178046395.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.86 1.01 0.99 1/66 28337
/proc/meminfo: memFree=1857696/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1800 CPUtime=0
/proc/28337/stat : 28337 (java) D 28335 28337 28272 0 -1 0 175 0 0 0 0 0 0 0 19 0 1 0 252554259 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/28337/statm: 450 148 111 9 0 92 0

[startup+0.040372 s]
/proc/loadavg: 0.86 1.01 0.99 1/66 28337
/proc/meminfo: memFree=1857696/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1776088 CPUtime=0.03
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 3248 0 1 0 1 2 0 0 19 0 4 0 252554259 1818714112 2997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 444022 2998 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101378 s]
/proc/loadavg: 0.86 1.01 0.99 1/66 28337
/proc/meminfo: memFree=1857696/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1780108 CPUtime=0.09
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 3983 0 1 0 6 3 0 0 19 0 12 0 252554259 1822830592 3726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 445027 3727 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301405 s]
/proc/loadavg: 0.86 1.01 0.99 1/66 28337
/proc/meminfo: memFree=1857696/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1782360 CPUtime=0.31
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 5265 0 1 0 28 3 0 0 19 0 12 0 252554259 1825136640 5005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 445590 5005 1269 9 0 443202 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782360

[startup+0.701457 s]
/proc/loadavg: 0.86 1.01 0.99 1/66 28337
/proc/meminfo: memFree=1857696/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1783624 CPUtime=0.89
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 6585 0 1 0 85 4 0 0 19 0 12 0 252554259 1826430976 6104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 445906 6105 1301 9 0 443518 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783624

[startup+1.50254 s]
/proc/loadavg: 0.86 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1831936/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1787832 CPUtime=2.02
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 10894 0 1 0 196 6 0 0 19 0 12 0 252554259 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446958 8549 1304 9 0 444570 0
[pid=28337/tid=28339] ppid=28335 vsize=1787832 CPUtime=1.15
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 6257 0 1 0 112 3 0 0 25 0 12 0 252554260 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 252554264 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1787832 CPUtime=0.46
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2460 0 0 0 45 1 0 0 16 0 12 0 252554268 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1787832 CPUtime=0.38
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1460 0 0 0 38 0 0 0 16 0 12 0 252554268 1830739968 8549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1830739968 8550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1830739968 8550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1787832

[startup+3.10272 s]
/proc/loadavg: 0.86 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1825856/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1787832 CPUtime=3.69
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 12069 0 1 0 362 7 0 0 19 0 12 0 252554259 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446958 9723 1304 9 0 444570 0
[pid=28337/tid=28339] ppid=28335 vsize=1787832 CPUtime=2.71
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 7425 0 1 0 267 4 0 0 25 0 12 0 252554260 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489599 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1787832 CPUtime=0.51
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2464 0 0 0 50 1 0 0 16 0 12 0 252554268 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1787832 CPUtime=0.44
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1463 0 0 0 44 0 0 0 16 0 12 0 252554268 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1787832 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1830739968 9723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1787832

[startup+6.30111 s]
/proc/loadavg: 0.87 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1821440/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785688 CPUtime=6.99
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 13451 0 1 0 691 8 0 0 19 0 12 0 252554259 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446422 10570 1304 9 0 444034 0
[pid=28337/tid=28339] ppid=28335 vsize=1785688 CPUtime=5.85
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 8653 0 1 0 579 6 0 0 25 0 12 0 252554260 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489954 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785688 CPUtime=0.6
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2613 0 0 0 59 1 0 0 16 0 12 0 252554268 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785688 CPUtime=0.52
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1468 0 0 0 52 0 0 0 17 0 12 0 252554268 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785688 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828544512 10570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1785688

[startup+12.7028 s]
/proc/loadavg: 0.88 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1813896/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=13.38
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 15264 0 1 0 1328 10 0 0 19 0 12 0 252554259 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 12216 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=12.25
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 10466 0 1 0 1217 8 0 0 25 0 12 0 252554260 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490311 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.6
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2613 0 0 0 59 1 0 0 16 0 12 0 252554268 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.52
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1468 0 0 0 52 0 0 0 17 0 12 0 252554268 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 12216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 1785476

[startup+25.5023 s]
/proc/loadavg: 0.91 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1804104/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785668 CPUtime=26.26
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 17731 0 1 0 2613 13 0 0 19 0 12 0 252554259 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446417 14558 1304 9 0 444029 0
[pid=28337/tid=28339] ppid=28335 vsize=1785668 CPUtime=25.01
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 12756 0 1 0 2491 10 0 0 25 0 12 0 252554260 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489954 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785668 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828524032 14558 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 20632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (KiB) 1785476

[startup+86.3023 s]
/proc/loadavg: 0.96 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1778632/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=87.09
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 24171 0 1 0 8689 20 0 0 19 0 12 0 252554259 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 20879 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=85.71
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 19110 0 1 0 8554 17 0 0 25 0 12 0 252554260 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490120 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 20879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.09
Current children cumulated vsize (KiB) 1785476

[startup+89.5027 s]
/proc/loadavg: 0.96 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1777672/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=90.29
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 24393 0 1 0 9009 20 0 0 19 0 12 0 252554259 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 21101 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=88.91
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 19332 0 1 0 8874 17 0 0 25 0 12 0 252554260 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490249 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.29
Current children cumulated vsize (KiB) 1785476

[startup+91.1019 s]
/proc/loadavg: 0.97 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1777352/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=91.89
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 24504 0 1 0 9169 20 0 0 19 0 12 0 252554259 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 21212 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=90.5
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 19443 0 1 0 9033 17 0 0 25 0 12 0 252554260 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489599 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.89
Current children cumulated vsize (KiB) 1785476

[startup+91.5019 s]
/proc/loadavg: 0.97 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1777032/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=92.29
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 24528 0 1 0 9209 20 0 0 19 0 12 0 252554259 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 21236 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=90.9
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 19467 0 1 0 9073 17 0 0 25 0 12 0 252554260 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489954 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 21236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.29
Current children cumulated vsize (KiB) 1785476

[startup+91.902 s]
/proc/loadavg: 0.97 1.01 0.99 2/78 28349
/proc/meminfo: memFree=1777032/2055920 swapFree=4183036/4192956
[pid=28337] ppid=28335 vsize=1785476 CPUtime=92.69
/proc/28337/stat : 28337 (java) S 28335 28337 28272 0 -1 0 24557 0 1 0 9249 20 0 0 19 0 12 0 252554259 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28337/statm: 446369 21265 1304 9 0 443981 0
[pid=28337/tid=28339] ppid=28335 vsize=1785476 CPUtime=91.3
/proc/28337/task/28339/stat : 28339 (java) R 28335 28337 28272 0 -1 64 19496 0 1 0 9113 17 0 0 25 0 12 0 252554260 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489599 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28340] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28340/stat : 28340 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 252554262 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28341] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28341/stat : 28341 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 252554262 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28342] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28342/stat : 28342 (java) S 28335 28337 28272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 252554264 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28343] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28343/stat : 28343 (java) S 28335 28337 28272 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 252554265 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28344] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28344/stat : 28344 (java) S 28335 28337 28272 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 252554265 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28345] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28345/stat : 28345 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28346] ppid=28335 vsize=1785476 CPUtime=0.71
/proc/28337/task/28346/stat : 28346 (java) S 28335 28337 28272 0 -1 64 2700 0 0 0 70 1 0 0 17 0 12 0 252554268 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28337/tid=28347] ppid=28335 vsize=1785476 CPUtime=0.65
/proc/28337/task/28347/stat : 28347 (java) S 28335 28337 28272 0 -1 64 1644 0 0 0 65 0 0 0 17 0 12 0 252554268 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28348] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28348/stat : 28348 (java) S 28335 28337 28272 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 252554268 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28337/tid=28349] ppid=28335 vsize=1785476 CPUtime=0
/proc/28337/task/28349/stat : 28349 (java) S 28335 28337 28272 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 252554268 1828327424 21265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 1785476

Child status: 1
Real time (s): 92.0017
CPU time (s): 92.7799
CPU user time (s): 92.5589
CPU system time (s): 0.220966
CPU usage (%): 100.846
Max. virtual memory (cumulated for all children) (KiB): 1788648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.5589
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24589
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= 2377
involuntary context switches= 2493

runsolver used 0.109983 second user time and 0.237963 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Tue May  1 19:06:35 UTC 2007

IDJOB= 455606
IDBENCH= 48275
IDSOLVER= 159
FILE ID= node74/455606-1178046395

PBS_JOBID= 4728491

Free space on /tmp= 103241 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9fd52bec996ed780d55ecea52b6ce11a

RANDOM SEED= 114179649

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1858104 kB
Buffers:         51452 kB
Cached:          76248 kB
SwapCached:       2996 kB
Active:          44968 kB
Inactive:        93700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858104 kB
SwapTotal:     4192956 kB
SwapFree:      4183036 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          15440 kB
Slab:            44952 kB
Committed_AS:  6762956 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103241 MiB

End job on node74 on Tue May  1 19:08:07 UTC 2007