Trace number 313212

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 SAT 2007? (MO) 356.638 355.149

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/dated-10-13-s.cnf
MD5SUM120a205e1420676f8007fba80a5a88e7
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.3508
Satisfiable
(Un)Satisfiability was proved
Number of variables181082
Number of clauses824258
Sum of the clauses size1887794
Maximum clause length10
Minimum clause length1
Number of clauses of size 115233
Number of clauses of size 2657174
Number of clauses of size 3117631
Number of clauses of size 43800
Number of clauses of size 515200
Number of clauses of size over 515220

Solver Data (download as text)

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c version SAT COMPETITION 2007
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1703279312
0.07/0.17	c Max memory 1706164224
0.07/0.17	c Total memory 1706164224
0.07/0.17	c Number of processors 2
0.18/0.22	c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.22	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c Expensive reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c timeout: 2147483s
0.18/0.22	c solving /tmp/evaluation/313212-1176879687/instance-313212-1176879687.cnf
0.18/0.22	c reading problem ... 
2.44/2.35	c ... done. Wall clock time 2.131s.
2.44/2.35	c CPU time (experimental) 2.28s.
2.44/2.35	c #vars     181082
2.44/2.35	c #constraints  809025
356.42/355.06	c starts		: 15
356.42/355.06	c conflicts		: 69852
356.42/355.06	c decisions		: 102882
356.42/355.06	c propagations		: 113873693
356.42/355.06	c inspects		: 695201209
356.42/355.06	c learnt literals	: 218
356.42/355.06	c learnt binary clauses	: 219
356.42/355.06	c learnt ternary clauses	: 279
356.42/355.06	c learnt clauses	: 69634
356.42/355.06	c root simplifications	: 0
356.42/355.06	c removed literals (reason simplification)	: 2102024
356.42/355.06	c reason swapping (by a shorter reason)	: 0
356.42/355.06	c Calls to reduceDB	: 0
356.42/355.06	c speed (decisions/second)	: 291.7372034265978
356.42/355.06	c non guided choices	1109
356.42/355.06	s UNKNOWN
356.42/355.06	c Total wall clock time (in seconds) : 354.846
356.42/355.06	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-313212-1176879687 -o ROOT/results/node22/solver-313212-1176879687 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313212-1176879687/sat4j-sat2007.jar /tmp/evaluation/313212-1176879687/instance-313212-1176879687.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: 1.00 1.00 1.00 2/83 27454
/proc/meminfo: memFree=1643824/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=18568 CPUtime=0
/proc/27454/stat : 27454 (runsolver) R 27452 27454 26529 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 135886390 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27454/statm: 4642 292 257 24 0 2626 0

