Trace number 332007

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
SAT4J JVM PARAM CHANGED SAT 2007UNSAT 568.11 567.687

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k25.cnf
MD5SUMd10c82c196802e1e81b346181f7034df
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.3352
Satisfiable
(Un)Satisfiability was proved
Number of variables36005
Number of clauses160448
Sum of the clauses size412614
Maximum clause length20
Minimum clause length1
Number of clauses of size 1303
Number of clauses of size 2124826
Number of clauses of size 317687
Number of clauses of size 47200
Number of clauses of size 53144
Number of clauses of size over 57288

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c Expensive reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c timeout: 2147483s
0.21/0.20	c solving /tmp/evaluation/332007-1173365001/instance-332007-1173365001.cnf
0.21/0.20	c reading problem ... 
0.91/0.81	c ... done. Wall clock time 0.612s.
0.91/0.81	c CPU time (experimental) 0.7s.
0.91/0.81	c #vars     36005
0.91/0.81	c #constraints  159853
568.05/567.63	c starts		: 17
568.05/567.63	c conflicts		: 159432
568.05/567.63	c decisions		: 279700
568.05/567.63	c propagations		: 268195839
568.05/567.63	c inspects		: 1350418712
568.05/567.63	c learnt literals	: 140
568.05/567.63	c learnt binary clauses	: 1603
568.05/567.63	c learnt ternary clauses	: 2185
568.05/567.63	c learnt clauses	: 159291
568.05/567.63	c root simplifications	: 0
568.05/567.63	c removed literals (reason simplification)	: 14798434
568.05/567.63	c reason swapping (by a shorter reason)	: 0
568.05/567.63	c Calls to reduceDB	: 0
568.05/567.63	c speed (decisions/second)	: 493.49302017022603
568.05/567.63	c non guided choices	924
568.05/567.63	s UNSATISFIABLE
568.05/567.63	c Total wall clock time (in seconds) : 567.433
568.05/567.63	c Total CPU time (experimental, in seconds) : 567.13

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-332007-1173365001 -o ROOT/results/node1/solver-332007-1173365001 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332007-1173365001/sat4j-sat2007.jar /tmp/evaluation/332007-1173365001/instance-332007-1173365001.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.92 0.98 0.93 2/77 2146
/proc/meminfo: memFree=1740096/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1800 CPUtime=0
/proc/2146/stat : 2146 (java6) D 2144 2146 1973 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 356455252 1843200 138 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2146/statm: 450 138 101 9 0 92 0

[startup+0.0289769 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 2146
/proc/meminfo: memFree=1740096/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1774248 CPUtime=0.01
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 2609 0 1 0 0 1 0 0 18 0 4 0 356455252 1816829952 2358 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 443562 2358 431 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.102987 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 2146
/proc/meminfo: memFree=1740096/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1780108 CPUtime=0.09
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 3978 0 1 0 7 2 0 0 18 0 12 0 356455252 1822830592 3720 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.303015 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 2146
/proc/meminfo: memFree=1740096/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1782432 CPUtime=0.31
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 5472 0 1 0 28 3 0 0 18 0 12 0 356455252 1825210368 5211 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 445608 5211 1272 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782432

[startup+0.701048 s]
/proc/loadavg: 0.92 0.98 0.93 2/77 2146
/proc/meminfo: memFree=1740096/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1782464 CPUtime=0.81
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 8373 0 1 0 77 4 0 0 18 0 12 0 356455252 1825243136 8087 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 445616 8088 1289 9 0 443228 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782464

[startup+1.50215 s]
/proc/loadavg: 0.92 0.98 0.93 3/90 2159
/proc/meminfo: memFree=1705752/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1787844 CPUtime=1.98
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 12186 0 1 0 192 6 0 0 18 0 13 0 356455252 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446961 10760 1309 9 0 444573 0
[pid=2146/tid=2148] ppid=2144 vsize=1787844 CPUtime=1.26
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 8553 0 1 0 122 4 0 0 21 0 13 0 356455253 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 356455257 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1787844 CPUtime=0.37
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1482 0 0 0 37 0 0 0 15 0 13 0 356455262 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1787844 CPUtime=0.32
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1429 0 0 0 32 0 0 0 16 0 13 0 356455262 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1830752256 10760 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1787844

[startup+3.10134 s]
/proc/loadavg: 0.93 0.98 0.93 3/90 2159
/proc/meminfo: memFree=1701592/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1787844 CPUtime=3.67
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 12331 0 1 0 361 6 0 0 18 0 13 0 356455252 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446961 10881 1315 9 0 444573 0
[pid=2146/tid=2148] ppid=2144 vsize=1787844 CPUtime=2.83
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 8655 0 1 0 279 4 0 0 25 0 13 0 356455253 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602785 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 356455257 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1787844 CPUtime=0.41
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1513 0 0 0 41 0 0 0 16 0 13 0 356455262 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1787844 CPUtime=0.4
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1441 0 0 0 40 0 0 0 16 0 13 0 356455262 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1787844 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1830752256 10881 18446744073709551615 134512640 134550740 4294956400 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) 1787844

