Trace number 331979

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 2007? (TO) 1200.13 1199.58

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.08/0.20	c solving /tmp/evaluation/331979-1173364076/instance-331979-1173364076.cnf
0.08/0.20	c reading problem ... 
1.01/0.91	c ... done. Wall clock time 0.714s.
1.01/0.91	c CPU time (experimental) 0.8s.
1.01/0.91	c #vars     50797
1.01/0.91	c #constraints  176662
1200.06/1199.51	c starts		: 17
1200.06/1199.51	c conflicts		: 134438
1200.06/1199.51	c decisions		: 191107
1200.06/1199.51	c propagations		: 753402412
1200.06/1199.51	c inspects		: 2510721261
1200.06/1199.51	c learnt literals	: 0
1200.06/1199.51	c learnt binary clauses	: 209
1200.06/1199.51	c learnt ternary clauses	: 236
1200.06/1199.51	c learnt clauses	: 134438
1200.06/1199.51	c root simplifications	: 0
1200.06/1199.51	c removed literals (reason simplification)	: 67076694
1200.06/1199.51	c reason swapping (by a shorter reason)	: 0
1200.06/1199.51	c Calls to reduceDB	: 0
1200.06/1199.51	c speed (decisions/second)	: 159.44850027116098
1200.06/1199.51	c non guided choices	7605
1200.06/1199.51	s UNKNOWN
1200.06/1199.51	c Total wall clock time (in seconds) : 1199.313
1200.06/1199.51	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-331979-1173364076 -o ROOT/results/node2/solver-331979-1173364076 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331979-1173364076/sat4j-sat2007.jar /tmp/evaluation/331979-1173364076/instance-331979-1173364076.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.99 0.97 0.94 2/77 12255
/proc/meminfo: memFree=1705656/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1520 CPUtime=0
/proc/12255/stat : 12255 (java6) R 12253 12255 11902 0 -1 0 93 0 0 0 0 0 0 0 18 0 1 0 356362576 1556480 75 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10475538 0 0 4096 0 0 0 0 17 1 0 0
/proc/12255/statm: 368 72 52 9 0 10 0

[startup+0.0964931 s]
/proc/loadavg: 0.99 0.97 0.94 2/77 12255
/proc/meminfo: memFree=1705656/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1780108 CPUtime=0.08
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 3957 0 1 0 6 2 0 0 18 0 12 0 356362576 1822830592 3699 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445027 3699 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.101491 s]
/proc/loadavg: 0.99 0.97 0.94 2/77 12255
/proc/meminfo: memFree=1705656/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1780108 CPUtime=0.08
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 356362576 1822830592 3723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445027 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30151 s]
/proc/loadavg: 0.99 0.97 0.94 2/77 12255
/proc/meminfo: memFree=1705656/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1782120 CPUtime=0.31
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 4989 0 1 0 28 3 0 0 18 0 12 0 356362576 1824890880 4728 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445530 4728 1272 9 0 443142 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782120

[startup+0.701548 s]
/proc/loadavg: 0.99 0.97 0.94 2/77 12255
/proc/meminfo: memFree=1705656/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1782120 CPUtime=0.8
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 8002 0 1 0 76 4 0 0 18 0 12 0 356362576 1824890880 7709 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445530 7709 1290 9 0 443142 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1782120

[startup+1.50163 s]
/proc/loadavg: 0.99 0.97 0.94 4/90 12268
/proc/meminfo: memFree=1668816/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785144 CPUtime=1.89
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 12556 0 1 0 183 6 0 0 18 0 13 0 356362576 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446286 11156 1310 9 0 443898 0
[pid=12255/tid=12257] ppid=12253 vsize=1785144 CPUtime=1.21
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 9462 0 1 0 116 5 0 0 25 0 13 0 356362577 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109598029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356362578 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356362579 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 356362581 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356362581 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356362581 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785144 CPUtime=0.32
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1217 0 0 0 32 0 0 0 16 0 13 0 356362585 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785144 CPUtime=0.34
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1151 0 0 0 34 0 0 0 16 0 13 0 356362585 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1827987456 11156 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1785144