[startup+0.0237531 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27454
/proc/meminfo: memFree=1643824/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=12448 CPUtime=0
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 772 0 0 0 0 0 0 0 19 0 2 0 135886390 12746752 554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 3112 554 243 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12448

[startup+0.101763 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27454
/proc/meminfo: memFree=1643824/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1829232 CPUtime=0.07
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 3859 0 1 0 5 2 0 0 19 0 7 0 135886390 1873133568 3601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 457308 3601 1089 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.301792 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27454
/proc/meminfo: memFree=1643824/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1834252 CPUtime=0.32
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 7781 0 1 0 27 5 0 0 19 0 12 0 135886390 1878274048 7519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 458563 7519 1282 9 0 456175 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1834252

[startup+0.701849 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 27454
/proc/meminfo: memFree=1643824/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1834252 CPUtime=0.83
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 13821 0 1 0 76 7 0 0 19 0 12 0 135886390 1878274048 13559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 458563 13560 1290 9 0 456175 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1834252

[startup+1.50297 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 27466
/proc/meminfo: memFree=1579856/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1834252 CPUtime=1.64
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 20447 0 1 0 153 11 0 0 19 0 12 0 135886390 1878274048 20184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 458563 20185 1290 9 0 456175 0
[pid=27454/tid=27456] ppid=27452 vsize=1834252 CPUtime=1.43
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 19175 0 1 0 133 10 0 0 20 0 12 0 135886392 1878274048 20185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514989 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 135886394 1878274048 20185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135886394 1878274048 20185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 135886396 1878274048 20186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 135886396 1878274048 20186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 135886396 1878274048 20186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 135886401 1878274048 20186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1834252 CPUtime=0.1
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 360 0 0 0 10 0 0 0 16 0 12 0 135886401 1878274048 20186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1834252 CPUtime=0.09
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 191 0 0 0 9 0 0 0 17 0 12 0 135886401 1878274048 20187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 135886401 1878274048 20187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1834252 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135886401 1878274048 20187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1834252

[startup+3.10122 s]
/proc/loadavg: 1.08 1.02 1.01 2/95 27484
/proc/meminfo: memFree=1547728/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1836932 CPUtime=3.6
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 29884 0 1 0 343 17 0 0 19 0 13 0 135886390 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 459233 29060 1310 9 0 456845 0
[pid=27454/tid=27456] ppid=27452 vsize=1836932 CPUtime=2.91
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 27432 0 1 0 276 15 0 0 20 0 13 0 135886392 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109190851 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 135886394 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135886394 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1836932 CPUtime=0.29
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 484 0 0 0 29 0 0 0 16 0 13 0 135886401 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1836932 CPUtime=0.38
/proc/27454/task/27464/stat : 27464 (java) R 27452 27454 26529 0 -1 64 1242 0 0 0 37 1 0 0 17 0 13 0 135886401 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104793244 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1836932 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1881018368 29060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1836932

[startup+6.30271 s]
/proc/loadavg: 1.08 1.02 1.01 2/96 27493
/proc/meminfo: memFree=1531848/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1836736 CPUtime=6.95
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 30493 0 1 0 677 18 0 0 19 0 13 0 135886390 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 459184 29113 1313 9 0 456796 0
[pid=27454/tid=27456] ppid=27452 vsize=1836736 CPUtime=6.08
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 27495 0 1 0 592 16 0 0 25 0 13 0 135886392 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 135886394 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135886394 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1836736 CPUtime=0.38
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 923 0 0 0 38 0 0 0 17 0 13 0 135886401 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1836736 CPUtime=0.47
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1349 0 0 0 46 1 0 0 16 0 13 0 135886401 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1880817664 29113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1836736

[startup+12.7027 s]
/proc/loadavg: 1.07 1.02 1.00 2/96 27497
/proc/meminfo: memFree=1531792/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1836736 CPUtime=13.34
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 30568 0 1 0 1316 18 0 0 19 0 13 0 135886390 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 459184 29188 1313 9 0 456796 0
[pid=27454/tid=27456] ppid=27452 vsize=1836736 CPUtime=12.47
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 27570 0 1 0 1231 16 0 0 25 0 13 0 135886392 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 135886394 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135886394 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1836736 CPUtime=0.38
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 923 0 0 0 38 0 0 0 16 0 13 0 135886401 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1836736 CPUtime=0.47
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1349 0 0 0 46 1 0 0 16 0 13 0 135886401 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1880817664 29188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 1836736

[startup+25.5026 s]
/proc/loadavg: 1.06 1.01 1.00 2/96 27505
/proc/meminfo: memFree=1530896/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1836736 CPUtime=26.17
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 30826 0 1 0 2598 19 0 0 19 0 13 0 135886390 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 459184 29446 1316 9 0 456796 0
[pid=27454/tid=27456] ppid=27452 vsize=1836736 CPUtime=25.26
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 27823 0 1 0 2509 17 0 0 25 0 13 0 135886392 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109657485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 135886394 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135886394 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1880817664 29446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27454/tid=27459] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1836736 CPUtime=0.46
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 931 0 0 0 46 0 0 0 16 0 13 0 135886401 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1836736 CPUtime=0.53
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1355 0 0 0 52 1 0 0 17 0 13 0 135886401 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1880817664 38245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.91
Current children cumulated vsize (KiB) 1836736

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27527
/proc/meminfo: memFree=1488912/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1836736 CPUtime=342.89
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 41562 0 1 0 34256 33 0 0 19 0 13 0 135886390 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 459184 40179 1317 9 0 456796 0
[pid=27454/tid=27456] ppid=27452 vsize=1836736 CPUtime=341.87
/proc/27454/task/27456/stat : 27456 (java) R 27452 27454 26529 0 -1 64 38550 0 1 0 34157 30 0 0 25 0 13 0 135886392 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633270 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27457/stat : 27457 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 135886394 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27458/stat : 27458 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135886394 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886396 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1836736 CPUtime=0.46
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 931 0 0 0 46 0 0 0 16 0 13 0 135886401 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1836736 CPUtime=0.53
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1355 0 0 0 52 1 0 0 17 0 13 0 135886401 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1836736 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1880817664 40179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.89
Current children cumulated vsize (KiB) 1836736



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+354.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 27527
/proc/meminfo: memFree=1467664/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1844424 CPUtime=355.03
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 48735 0 1 0 35466 37 0 0 19 0 13 0 135886390 1888690176 45906 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 461106 45910 1322 9 0 458718 0
[pid=27454/tid=27456] ppid=27452 vsize=1844424 CPUtime=353.73
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 26529 0 -1 64 38829 0 1 0 35342 31 0 0 25 0 13 0 135886392 1888690176 45919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1844424 CPUtime=0.13
/proc/27454/task/27457/stat : 27457 (java) R 27452 27454 26529 0 -1 64 3542 0 0 0 12 1 0 0 17 0 13 0 135886394 1888690176 45924 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1844424 CPUtime=0.13
/proc/27454/task/27458/stat : 27458 (java) R 27452 27454 26529 0 -1 64 3378 0 0 0 12 1 0 0 18 0 13 0 135886394 1888690176 45929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 135886396 1888690176 45933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1888690176 45939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1888690176 45944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 135886401 1888690176 45949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1844424 CPUtime=0.46
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 931 0 0 0 46 0 0 0 16 0 13 0 135886401 1888690176 45954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1844424 CPUtime=0.53
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1355 0 0 0 52 1 0 0 17 0 13 0 135886401 1888690176 45959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1888690176 45965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1888690176 45969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1888690176 45973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.03
Current children cumulated vsize (KiB) 1844424

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

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

[startup+354.603 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 27527
/proc/meminfo: memFree=1467664/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1844424 CPUtime=355.62
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 64206 0 1 0 35519 43 0 0 16 0 13 0 135886390 1888690176 60244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 461106 60245 1322 9 0 458718 0
[pid=27454/tid=27456] ppid=27452 vsize=1844424 CPUtime=353.73
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 26529 0 -1 64 38829 0 1 0 35342 31 0 0 25 0 13 0 135886392 1888690176 60246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1844424 CPUtime=0.42
/proc/27454/task/27457/stat : 27457 (java) R 27452 27454 26529 0 -1 64 14851 0 0 0 37 5 0 0 20 0 13 0 135886394 1888690176 60247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369146 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1844424 CPUtime=0.42
/proc/27454/task/27458/stat : 27458 (java) R 27452 27454 26529 0 -1 64 7521 0 0 0 39 3 0 0 20 0 13 0 135886394 1888690176 60248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 135886396 1888690176 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1888690176 60250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1888690176 60251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886401 1888690176 60252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1844424 CPUtime=0.46
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 931 0 0 0 46 0 0 0 16 0 13 0 135886401 1888690176 60253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1844424 CPUtime=0.53
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1355 0 0 0 52 1 0 0 17 0 13 0 135886401 1888690176 60254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1888690176 60255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1888690176 60256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1888690176 60258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.62
Current children cumulated vsize (KiB) 1844424

[startup+355.003 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 27527
/proc/meminfo: memFree=1467664/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=1844424 CPUtime=356.42
/proc/27454/stat : 27454 (java) S 27452 27454 26529 0 -1 0 78238 0 1 0 35592 50 0 0 16 0 13 0 135886390 1888690176 72511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 461106 72512 1322 9 0 458718 0
[pid=27454/tid=27456] ppid=27452 vsize=1844424 CPUtime=353.73
/proc/27454/task/27456/stat : 27456 (java) S 27452 27454 26529 0 -1 64 38829 0 1 0 35342 31 0 0 25 0 13 0 135886392 1888690176 72513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27457] ppid=27452 vsize=1844424 CPUtime=0.82
/proc/27454/task/27457/stat : 27457 (java) R 27452 27454 26529 0 -1 64 23557 0 0 0 73 9 0 0 24 0 13 0 135886394 1888690176 72514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070807 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27458] ppid=27452 vsize=1844424 CPUtime=0.83
/proc/27454/task/27458/stat : 27458 (java) R 27452 27454 26529 0 -1 64 12846 0 0 0 77 6 0 0 24 0 13 0 135886394 1888690176 72515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27459] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27459/stat : 27459 (java) S 27452 27454 26529 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 135886396 1888690176 72516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27460] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27460/stat : 27460 (java) S 27452 27454 26529 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 135886396 1888690176 72517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27461] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27461/stat : 27461 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 135886396 1888690176 72518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27462] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27462/stat : 27462 (java) S 27452 27454 26529 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135886401 1888690176 72519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27463] ppid=27452 vsize=1844424 CPUtime=0.46
/proc/27454/task/27463/stat : 27463 (java) S 27452 27454 26529 0 -1 64 931 0 0 0 46 0 0 0 16 0 13 0 135886401 1888690176 72519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27464] ppid=27452 vsize=1844424 CPUtime=0.53
/proc/27454/task/27464/stat : 27464 (java) S 27452 27454 26529 0 -1 64 1355 0 0 0 52 1 0 0 17 0 13 0 135886401 1888690176 72520 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27465] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27465/stat : 27465 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135886401 1888690176 72521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27454/tid=27466] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27466/stat : 27466 (java) S 27452 27454 26529 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135886401 1888690176 72522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27454/tid=27485] ppid=27452 vsize=1844424 CPUtime=0
/proc/27454/task/27485/stat : 27485 (java) S 27452 27454 26529 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 135886643 1888690176 72523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 356.42
Current children cumulated vsize (KiB) 1844424

