Trace number 354428

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? 773.025 742.501

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.27	c no version file found!!!
0.06/0.27	c sun.arch.data.model	32
0.06/0.27	c java.version	1.6.0
0.06/0.27	c os.name	Linux
0.06/0.27	c os.version	2.6.9-22.EL.rootsmp
0.06/0.27	c os.arch	i386
0.06/0.27	c Free memory 1651659224
0.06/0.27	c Max memory 1654456320
0.06/0.27	c Total memory 1654456320
0.06/0.27	c Number of processors 2
0.17/0.33	--- Begin Solver configuration ---
0.17/0.33	c Stops conflict analysis at the first Unique Implication Point
0.17/0.33	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.33	c Learn all clauses as in MiniSAT
0.17/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.33	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.33	c No reason simplification
0.17/0.33	c --- End Solver configuration ---
0.17/0.33	c solving /tmp/evaluation/354428-1176708740/instance-354428-1176708740.opb
0.17/0.33	c reading problem ... 
772.74/742.14	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
772.74/742.14		at java.util.HashMap.addEntry(Unknown Source)
772.74/742.14		at java.util.HashMap.put(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.MapPb.setCoef(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlaneStep(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.MapPb.cuttingPlane(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.WatchPb.niceCheckedParameters(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.pb.WatchPb.niceParameters(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
772.74/742.14		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
772.74/742.14		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
772.74/742.14		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
772.74/742.14		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
772.74/742.14		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
772.74/742.14		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
772.74/742.14		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
772.74/742.14		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
772.74/742.14		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
772.74/742.14		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
772.74/742.14		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
772.74/742.14		at org.sat4j.AbstractLauncher.run(Unknown Source)
772.74/742.14		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
772.74/742.14	c starts		: 0
772.74/742.14	c conflicts		: 0
772.74/742.14	c decisions		: 0
772.74/742.14	c propagations		: 0
772.74/742.14	c inspects		: 0
772.74/742.14	c learnt literals	: 0
772.74/742.14	c learnt binary clauses	: 0
772.74/742.14	c learnt ternary clauses	: 0
772.74/742.14	c learnt clauses	: 0
772.74/742.14	c root simplifications	: 0
772.74/742.14	c removed literals (reason simplification)	: 0
772.74/742.14	c reason swapping (by a shorter reason)	: 0
772.74/742.14	c Calls to reduceDB	: 0
772.74/742.14	c speed (decisions/second)	: 0.0
772.74/742.14	c non guided choices	0
772.74/742.14	s UNKNOWN
772.74/742.14	c Total wall clock time (ms): 741.813

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-354428-1176708740 -o ROOT/results/node30/solver-354428-1176708740 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354428-1176708740/sat4jPseudoResolution.jar /tmp/evaluation/354428-1176708740/instance-354428-1176708740.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.12 1.02 1.01 2/78 2388
/proc/meminfo: memFree=1248248/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1520 CPUtime=0
/proc/2388/stat : 2388 (java) R 2386 2388 1951 0 -1 0 93 0 0 0 0 0 0 0 18 0 1 0 118790170 1556480 74 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6987041 0 0 4096 0 0 0 0 17 1 0 0
/proc/2388/statm: 368 66 47 9 0 10 0

[startup+0.071768 s]
/proc/loadavg: 1.12 1.02 1.01 2/78 2388
/proc/meminfo: memFree=1248248/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=11916 CPUtime=0
/proc/2388/stat : 2388 (java) D 2386 2388 1951 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 118790170 12201984 165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7017380 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2388/statm: 2979 165 127 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11916

[startup+0.101768 s]
/proc/loadavg: 1.12 1.02 1.01 2/78 2388
/proc/meminfo: memFree=1248248/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=11916 CPUtime=0
/proc/2388/stat : 2388 (java) D 2386 2388 1951 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 118790170 12201984 165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7017380 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2388/statm: 2979 165 127 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11916

[startup+0.301787 s]
/proc/loadavg: 1.12 1.02 1.01 2/78 2388
/proc/meminfo: memFree=1248248/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1781344 CPUtime=0.17
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 4729 0 1 0 14 3 0 0 18 0 12 0 118790170 1824096256 4467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 445336 4467 1243 9 0 442948 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1781344

[startup+0.701811 s]
/proc/loadavg: 1.12 1.02 1.01 2/78 2388
/proc/meminfo: memFree=1248248/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1782220 CPUtime=0.68
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 17991 0 1 0 59 9 0 0 18 0 12 0 118790170 1824993280 17692 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 445555 17692 1284 9 0 443167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1782220

[startup+1.50187 s]
/proc/loadavg: 1.12 1.02 1.01 2/90 2400
/proc/meminfo: memFree=1166616/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1782220 CPUtime=1.52
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 31101 0 1 0 137 15 0 0 18 0 12 0 118790170 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 445555 30737 1297 9 0 443167 0
[pid=2388/tid=2390] ppid=2386 vsize=1782220 CPUtime=1.21
/proc/2388/task/2390/stat : 2390 (java) R 2386 2388 1951 0 -1 64 29610 0 1 0 107 14 0 0 25 0 12 0 118790183 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118790184 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118790184 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2393/stat : 2393 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118790187 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118790187 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 118790187 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1782220 CPUtime=0.13
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 443 0 0 0 13 0 0 0 17 0 12 0 118790191 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1782220 CPUtime=0.16
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 327 0 0 0 16 0 0 0 16 0 12 0 118790191 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1782220 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1824993280 30737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1782220

[startup+3.10296 s]
/proc/loadavg: 1.12 1.02 1.01 5/90 2400
/proc/meminfo: memFree=1040024/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1783504 CPUtime=3.26
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 54059 0 1 0 298 28 0 0 18 0 12 0 118790170 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 445876 53364 1306 9 0 443488 0
[pid=2388/tid=2390] ppid=2386 vsize=1783504 CPUtime=2.62
/proc/2388/task/2390/stat : 2390 (java) R 2386 2388 1951 0 -1 64 37656 0 1 0 243 19 0 0 25 0 12 0 118790183 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474653 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1783504 CPUtime=0.16
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 3728 0 0 0 15 1 0 0 18 0 12 0 118790184 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1783504 CPUtime=0.14
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 11178 0 0 0 8 6 0 0 17 0 12 0 118790184 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2393/stat : 2393 (java) S 2386 2388 1951 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 118790187 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1783504 CPUtime=0.13
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 443 0 0 0 13 0 0 0 17 0 12 0 118790191 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1783504 CPUtime=0.16
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 327 0 0 0 16 0 0 0 16 0 12 0 118790191 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1783504 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1826308096 53364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 1783504

[startup+6.30215 s]
/proc/loadavg: 1.27 1.05 1.02 2/89 2400
/proc/meminfo: memFree=995488/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1786068 CPUtime=7.1
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 74298 0 1 0 668 42 0 0 18 0 12 0 118790170 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 446517 72082 1306 9 0 444129 0
[pid=2388/tid=2390] ppid=2386 vsize=1786068 CPUtime=5.18
/proc/2388/task/2390/stat : 2390 (java) R 2386 2388 1951 0 -1 64 37659 0 1 0 495 23 0 0 18 0 12 0 118790183 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1786068 CPUtime=0.8
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 12495 0 0 0 73 7 0 0 16 0 12 0 118790184 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1786068 CPUtime=0.78
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 22646 0 0 0 68 10 0 0 16 0 12 0 118790184 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2393/stat : 2393 (java) S 2386 2388 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118790187 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1786068 CPUtime=0.13
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 443 0 0 0 13 0 0 0 16 0 12 0 118790191 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1786068 CPUtime=0.16
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 327 0 0 0 16 0 0 0 16 0 12 0 118790191 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1786068 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1828933632 72082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1786068

[startup+12.7025 s]
/proc/loadavg: 1.25 1.05 1.02 2/89 2400
/proc/meminfo: memFree=880160/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1799824 CPUtime=15.78
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 102631 0 1 0 1522 56 0 0 18 0 12 0 118790170 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 449956 95167 1317 9 0 447568 0
[pid=2388/tid=2390] ppid=2386 vsize=1799824 CPUtime=9.91
/proc/2388/task/2390/stat : 2390 (java) R 2386 2388 1951 0 -1 64 37685 0 1 0 967 24 0 0 18 0 12 0 118790183 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109764973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1799824 CPUtime=1.97
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 24682 0 0 0 185 12 0 0 16 0 12 0 118790184 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1799824 CPUtime=1.97
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 31184 0 0 0 183 14 0 0 16 0 12 0 118790184 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2393/stat : 2393 (java) S 2386 2388 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118790187 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1799824 CPUtime=1.2
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 117 3 0 0 16 0 12 0 118790191 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1799824 CPUtime=0.68
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2100 0 0 0 68 0 0 0 16 0 12 0 118790191 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1799824 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1843019776 95167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 1799824

[startup+25.5013 s]
/proc/loadavg: 1.34 1.08 1.02 2/89 2400
/proc/meminfo: memFree=747296/2055920 swapFree=4157064/4192956
[pid=2388] ppid=2386 vsize=1800680 CPUtime=31.7
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 140480 0 1 0 3094 76 0 0 18 0 12 0 118790170 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 450170 128016 1317 9 0 447782 0
[pid=2388/tid=2390] ppid=2386 vsize=1800680 CPUtime=19.6
/proc/2388/task/2390/stat : 2390 (java) R 2386 2388 1951 0 -1 64 37705 0 1 0 1933 27 0 0 19 0 12 0 118790183 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1800680 CPUtime=5.06
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 39260 0 0 0 488 18 0 0 18 0 12 0 118790184 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1800680 CPUtime=5.07
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 54430 0 0 0 481 26 0 0 16 0 12 0 118790184 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1800680 CPUtime=0
/proc/2388/task/2393/stat : 2393 (java) S 2386 2388 1951 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 118790187 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1800680 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1800680 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1800680 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1843896320 128016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=1808936 CPUtime=766.54
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 1210161 0 4 0 76071 583 0 0 18 0 12 0 118790170 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 452234 420930 1320 9 0 449846 0
[pid=2388/tid=2390] ppid=2386 vsize=1808936 CPUtime=151.03
/proc/2388/task/2390/stat : 2390 (java) S 2386 2388 1951 0 -1 64 37901 0 1 0 15055 48 0 0 16 0 12 0 118790183 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1808936 CPUtime=30.1
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 209208 0 0 0 2909 101 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1808936 CPUtime=30.13
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 199945 0 0 0 2917 96 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1808936 CPUtime=553.26
/proc/2388/task/2393/stat : 2393 (java) R 2386 2388 1951 0 -1 64 754035 0 3 0 54995 331 0 0 25 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070466 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1808936 CPUtime=1.25
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 122 3 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1808936 CPUtime=0.71
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2101 0 0 0 70 1 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 766.54
Current children cumulated vsize (KiB) 1808936

[startup+739.103 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 2402
/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=1808936 CPUtime=769.74
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 1217916 0 4 0 76387 587 0 0 18 0 12 0 118790170 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 452234 420930 1320 9 0 449846 0
[pid=2388/tid=2390] ppid=2386 vsize=1808936 CPUtime=151.03
/proc/2388/task/2390/stat : 2390 (java) S 2386 2388 1951 0 -1 64 37901 0 1 0 15055 48 0 0 16 0 12 0 118790183 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1808936 CPUtime=30.1
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 209208 0 0 0 2909 101 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1808936 CPUtime=30.13
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 199945 0 0 0 2917 96 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1808936 CPUtime=556.46
/proc/2388/task/2393/stat : 2393 (java) R 2386 2388 1951 0 -1 64 761790 0 3 0 55312 334 0 0 25 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102810681 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1808936 CPUtime=1.25
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 122 3 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1808936 CPUtime=0.71
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2101 0 0 0 70 1 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 769.74
Current children cumulated vsize (KiB) 1808936

[startup+740.703 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 2402
/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=1808936 CPUtime=771.34
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 1217916 0 4 0 76547 587 0 0 18 0 12 0 118790170 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 452234 420930 1320 9 0 449846 0
[pid=2388/tid=2390] ppid=2386 vsize=1808936 CPUtime=151.03
/proc/2388/task/2390/stat : 2390 (java) S 2386 2388 1951 0 -1 64 37901 0 1 0 15055 48 0 0 16 0 12 0 118790183 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1808936 CPUtime=30.1
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 209208 0 0 0 2909 101 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1808936 CPUtime=30.13
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 199945 0 0 0 2917 96 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1808936 CPUtime=558.05
/proc/2388/task/2393/stat : 2393 (java) R 2386 2388 1951 0 -1 64 761790 0 3 0 55471 334 0 0 25 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105334003 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1808936 CPUtime=1.25
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 122 3 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1808936 CPUtime=0.71
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2101 0 0 0 70 1 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 771.34
Current children cumulated vsize (KiB) 1808936

[startup+741.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 2402
/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=1808936 CPUtime=772.14
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 1217916 0 4 0 76627 587 0 0 18 0 12 0 118790170 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 452234 420930 1320 9 0 449846 0
[pid=2388/tid=2390] ppid=2386 vsize=1808936 CPUtime=151.03
/proc/2388/task/2390/stat : 2390 (java) S 2386 2388 1951 0 -1 64 37901 0 1 0 15055 48 0 0 16 0 12 0 118790183 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1808936 CPUtime=30.1
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 209208 0 0 0 2909 101 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1808936 CPUtime=30.13
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 199945 0 0 0 2917 96 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1808936 CPUtime=558.85
/proc/2388/task/2393/stat : 2393 (java) R 2386 2388 1951 0 -1 64 761790 0 3 0 55551 334 0 0 25 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333995 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1808936 CPUtime=1.25
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 122 3 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1808936 CPUtime=0.71
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2101 0 0 0 70 1 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 772.14
Current children cumulated vsize (KiB) 1808936

[startup+741.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 2402
/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=1808936 CPUtime=772.54
/proc/2388/stat : 2388 (java) S 2386 2388 1951 0 -1 0 1217916 0 4 0 76667 587 0 0 18 0 12 0 118790170 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 452234 420930 1320 9 0 449846 0
[pid=2388/tid=2390] ppid=2386 vsize=1808936 CPUtime=151.03
/proc/2388/task/2390/stat : 2390 (java) S 2386 2388 1951 0 -1 64 37901 0 1 0 15055 48 0 0 16 0 12 0 118790183 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2391] ppid=2386 vsize=1808936 CPUtime=30.1
/proc/2388/task/2391/stat : 2391 (java) S 2386 2388 1951 0 -1 64 209208 0 0 0 2909 101 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2392] ppid=2386 vsize=1808936 CPUtime=30.13
/proc/2388/task/2392/stat : 2392 (java) S 2386 2388 1951 0 -1 64 199945 0 0 0 2917 96 0 0 16 0 12 0 118790184 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2388/tid=2393] ppid=2386 vsize=1808936 CPUtime=559.25
/proc/2388/task/2393/stat : 2393 (java) R 2386 2388 1951 0 -1 64 761790 0 3 0 55591 334 0 0 25 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882652 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2394] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2394/stat : 2394 (java) S 2386 2388 1951 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2395] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2395/stat : 2395 (java) S 2386 2388 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118790187 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2396] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2396/stat : 2396 (java) S 2386 2388 1951 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2397] ppid=2386 vsize=1808936 CPUtime=1.25
/proc/2388/task/2397/stat : 2397 (java) S 2386 2388 1951 0 -1 64 6252 0 0 0 122 3 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2398] ppid=2386 vsize=1808936 CPUtime=0.71
/proc/2388/task/2398/stat : 2398 (java) S 2386 2388 1951 0 -1 64 2101 0 0 0 70 1 0 0 16 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2399] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2399/stat : 2399 (java) S 2386 2388 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2388/tid=2400] ppid=2386 vsize=1808936 CPUtime=0
/proc/2388/task/2400/stat : 2400 (java) S 2386 2388 1951 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118790191 1852350464 420930 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 772.54
Current children cumulated vsize (KiB) 1808936

