Trace number 457358

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? 458.546 457.855

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_15.opb
MD5SUMdc4640b37e8ff69e4d6e183444e5d071
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.24205
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data (download as text)

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

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/node25/watcher-457358-1178368088 -o ROOT/results/node25/solver-457358-1178368088 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/457358-1178368088/sat4jPseudoResolution.jar /tmp/evaluation/457358-1178368088/instance-457358-1178368088.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.04 1.00 0.92 2/64 749
/proc/meminfo: memFree=1482136/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=148 CPUtime=0
/proc/749/stat : 749 (java) R 747 749 32068 0 -1 0 34 0 0 0 0 0 0 0 19 0 1 0 284725901 151552 20 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10029709 0 0 4096 0 0 0 0 17 1 0 0
/proc/749/statm: 38 26 19 9 0 4 0

[startup+0.090186 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 749
/proc/meminfo: memFree=1482136/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1776088 CPUtime=0.03
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 3192 0 29 0 1 2 0 0 18 0 4 0 284725901 1818714112 2969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 444022 2969 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101187 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 749
/proc/meminfo: memFree=1482136/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1776544 CPUtime=0.04
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 3456 0 29 0 2 2 0 0 18 0 4 0 284725901 1819181056 3231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 444136 3231 1033 9 0 441772 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776544

[startup+0.301223 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 749
/proc/meminfo: memFree=1482136/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1781420 CPUtime=0.19
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 4761 0 29 0 15 4 0 0 18 0 12 0 284725901 1824174080 4529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 445355 4529 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1781420

[startup+0.701291 s]
/proc/loadavg: 1.04 1.00 0.92 2/64 749
/proc/meminfo: memFree=1482136/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1781452 CPUtime=0.7
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 6076 0 29 0 65 5 0 0 18 0 12 0 284725901 1824206848 5844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 445363 5844 1298 9 0 442975 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1781452

[startup+1.50243 s]
/proc/loadavg: 1.04 1.00 0.92 3/76 761
/proc/meminfo: memFree=1449528/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1788904 CPUtime=1.89
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 10580 0 29 0 182 7 0 0 18 0 12 0 284725901 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 447226 8786 1304 9 0 444838 0
[pid=749/tid=751] ppid=747 vsize=1788904 CPUtime=1.04
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 6269 0 1 0 99 5 0 0 19 0 12 0 284725907 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484594 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=752] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 284725909 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 284725909 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284725911 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=755] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 284725912 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 284725912 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1788904 CPUtime=0.35
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1468 0 0 0 35 0 0 0 16 0 12 0 284725918 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1788904 CPUtime=0.46
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2151 0 0 0 46 0 0 0 16 0 12 0 284725918 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1831837696 8786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1788904

[startup+3.1027 s]
/proc/loadavg: 1.03 1.00 0.92 3/76 761
/proc/meminfo: memFree=1442744/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1788904 CPUtime=3.56
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 11861 0 29 0 347 9 0 0 18 0 12 0 284725901 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 447226 10066 1304 9 0 444838 0
[pid=749/tid=751] ppid=747 vsize=1788904 CPUtime=2.59
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 7532 0 1 0 253 6 0 0 25 0 12 0 284725907 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484542 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=752] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 284725909 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 284725909 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284725911 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=755] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 284725912 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 284725912 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1788904 CPUtime=0.42
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1485 0 0 0 42 0 0 0 16 0 12 0 284725918 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1788904 CPUtime=0.51
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2152 0 0 0 51 0 0 0 16 0 12 0 284725918 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1788904 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1831837696 10066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1788904

[startup+6.30225 s]
/proc/loadavg: 1.03 1.00 0.92 2/76 761
/proc/meminfo: memFree=1436152/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1788840 CPUtime=6.86
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 13117 0 29 0 676 10 0 0 18 0 12 0 284725901 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 447210 11312 1304 9 0 444822 0
[pid=749/tid=751] ppid=747 vsize=1788840 CPUtime=5.72
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 8753 0 1 0 565 7 0 0 25 0 12 0 284725907 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109603114 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=752] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 284725909 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 284725909 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284725911 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=755] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 284725912 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 284725912 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1788840 CPUtime=0.5
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1504 0 0 0 50 0 0 0 16 0 12 0 284725918 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1788840 CPUtime=0.59
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2168 0 0 0 59 0 0 0 16 0 12 0 284725918 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1788840 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1831772160 11312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1788840

[startup+12.7023 s]
/proc/loadavg: 1.03 1.00 0.92 2/76 761
/proc/meminfo: memFree=1431288/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=13.25
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 14880 0 29 0 1313 12 0 0 18 0 12 0 284725901 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 12359 1304 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=12.12
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 10516 0 1 0 1203 9 0 0 25 0 12 0 284725907 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 284725909 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 284725909 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 284725912 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 284725912 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.5
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1504 0 0 0 50 0 0 0 16 0 12 0 284725918 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2168 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 12359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 1785832

[startup+25.5015 s]
/proc/loadavg: 1.02 1.00 0.92 2/76 761
/proc/meminfo: memFree=1421240/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=26.1
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 17349 0 29 0 2595 15 0 0 18 0 12 0 284725901 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 14828 1304 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=24.89
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 12980 0 1 0 2477 12 0 0 25 0 12 0 284725907 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484594 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 284725909 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 284725909 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 284725912 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 284725912 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 14828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 455.04
Current children cumulated vsize (KiB) 1785832

