Trace number 457508

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? 455.907 455.148

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_15.opb
MD5SUM318a02509ac7733b5c1657e14975af2b
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.95194
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)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.88 0.97 0.94 2/78 7966
/proc/meminfo: memFree=1431936/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=152 CPUtime=0
/proc/7966/stat : 7966 (java) D 7964 7966 6922 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 284862641 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7966/statm: 38 26 19 9 0 4 0

[startup+0.055517 s]
/proc/loadavg: 0.88 0.97 0.94 2/78 7966
/proc/meminfo: memFree=1431936/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=12056 CPUtime=0.01
/proc/7966/stat : 7966 (java) R 7964 7966 6922 0 -1 0 371 0 16 0 0 1 0 0 18 0 1 0 284862641 12345344 196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3138346 0 0 4096 0 0 0 0 17 0 0 0
/proc/7966/statm: 3014 196 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.103437 s]
/proc/loadavg: 0.88 0.97 0.94 2/78 7966
/proc/meminfo: memFree=1431936/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1772952 CPUtime=0.03
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 1819 0 26 0 0 3 0 0 18 0 2 0 284862641 1815502848 1595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 443238 1595 381 9 0 441252 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1772952

[startup+0.301465 s]
/proc/loadavg: 0.88 0.97 0.94 2/78 7966
/proc/meminfo: memFree=1431936/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1780284 CPUtime=0.17
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 4238 0 33 0 10 7 0 0 18 0 12 0 284862641 1823010816 4013 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 445071 4013 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1780284

[startup+0.702538 s]
/proc/loadavg: 0.88 0.97 0.94 2/78 7966
/proc/meminfo: memFree=1431936/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1781520 CPUtime=0.68
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 5992 0 33 0 60 8 0 0 18 0 12 0 284862641 1824276480 5762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 445380 5762 1294 9 0 442992 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1781520

[startup+1.50169 s]
/proc/loadavg: 0.88 0.97 0.94 4/90 7978
/proc/meminfo: memFree=1397024/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1788352 CPUtime=1.87
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 10842 0 33 0 177 10 0 0 18 0 12 0 284862641 1831272448 8630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 447088 8630 1304 9 0 444700 0
[pid=7966/tid=7968] ppid=7964 vsize=1788352 CPUtime=1.02
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 6165 0 8 0 97 5 0 0 19 0 12 0 284862648 1831272448 8630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487561 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 284862652 1831272448 8630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 284862652 1831272448 8630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284862656 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 284862656 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 284862656 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1788352 CPUtime=0.43
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2358 0 0 0 43 0 0 0 16 0 12 0 284862663 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1788352 CPUtime=0.36
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1623 0 0 0 36 0 0 0 16 0 12 0 284862663 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1831272448 8631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1788352

[startup+3.102 s]
/proc/loadavg: 0.88 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1390688/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1788352 CPUtime=3.56
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 12188 0 33 0 345 11 0 0 18 0 12 0 284862641 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 447088 9949 1304 9 0 444700 0
[pid=7966/tid=7968] ppid=7964 vsize=1788352 CPUtime=2.59
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 7471 0 8 0 253 6 0 0 25 0 12 0 284862648 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481778 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 284862652 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 284862652 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284862656 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 284862656 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 284862656 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1788352 CPUtime=0.48
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2369 0 0 0 48 0 0 0 17 0 12 0 284862663 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1788352 CPUtime=0.43
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1652 0 0 0 42 1 0 0 15 0 12 0 284862663 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1788352 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1831272448 9949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1788352

[startup+6.3016 s]
/proc/loadavg: 0.89 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1383776/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1787040 CPUtime=6.86
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 13495 0 33 0 674 12 0 0 18 0 12 0 284862641 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446760 11009 1304 9 0 444372 0
[pid=7966/tid=7968] ppid=7964 vsize=1787040 CPUtime=5.72
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 8723 0 8 0 565 7 0 0 25 0 12 0 284862648 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481778 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 284862652 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 284862652 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284862656 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 284862656 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 284862656 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1787040 CPUtime=0.56
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2374 0 0 0 56 0 0 0 16 0 12 0 284862663 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1787040 CPUtime=0.52
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1702 0 0 0 51 1 0 0 16 0 12 0 284862663 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1787040 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1829928960 11009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1787040

[startup+12.7018 s]
/proc/loadavg: 0.90 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1378856/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=13.26
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 15276 0 33 0 1313 13 0 0 18 0 12 0 284862641 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 12351 1304 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=12.12
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 10504 0 8 0 1204 8 0 0 25 0 12 0 284862648 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 284862652 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 284862652 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 284862656 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 284862656 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.56
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2374 0 0 0 56 0 0 0 16 0 12 0 284862663 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.52
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1702 0 0 0 51 1 0 0 16 0 12 0 284862663 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 12351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785496

[startup+25.5022 s]
/proc/loadavg: 0.92 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1368616/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=26.11
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 17742 0 33 0 2596 15 0 0 18 0 12 0 284862641 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 14817 1304 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=24.9
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 12963 0 8 0 2479 11 0 0 25 0 12 0 284862648 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 284862652 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 284862652 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 284862656 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 284862656 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 14817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 448.67
Current children cumulated vsize (KiB) 1785496