[startup+355.103 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 27527
/proc/meminfo: memFree=1467664/2055920 swapFree=4168584/4192956
[pid=27454] ppid=27452 vsize=0 CPUtime=356.58
/proc/27454/stat : 27454 (java) Z 27452 27454 26529 0 -1 1036 79815 0 1 0 35607 51 0 0 15 0 2 0 135886390 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27454/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 356.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 355.149
CPU time (s): 356.638
CPU user time (s): 356.08
CPU system time (s): 0.557915
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 1844424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.08
system time used= 0.557915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79815
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= 7640
involuntary context switches= 8213

runsolver used 0.339948 second user time and 0.996848 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Apr 18 07:01:27 UTC 2007

IDJOB= 313212
IDBENCH= 20361
IDSOLVER= 96
FILE ID= node22/313212-1176879687

PBS_JOBID= 4590307

Free space on /tmp= 66498 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/dated-10-13-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313212-1176879687/sat4j-sat2007.jar /tmp/evaluation/313212-1176879687/instance-313212-1176879687.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-313212-1176879687 -o ROOT/results/node22/solver-313212-1176879687 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313212-1176879687/sat4j-sat2007.jar /tmp/evaluation/313212-1176879687/instance-313212-1176879687.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  120a205e1420676f8007fba80a5a88e7

RANDOM SEED= 726367772

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1644808 kB
Buffers:         35232 kB
Cached:         290428 kB
SwapCached:       2100 kB
Active:          54316 kB
Inactive:       295096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644808 kB
SwapTotal:     4192956 kB
SwapFree:      4168584 kB
Dirty:           15844 kB
Writeback:           0 kB
Mapped:          32076 kB
Slab:            46940 kB
Committed_AS:  1730896 kB
PageTables:       1900 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= 66498 MiB

End job on node22 on Wed Apr 18 07:07:24 UTC 2007