Trace number 457658

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.32 457.455

General information on the benchmark

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

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10482
/proc/meminfo: memFree=1757528/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=18528 CPUtime=0
/proc/10482/stat : 10482 (runsolver) R 10480 10482 8751 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 313236981 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10482/statm: 4632 284 249 14 0 2626 0

[startup+0.0345221 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10482
/proc/meminfo: memFree=1757528/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1774248 CPUtime=0.01
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 2679 0 1 0 0 1 0 0 18 0 4 0 313236981 1816829952 2428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 443562 2428 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101185 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10482
/proc/meminfo: memFree=1757528/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1777844 CPUtime=0.07
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 3870 0 1 0 5 2 0 0 18 0 7 0 313236981 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301055 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10482
/proc/meminfo: memFree=1757528/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1782372 CPUtime=0.28
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 5424 0 1 0 25 3 0 0 18 0 12 0 313236981 1825148928 5164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 445593 5164 1265 9 0 443205 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782372

[startup+0.701093 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10482
/proc/meminfo: memFree=1757528/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1782452 CPUtime=0.83
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 6366 0 1 0 79 4 0 0 18 0 12 0 313236981 1825230848 6093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 445613 6093 1301 9 0 443225 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1782452

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 0.95 3/89 10494
/proc/meminfo: memFree=1730744/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1787720 CPUtime=1.99
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 11241 0 1 0 193 6 0 0 18 0 12 0 313236981 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446930 8829 1304 9 0 444542 0
[pid=10482/tid=10484] ppid=10480 vsize=1787720 CPUtime=1.13
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 6388 0 1 0 110 3 0 0 19 0 12 0 313236983 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484157 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 313236984 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 313236984 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 313236986 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 313236987 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 313236987 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1787720 CPUtime=0.4
/proc/10482/task/10491/stat : 10491 (java) R 10480 10482 8751 0 -1 64 1828 0 0 0 40 0 0 0 16 0 12 0 313236992 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102578065 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1787720 CPUtime=0.42
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2307 0 0 0 42 0 0 0 16 0 12 0 313236992 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1787720 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1830625280 8829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1787720

[startup+3.10231 s]
/proc/loadavg: 1.00 1.00 0.95 2/89 10494
/proc/meminfo: memFree=1724536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1788744 CPUtime=3.67
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 12455 0 1 0 360 7 0 0 18 0 12 0 313236981 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 447186 10042 1304 9 0 444798 0
[pid=10482/tid=10484] ppid=10480 vsize=1788744 CPUtime=2.7
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 7562 0 1 0 266 4 0 0 25 0 12 0 313236983 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 313236984 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 313236984 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 313236986 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 313236987 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 313236987 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1788744 CPUtime=0.45
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1866 0 0 0 45 0 0 0 16 0 12 0 313236992 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1788744 CPUtime=0.48
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2309 0 0 0 47 1 0 0 16 0 12 0 313236992 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1788744 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1831673856 10042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1788744

[startup+6.30262 s]
/proc/loadavg: 1.08 1.02 0.96 2/89 10494
/proc/meminfo: memFree=1718456/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1788044 CPUtime=6.97
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 13740 0 1 0 689 8 0 0 18 0 12 0 313236981 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 447011 11157 1304 9 0 444623 0
[pid=10482/tid=10484] ppid=10480 vsize=1788044 CPUtime=5.83
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 8797 0 1 0 578 5 0 0 25 0 12 0 313236983 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 313236984 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 313236984 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 313236986 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 313236987 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 313236987 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1788044 CPUtime=0.55
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1907 0 0 0 55 0 0 0 16 0 12 0 313236992 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1788044 CPUtime=0.56
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2318 0 0 0 55 1 0 0 16 0 12 0 313236992 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1788044 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1830957056 11157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 1788044

[startup+12.7022 s]
/proc/loadavg: 1.07 1.02 0.96 2/89 10494
/proc/meminfo: memFree=1713400/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785412 CPUtime=13.37
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 15505 0 1 0 1327 10 0 0 18 0 12 0 313236981 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446353 12279 1304 9 0 443965 0
[pid=10482/tid=10484] ppid=10480 vsize=1785412 CPUtime=12.23
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 10562 0 1 0 1216 7 0 0 25 0 12 0 313236983 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481705 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 313236984 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 313236984 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 313236986 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 313236987 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 313236987 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785412 CPUtime=0.55
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1907 0 0 0 55 0 0 0 17 0 12 0 313236992 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785412 CPUtime=0.56
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2318 0 0 0 55 1 0 0 16 0 12 0 313236992 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828261888 12279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 1785412

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 0.96 2/89 10494
/proc/meminfo: memFree=1703160/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785412 CPUtime=26.21
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 17967 0 1 0 2609 12 0 0 18 0 12 0 313236981 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446353 14737 1304 9 0 443965 0
[pid=10482/tid=10484] ppid=10480 vsize=1785412 CPUtime=25.01
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 13014 0 1 0 2491 10 0 0 25 0 12 0 313236983 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 313236984 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 313236984 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 313236986 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 313236987 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 313236987 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785412 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828261888 14737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785736 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785736 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.2
Current children cumulated vsize (KiB) 1785736

[startup+455.902 s]
/proc/loadavg: 1.00 1.00 0.96 2/89 10496
/proc/meminfo: memFree=1572536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785736 CPUtime=456.79
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 50659 0 1 0 45635 44 0 0 18 0 12 0 313236981 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446434 47122 1313 9 0 444046 0
[pid=10482/tid=10484] ppid=10480 vsize=1785736 CPUtime=455
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 37682 0 1 0 45462 38 0 0 25 0 12 0 313236983 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481493 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 4238 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 3679 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 313236986 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785736 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785736 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.79
Current children cumulated vsize (KiB) 1785736

[startup+456.703 s]
/proc/loadavg: 1.00 1.00 0.96 2/89 10496
/proc/meminfo: memFree=1572536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785736 CPUtime=457.6
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 50659 0 1 0 45716 44 0 0 18 0 12 0 313236981 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446434 47122 1313 9 0 444046 0
[pid=10482/tid=10484] ppid=10480 vsize=1785736 CPUtime=455.8
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 37682 0 1 0 45542 38 0 0 25 0 12 0 313236983 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481764 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 4238 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 3679 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 313236986 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785736 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785736 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.6
Current children cumulated vsize (KiB) 1785736

[startup+457.103 s]
/proc/loadavg: 1.00 1.00 0.96 2/89 10496
/proc/meminfo: memFree=1572536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785736 CPUtime=458
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 50659 0 1 0 45756 44 0 0 18 0 12 0 313236981 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446434 47122 1313 9 0 444046 0
[pid=10482/tid=10484] ppid=10480 vsize=1785736 CPUtime=456.2
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 37682 0 1 0 45582 38 0 0 25 0 12 0 313236983 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 4238 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 3679 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 313236986 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785736 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785736 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458
Current children cumulated vsize (KiB) 1785736

[startup+457.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/89 10496
/proc/meminfo: memFree=1572536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1785736 CPUtime=458.2
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 50659 0 1 0 45776 44 0 0 18 0 12 0 313236981 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446434 47122 1313 9 0 444046 0
[pid=10482/tid=10484] ppid=10480 vsize=1785736 CPUtime=456.4
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 8751 0 -1 64 37682 0 1 0 45602 38 0 0 25 0 12 0 313236983 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 4238 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1785736 CPUtime=0.22
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 3679 0 0 0 21 1 0 0 16 0 12 0 313236984 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 313236986 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1785736 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1785736 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1785736 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828593664 47122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.2
Current children cumulated vsize (KiB) 1785736

[startup+457.403 s]
/proc/loadavg: 1.00 1.00 0.96 2/89 10496
/proc/meminfo: memFree=1572536/2055920 swapFree=4141216/4192956
[pid=10482] ppid=10480 vsize=1786060 CPUtime=458.29
/proc/10482/stat : 10482 (java) S 10480 10482 8751 0 -1 0 50675 0 1 0 45785 44 0 0 18 0 12 0 313236981 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10482/statm: 446515 47138 1318 9 0 444127 0
[pid=10482/tid=10484] ppid=10480 vsize=1786060 CPUtime=456.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 8751 0 -1 64 37693 0 1 0 45611 38 0 0 25 0 12 0 313236983 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1786060 CPUtime=0.22
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 8751 0 -1 64 4238 0 0 0 21 1 0 0 16 0 12 0 313236984 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1786060 CPUtime=0.22
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 8751 0 -1 64 3679 0 0 0 21 1 0 0 16 0 12 0 313236984 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 8751 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 313236986 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 8751 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 313236987 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 8751 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 313236987 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 313236992 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1786060 CPUtime=0.64
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 8751 0 -1 64 1912 0 0 0 64 0 0 0 16 0 12 0 313236992 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1786060 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 8751 0 -1 64 2425 0 0 0 65 1 0 0 16 0 12 0 313236992 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 313236992 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1786060 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 8751 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 313236992 1828925440 47138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 1786060

Child status: 1
Real time (s): 457.455
CPU time (s): 458.32
CPU user time (s): 457.85
CPU system time (s): 0.469928
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 1789048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.85
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9786
involuntary context switches= 18803

runsolver used 0.443932 second user time and 1.23881 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat May  5 13:33:12 UTC 2007

IDJOB= 457658
IDBENCH= 48356
IDSOLVER= 159
FILE ID= node4/457658-1178371992

PBS_JOBID= 5188990

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_2_80.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/457658-1178371992/sat4jPseudoResolution.jar /tmp/evaluation/457658-1178371992/instance-457658-1178371992.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-457658-1178371992 -o ROOT/results/node4/solver-457658-1178371992 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/457658-1178371992/sat4jPseudoResolution.jar /tmp/evaluation/457658-1178371992/instance-457658-1178371992.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f309126dc76153b39022a856cb65e640

RANDOM SEED= 803740358

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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	: 5931.00
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:       1757936 kB
Buffers:         41756 kB
Cached:         165008 kB
SwapCached:      15188 kB
Active:         150684 kB
Inactive:        81420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757936 kB
SwapTotal:     4192956 kB
SwapFree:      4141216 kB
Dirty:            4572 kB
Writeback:           0 kB
Mapped:          32180 kB
Slab:            51396 kB
Committed_AS:  9823060 kB
PageTables:       1824 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 node4 on Sat May  5 13:40:50 UTC 2007