[startup+451.103 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1238248/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=451.87
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 50158 0 33 0 45137 50 0 0 18 0 12 0 284862641 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 47174 1313 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=450.1
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 37677 0 8 0 44969 41 0 0 25 0 12 0 284862648 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487285 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3912 0 0 0 18 2 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 3775 0 0 0 19 1 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 451.87
Current children cumulated vsize (KiB) 1785496

[startup+452.703 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1238248/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=453.47
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 50158 0 33 0 45297 50 0 0 18 0 12 0 284862641 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 47174 1313 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=451.7
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 37677 0 8 0 45129 41 0 0 25 0 12 0 284862648 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3912 0 0 0 18 2 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 3775 0 0 0 19 1 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 453.47
Current children cumulated vsize (KiB) 1785496

[startup+454.305 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1238248/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=455.07
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 50158 0 33 0 45457 50 0 0 18 0 12 0 284862641 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 47174 1313 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=453.3
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 37677 0 8 0 45289 41 0 0 25 0 12 0 284862648 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487516 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3912 0 0 0 18 2 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 3775 0 0 0 19 1 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.07
Current children cumulated vsize (KiB) 1785496

[startup+454.701 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1238248/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=455.47
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 50158 0 33 0 45497 50 0 0 18 0 12 0 284862641 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 47174 1313 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=453.7
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 37677 0 8 0 45329 41 0 0 25 0 12 0 284862648 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109481778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3912 0 0 0 18 2 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 3775 0 0 0 19 1 0 0 16 0 12 0 284862652 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.47
Current children cumulated vsize (KiB) 1785496

[startup+455.101 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 7978
/proc/meminfo: memFree=1238248/2055920 swapFree=4145672/4192956
[pid=7966] ppid=7964 vsize=1785496 CPUtime=455.87
/proc/7966/stat : 7966 (java) S 7964 7966 6922 0 -1 0 50163 0 33 0 45537 50 0 0 18 0 12 0 284862641 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7966/statm: 446374 47179 1317 9 0 443986 0
[pid=7966/tid=7968] ppid=7964 vsize=1785496 CPUtime=454.1
/proc/7966/task/7968/stat : 7968 (java) R 7964 7966 6922 0 -1 64 37682 0 8 0 45369 41 0 0 24 0 12 0 284862648 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109212964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7969/stat : 7969 (java) S 7964 7966 6922 0 -1 64 3912 0 0 0 18 2 0 0 16 0 12 0 284862652 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7966/tid=7970] ppid=7964 vsize=1785496 CPUtime=0.2
/proc/7966/task/7970/stat : 7970 (java) S 7964 7966 6922 0 -1 64 3775 0 0 0 19 1 0 0 16 0 12 0 284862652 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7971] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7971/stat : 7971 (java) S 7964 7966 6922 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7972] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7972/stat : 7972 (java) S 7964 7966 6922 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 284862656 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7973] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7973/stat : 7973 (java) S 7964 7966 6922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 284862656 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7974] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7974/stat : 7974 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 284862663 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7975] ppid=7964 vsize=1785496 CPUtime=0.67
/proc/7966/task/7975/stat : 7975 (java) S 7964 7966 6922 0 -1 64 2386 0 0 0 67 0 0 0 17 0 12 0 284862663 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7976] ppid=7964 vsize=1785496 CPUtime=0.62
/proc/7966/task/7976/stat : 7976 (java) S 7964 7966 6922 0 -1 64 1709 0 0 0 61 1 0 0 17 0 12 0 284862663 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7977] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7977/stat : 7977 (java) S 7964 7966 6922 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 284862663 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7966/tid=7978] ppid=7964 vsize=1785496 CPUtime=0
/proc/7966/task/7978/stat : 7978 (java) S 7964 7966 6922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 284862663 1828347904 47179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.87
Current children cumulated vsize (KiB) 1785496

Child status: 1
Real time (s): 455.148
CPU time (s): 455.907
CPU user time (s): 455.374
CPU system time (s): 0.532918
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 1789156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.374
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50177
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10062
involuntary context switches= 10056

runsolver used 0.516921 second user time and 1.15482 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sat May  5 12:51:42 UTC 2007

IDJOB= 457508
IDBENCH= 48346
IDSOLVER= 159
FILE ID= node37/457508-1178369502

PBS_JOBID= 5189192

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  318a02509ac7733b5c1657e14975af2b

RANDOM SEED= 543118467

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1432344 kB
Buffers:         38084 kB
Cached:         451756 kB
SwapCached:      15196 kB
Active:         225732 kB
Inactive:       293412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432344 kB
SwapTotal:     4192956 kB
SwapFree:      4145672 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:          36176 kB
Slab:            89780 kB
Committed_AS:  6672152 kB
PageTables:       2020 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 node37 on Sat May  5 12:59:17 UTC 2007