[startup+6.3027 s]
/proc/loadavg: 0.93 0.98 0.93 2/90 2159
/proc/meminfo: memFree=1700760/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1787588 CPUtime=6.87
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 12482 0 1 0 681 6 0 0 18 0 13 0 356455252 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446897 10948 1315 9 0 444509 0
[pid=2146/tid=2148] ppid=2144 vsize=1787588 CPUtime=6.01
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 8805 0 1 0 597 4 0 0 21 0 13 0 356455253 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109641418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1787588 CPUtime=0.43
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1513 0 0 0 43 0 0 0 16 0 13 0 356455262 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1787588 CPUtime=0.4
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1441 0 0 0 40 0 0 0 15 0 13 0 356455262 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1787588 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1830490112 10948 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1787588

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.93 2/90 2159
/proc/meminfo: memFree=1701528/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=13.3
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 12794 0 1 0 1323 7 0 0 18 0 13 0 356455252 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 10764 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=12.38
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 9109 0 1 0 1233 5 0 0 25 0 13 0 356455253 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109634184 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.46
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 46 0 0 0 16 0 13 0 356455262 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.44
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1443 0 0 0 44 0 0 0 16 0 13 0 356455262 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 10764 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1785388

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.93 2/90 2159
/proc/meminfo: memFree=1698584/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=26.1
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 13516 0 1 0 2602 8 0 0 18 0 13 0 356455252 1828237312 11486 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 11486 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=25.17
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 9831 0 1 0 2511 6 0 0 25 0 13 0 356455253 1828237312 11486 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109555206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 11486 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 11486 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.55
Current children cumulated vsize (KiB) 1785388