[startup+742.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 2402
/proc/meminfo: memFree=24160/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=0 CPUtime=772.88
/proc/2388/stat : 2388 (java) Z 2386 2388 1951 0 -1 12 1217931 0 4 0 76690 598 0 0 16 0 2 0 118790170 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 772.88
Current children cumulated vsize (KiB) 0

[startup+742.402 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 2403
/proc/meminfo: memFree=1483856/2055920 swapFree=4157068/4192956
[pid=2388] ppid=2386 vsize=0 CPUtime=772.98
/proc/2388/stat : 2388 (java) Z 2386 2388 1951 0 -1 12 1217931 0 4 0 76690 608 0 0 16 0 2 0 118790170 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 772.98
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 742.501
CPU time (s): 773.025
CPU user time (s): 766.908
CPU system time (s): 6.11707
CPU usage (%): 104.111
Max. virtual memory (cumulated for all children) (KiB): 1816940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 766.908
system time used= 6.11707
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1217931
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16410
involuntary context switches= 12141

runsolver used 0.821875 second user time and 2.13867 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Apr 16 07:32:25 UTC 2007

IDJOB= 354428
IDBENCH= 2520
IDSOLVER= 159
FILE ID= node30/354428-1176708740

PBS_JOBID= 4560062

Free space on /tmp= 66243 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7478f253a8ff3e29c2a001743623a20c

RANDOM SEED= 835673995

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1248912 kB
Buffers:          9676 kB
Cached:         711440 kB
SwapCached:      15188 kB
Active:         423148 kB
Inactive:       332688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248912 kB
SwapTotal:     4192956 kB
SwapFree:      4157064 kB
Dirty:          286132 kB
Writeback:           0 kB
Mapped:          40968 kB
Slab:            36628 kB
Committed_AS:  2763300 kB
PageTables:       1812 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= 66243 MiB

End job on node30 on Mon Apr 16 07:44:48 UTC 2007