[startup+3.1018 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 12268
/proc/meminfo: memFree=1665552/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785144 CPUtime=3.52
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 12662 0 1 0 345 7 0 0 18 0 13 0 356362576 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446286 11261 1313 9 0 443898 0
[pid=12255/tid=12257] ppid=12253 vsize=1785144 CPUtime=2.78
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 9562 0 1 0 273 5 0 0 25 0 13 0 356362577 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109554464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356362578 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356362579 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356362581 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356362581 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356362581 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785144 CPUtime=0.35
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1220 0 0 0 35 0 0 0 16 0 13 0 356362585 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785144 CPUtime=0.36
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1154 0 0 0 36 0 0 0 16 0 13 0 356362585 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785144 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1827987456 11261 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1785144

[startup+6.30213 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 12268
/proc/meminfo: memFree=1665552/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1783892 CPUtime=6.75
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 12860 0 1 0 668 7 0 0 18 0 13 0 356362576 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445973 11145 1316 9 0 443585 0
[pid=12255/tid=12257] ppid=12253 vsize=1783892 CPUtime=5.98
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 9725 0 1 0 593 5 0 0 25 0 13 0 356362577 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109566930 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356362578 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356362579 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356362581 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356362581 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356362581 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1783892 CPUtime=0.35
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1220 0 0 0 35 0 0 0 16 0 13 0 356362585 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1783892 CPUtime=0.39
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1189 0 0 0 39 0 0 0 17 0 13 0 356362585 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1826705408 11145 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 1783892

[startup+12.7028 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 12268
/proc/meminfo: memFree=1664400/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1783892 CPUtime=13.15
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 13144 0 1 0 1308 7 0 0 18 0 13 0 356362576 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445973 11428 1316 9 0 443585 0
[pid=12255/tid=12257] ppid=12253 vsize=1783892 CPUtime=12.38
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 10007 0 1 0 1232 6 0 0 25 0 13 0 356362577 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109640512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356362578 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356362579 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356362581 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 356362581 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356362581 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1783892 CPUtime=0.35
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1220 0 0 0 35 0 0 0 17 0 13 0 356362585 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1783892 CPUtime=0.4
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1191 0 0 0 40 0 0 0 16 0 13 0 356362585 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1826705408 11428 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 1783892

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 12268
/proc/meminfo: memFree=1662416/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1783892 CPUtime=25.96
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 13662 0 1 0 2588 8 0 0 18 0 13 0 356362576 1826705408 11946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 445973 11946 1316 9 0 443585 0
[pid=12255/tid=12257] ppid=12253 vsize=1783892 CPUtime=25.17
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 10523 0 1 0 2511 6 0 0 25 0 13 0 356362577 1826705408 11946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109666564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 356362578 1826705408 11946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1783892 CPUtime=0
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 356362579 1826705408 11946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=12255] ppid=12253 vsize=1785820 CPUtime=1062.89
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 88201 0 1 0 106218 71 0 0 18 0 13 0 356362576 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446455 73588 1326 9 0 444067 0
[pid=12255/tid=12257] ppid=12253 vsize=1785820 CPUtime=1061.32
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 37705 0 1 0 106085 47 0 0 25 0 13 0 356362577 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109640515 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 17229 0 0 0 27 7 0 0 16 0 13 0 356362578 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 30109 0 0 0 20 14 0 0 19 0 13 0 356362579 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785820 CPUtime=0.4
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1225 0 0 0 40 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785820 CPUtime=0.44
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1202 0 0 0 44 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.89
Current children cumulated vsize (KiB) 1785820

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/90 12270
/proc/meminfo: memFree=1414928/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785820 CPUtime=1122.87
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 88201 0 1 0 112216 71 0 0 18 0 13 0 356362576 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446455 73588 1326 9 0 444067 0
[pid=12255/tid=12257] ppid=12253 vsize=1785820 CPUtime=1121.31
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 37705 0 1 0 112083 48 0 0 25 0 13 0 356362577 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109598029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 17229 0 0 0 27 7 0 0 16 0 13 0 356362578 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 30109 0 0 0 20 14 0 0 19 0 13 0 356362579 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785820 CPUtime=0.4
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1225 0 0 0 40 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785820 CPUtime=0.44
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1202 0 0 0 44 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.87
Current children cumulated vsize (KiB) 1785820

[startup+1182.3 s]
/proc/loadavg: 1.04 1.00 0.95 2/90 12270
/proc/meminfo: memFree=1414992/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785820 CPUtime=1182.86
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 88201 0 1 0 118214 72 0 0 18 0 13 0 356362576 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446455 73588 1326 9 0 444067 0
[pid=12255/tid=12257] ppid=12253 vsize=1785820 CPUtime=1181.28
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 37705 0 1 0 118080 48 0 0 25 0 13 0 356362577 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109640669 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 17229 0 0 0 27 7 0 0 16 0 13 0 356362578 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 30109 0 0 0 20 14 0 0 19 0 13 0 356362579 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785820 CPUtime=0.4
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1225 0 0 0 40 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785820 CPUtime=0.44
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1202 0 0 0 44 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.86
Current children cumulated vsize (KiB) 1785820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 1.03 1.00 0.95 2/90 12270
/proc/meminfo: memFree=1414992/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785820 CPUtime=1200.06
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 88201 0 1 0 119934 72 0 0 18 0 13 0 356362576 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446455 73588 1326 9 0 444067 0
[pid=12255/tid=12257] ppid=12253 vsize=1785820 CPUtime=1198.48
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 37705 0 1 0 119800 48 0 0 25 0 13 0 356362577 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109598029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 17229 0 0 0 27 7 0 0 16 0 13 0 356362578 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 30109 0 0 0 20 14 0 0 19 0 13 0 356362579 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785820 CPUtime=0.4
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1225 0 0 0 40 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785820 CPUtime=0.44
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1202 0 0 0 44 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1785820

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1199.5 s]
/proc/loadavg: 1.03 1.00 0.95 2/90 12270
/proc/meminfo: memFree=1414992/2055920 swapFree=4153164/4192956
[pid=12255] ppid=12253 vsize=1785820 CPUtime=1200.06
/proc/12255/stat : 12255 (java) S 12253 12255 11902 0 -1 0 88201 0 1 0 119934 72 0 0 18 0 13 0 356362576 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12255/statm: 446455 73588 1326 9 0 444067 0
[pid=12255/tid=12257] ppid=12253 vsize=1785820 CPUtime=1198.48
/proc/12255/task/12257/stat : 12257 (java) R 12253 12255 11902 0 -1 64 37705 0 1 0 119800 48 0 0 25 0 13 0 356362577 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109598029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12258] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12258/stat : 12258 (java) S 12253 12255 11902 0 -1 64 17229 0 0 0 27 7 0 0 16 0 13 0 356362578 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12259] ppid=12253 vsize=1785820 CPUtime=0.34
/proc/12255/task/12259/stat : 12259 (java) S 12253 12255 11902 0 -1 64 30109 0 0 0 20 14 0 0 19 0 13 0 356362579 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12255/tid=12260] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12260/stat : 12260 (java) S 12253 12255 11902 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12261] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12261/stat : 12261 (java) S 12253 12255 11902 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12262] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12262/stat : 12262 (java) S 12253 12255 11902 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356362581 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12263] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12263/stat : 12263 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12264] ppid=12253 vsize=1785820 CPUtime=0.4
/proc/12255/task/12264/stat : 12264 (java) S 12253 12255 11902 0 -1 64 1225 0 0 0 40 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12265] ppid=12253 vsize=1785820 CPUtime=0.44
/proc/12255/task/12265/stat : 12265 (java) S 12253 12255 11902 0 -1 64 1202 0 0 0 44 0 0 0 16 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12266] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12266/stat : 12266 (java) S 12253 12255 11902 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12267] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12267/stat : 12267 (java) S 12253 12255 11902 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356362585 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12255/tid=12268] ppid=12253 vsize=1785820 CPUtime=0
/proc/12255/task/12268/stat : 12268 (java) S 12253 12255 11902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356362673 1828679680 73588 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1785820

Child status: 143
Real time (s): 1199.58
CPU time (s): 1200.13
CPU user time (s): 1199.37
CPU system time (s): 0.763883
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1785820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.37
system time used= 0.763883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88221
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= 24686
involuntary context switches= 2079

runsolver used 1.07784 second user time and 3.3135 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Thu Mar  8 14:27:56 UTC 2007

IDJOB= 331979
IDBENCH= 20536
IDSOLVER= 141
FILE ID= node2/331979-1173364076

PBS_JOBID= 4045320

Free space on /tmp= 66506 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  cf1b8194ff6d413d396ac9e26bb031ef

RANDOM SEED= 137818438

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1706128 kB
Buffers:         38704 kB
Cached:         235032 kB
SwapCached:       2276 kB
Active:         163624 kB
Inactive:       132672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706128 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:            5688 kB
Writeback:           0 kB
Mapped:          30032 kB
Slab:            38988 kB
Committed_AS:  1594960 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66506 MiB

End job on node2 on Thu Mar  8 14:47:58 UTC 2007