[startup+564.703 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2161
/proc/meminfo: memFree=1643608/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=565.15
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 27182 0 1 0 56487 28 0 0 18 0 13 0 356455252 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 25152 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=564.2
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 23496 0 1 0 56394 26 0 0 25 0 13 0 356455253 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109667680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.47
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 47 0 0 0 16 0 13 0 356455262 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.45
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1444 0 0 0 45 0 0 0 17 0 13 0 356455262 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25152 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 565.15
Current children cumulated vsize (KiB) 1785388

[startup+566.303 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2161
/proc/meminfo: memFree=1643544/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=566.75
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 27222 0 1 0 56647 28 0 0 18 0 13 0 356455252 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 25192 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=565.8
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 23536 0 1 0 56554 26 0 0 25 0 13 0 356455253 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109556829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.47
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 47 0 0 0 16 0 13 0 356455262 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.45
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1444 0 0 0 45 0 0 0 17 0 13 0 356455262 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25192 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 566.75
Current children cumulated vsize (KiB) 1785388

[startup+567.101 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2161
/proc/meminfo: memFree=1643416/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=567.55
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 27231 0 1 0 56727 28 0 0 18 0 13 0 356455252 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 25201 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=566.6
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 23545 0 1 0 56634 26 0 0 25 0 13 0 356455253 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.47
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 47 0 0 0 16 0 13 0 356455262 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.45
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1444 0 0 0 45 0 0 0 17 0 13 0 356455262 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25201 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 567.55
Current children cumulated vsize (KiB) 1785388

[startup+567.501 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2161
/proc/meminfo: memFree=1643224/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=567.95
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 27263 0 1 0 56767 28 0 0 18 0 13 0 356455252 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 25233 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=567
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 23577 0 1 0 56674 26 0 0 25 0 13 0 356455253 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109578978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.47
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 47 0 0 0 16 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.45
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1444 0 0 0 45 0 0 0 17 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 567.95
Current children cumulated vsize (KiB) 1785388

[startup+567.605 s]
/proc/loadavg: 0.99 0.98 0.93 2/90 2161
/proc/meminfo: memFree=1643224/2055920 swapFree=4159120/4192956
[pid=2146] ppid=2144 vsize=1785388 CPUtime=568.05
/proc/2146/stat : 2146 (java) S 2144 2146 1973 0 -1 0 27263 0 1 0 56777 28 0 0 18 0 13 0 356455252 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2146/statm: 446347 25233 1316 9 0 443959 0
[pid=2146/tid=2148] ppid=2144 vsize=1785388 CPUtime=567.1
/proc/2146/task/2148/stat : 2148 (java) R 2144 2146 1973 0 -1 64 23577 0 1 0 56684 26 0 0 25 0 13 0 356455253 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109716785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2149] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2149/stat : 2149 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356455255 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2150] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2150/stat : 2150 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455255 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2151] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2151/stat : 2151 (java) S 2144 2146 1973 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356455257 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2152] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2152/stat : 2152 (java) S 2144 2146 1973 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 356455258 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2153] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2153/stat : 2153 (java) S 2144 2146 1973 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356455258 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2154] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2154/stat : 2154 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2155] ppid=2144 vsize=1785388 CPUtime=0.47
/proc/2146/task/2155/stat : 2155 (java) S 2144 2146 1973 0 -1 64 1519 0 0 0 47 0 0 0 16 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2156] ppid=2144 vsize=1785388 CPUtime=0.45
/proc/2146/task/2156/stat : 2156 (java) S 2144 2146 1973 0 -1 64 1444 0 0 0 45 0 0 0 17 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2146/tid=2157] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2157/stat : 2157 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2158] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2158/stat : 2158 (java) S 2144 2146 1973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356455262 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2146/tid=2159] ppid=2144 vsize=1785388 CPUtime=0
/proc/2146/task/2159/stat : 2159 (java) S 2144 2146 1973 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 356455346 1828237312 25233 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 568.05
Current children cumulated vsize (KiB) 1785388

Child status: 20
Real time (s): 567.687
CPU time (s): 568.11
CPU user time (s): 567.81
CPU system time (s): 0.299954
CPU usage (%): 100.074
Max. virtual memory (cumulated for all children) (KiB): 1787844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 567.81
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27276
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= 11911
involuntary context switches= 11292

runsolver used 0.486925 second user time and 1.60176 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Thu Mar  8 14:43:22 UTC 2007

IDJOB= 332007
IDBENCH= 20550
IDSOLVER= 141
FILE ID= node1/332007-1173365001

PBS_JOBID= 4045335

Free space on /tmp= 66397 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k25.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332007-1173365001/sat4j-sat2007.jar /tmp/evaluation/332007-1173365001/instance-332007-1173365001.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-332007-1173365001 -o ROOT/results/node1/solver-332007-1173365001 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332007-1173365001/sat4j-sat2007.jar /tmp/evaluation/332007-1173365001/instance-332007-1173365001.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  d10c82c196802e1e81b346181f7034df

RANDOM SEED= 957006785

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1740568 kB
Buffers:         37576 kB
Cached:         204936 kB
SwapCached:      13644 kB
Active:         112324 kB
Inactive:       152812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740568 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            4844 kB
Writeback:           0 kB
Mapped:          29552 kB
Slab:            35796 kB
Committed_AS:  1136652 kB
PageTables:       1740 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= 66397 MiB

End job on node1 on Thu Mar  8 14:52:50 UTC 2007