[startup+455.902 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 761
/proc/meminfo: memFree=1290936/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=456.63
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 50020 0 29 0 45618 45 0 0 18 0 12 0 284725901 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 47153 1313 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=454.86
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 37682 0 1 0 45448 38 0 0 25 0 12 0 284725907 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0.2
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 4227 0 0 0 19 1 0 0 16 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0.21
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 3726 0 0 0 19 2 0 0 18 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 456.63
Current children cumulated vsize (KiB) 1785832

[startup+456.701 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 761
/proc/meminfo: memFree=1290936/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=457.43
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 50020 0 29 0 45698 45 0 0 18 0 12 0 284725901 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 47153 1313 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=455.66
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 37682 0 1 0 45528 38 0 0 25 0 12 0 284725907 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0.2
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 4227 0 0 0 19 1 0 0 16 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0.21
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 3726 0 0 0 19 2 0 0 18 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.43
Current children cumulated vsize (KiB) 1785832

[startup+457.501 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 761
/proc/meminfo: memFree=1290936/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=458.23
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 50020 0 29 0 45778 45 0 0 18 0 12 0 284725901 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 47153 1313 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=456.46
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 37682 0 1 0 45608 38 0 0 25 0 12 0 284725907 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477995 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0.2
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 4227 0 0 0 19 1 0 0 16 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0.21
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 3726 0 0 0 19 2 0 0 18 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.23
Current children cumulated vsize (KiB) 1785832

[startup+457.701 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 761
/proc/meminfo: memFree=1290936/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1785832 CPUtime=458.43
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 50020 0 29 0 45798 45 0 0 18 0 12 0 284725901 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446458 47153 1313 9 0 444070 0
[pid=749/tid=751] ppid=747 vsize=1785832 CPUtime=456.66
/proc/749/task/751/stat : 751 (java) R 747 749 32068 0 -1 64 37682 0 1 0 45628 38 0 0 25 0 12 0 284725907 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1785832 CPUtime=0.2
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 4227 0 0 0 19 1 0 0 16 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1785832 CPUtime=0.21
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 3726 0 0 0 19 2 0 0 18 0 12 0 284725909 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284725911 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=755] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1785832 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1785832 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1785832 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1828691968 47153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.43
Current children cumulated vsize (KiB) 1785832

[startup+457.801 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 761
/proc/meminfo: memFree=1290936/2055920 swapFree=4183080/4192956
[pid=749] ppid=747 vsize=1786156 CPUtime=458.5
/proc/749/stat : 749 (java) S 747 749 32068 0 -1 0 50036 0 29 0 45805 45 0 0 18 0 12 0 284725901 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/749/statm: 446539 47169 1318 9 0 444151 0
[pid=749/tid=751] ppid=747 vsize=1786156 CPUtime=456.74
/proc/749/task/751/stat : 751 (java) S 747 749 32068 0 -1 64 37693 0 1 0 45635 39 0 0 24 0 12 0 284725907 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=752] ppid=747 vsize=1786156 CPUtime=0.2
/proc/749/task/752/stat : 752 (java) S 747 749 32068 0 -1 64 4227 0 0 0 19 1 0 0 16 0 12 0 284725909 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=753] ppid=747 vsize=1786156 CPUtime=0.21
/proc/749/task/753/stat : 753 (java) S 747 749 32068 0 -1 64 3726 0 0 0 19 2 0 0 18 0 12 0 284725909 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=754] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/754/stat : 754 (java) S 747 749 32068 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284725911 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=755] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/755/stat : 755 (java) S 747 749 32068 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284725912 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=756] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/756/stat : 756 (java) S 747 749 32068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284725912 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=757] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/757/stat : 757 (java) S 747 749 32068 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 284725918 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=758] ppid=747 vsize=1786156 CPUtime=0.59
/proc/749/task/758/stat : 758 (java) S 747 749 32068 0 -1 64 1512 0 0 0 59 0 0 0 16 0 12 0 284725918 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=749/tid=759] ppid=747 vsize=1786156 CPUtime=0.7
/proc/749/task/759/stat : 759 (java) S 747 749 32068 0 -1 64 2178 0 0 0 70 0 0 0 16 0 12 0 284725918 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=760] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/760/stat : 760 (java) S 747 749 32068 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284725918 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=749/tid=761] ppid=747 vsize=1786156 CPUtime=0
/proc/749/task/761/stat : 761 (java) S 747 749 32068 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284725918 1829023744 47169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.5
Current children cumulated vsize (KiB) 1786156

Child status: 1
Real time (s): 457.855
CPU time (s): 458.546
CPU user time (s): 458.058
CPU system time (s): 0.487925
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 1789472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.058
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50040
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10105
involuntary context switches= 2185

runsolver used 0.489925 second user time and 1.18682 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat May  5 12:28:08 UTC 2007

IDJOB= 457358
IDBENCH= 48336
IDSOLVER= 159
FILE ID= node25/457358-1178368088

PBS_JOBID= 5189200

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  dc4640b37e8ff69e4d6e183444e5d071

RANDOM SEED= 763071685

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1482552 kB
Buffers:         28276 kB
Cached:         432500 kB
SwapCached:       3936 kB
Active:          45492 kB
Inactive:       431100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482552 kB
SwapTotal:     4192956 kB
SwapFree:      4183080 kB
Dirty:            4708 kB
Writeback:           0 kB
Mapped:          21836 kB
Slab:            82808 kB
Committed_AS:  8360388 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB

End job on node25 on Sat May  5 12:35:46 UTC 2007