Trace number 314132

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) 186.98 185.649

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
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 variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data (download as text)

0.10/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.49	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.49	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17/0.50	c version SAT COMPETITION 2007
0.17/0.50	c sun.arch.data.model	32
0.17/0.50	c java.version	1.6.0
0.17/0.50	c os.name	Linux
0.17/0.50	c os.version	2.6.9-22.EL.rootsmp
0.17/0.50	c os.arch	i386
0.17/0.50	c Free memory 1703279312
0.17/0.50	c Max memory 1706164224
0.17/0.50	c Total memory 1706164224
0.17/0.50	c Number of processors 2
0.17/0.56	c --- Begin Solver configuration ---
0.17/0.56	c Stops conflict analysis at the first Unique Implication Point
0.17/0.56	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.56	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.56	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.56	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.56	c Expensive reason simplification
0.17/0.56	c --- End Solver configuration ---
0.17/0.56	c timeout: 2147483s
0.17/0.56	c solving /tmp/evaluation/314132-1176896896/instance-314132-1176896896.cnf
0.17/0.56	c reading problem ... 
3.08/3.38	c ... done. Wall clock time 2.823s.
3.08/3.38	c CPU time (experimental) 2.93s.
3.08/3.38	c #vars     229544
3.08/3.38	c #constraints  1051601
186.76/185.58	c starts		: 13
186.76/185.58	c conflicts		: 37362
186.76/185.58	c decisions		: 59441
186.76/185.58	c propagations		: 67209066
186.76/185.58	c inspects		: 375774608
186.76/185.58	c learnt literals	: 280
186.76/185.58	c learnt binary clauses	: 200
186.76/185.58	c learnt ternary clauses	: 154
186.76/185.58	c learnt clauses	: 37082
186.76/185.58	c root simplifications	: 0
186.76/185.58	c removed literals (reason simplification)	: 463054
186.76/185.58	c reason swapping (by a shorter reason)	: 0
186.76/185.58	c Calls to reduceDB	: 0
186.76/185.58	c speed (decisions/second)	: 326.364105548662
186.76/185.58	c non guided choices	1170
186.76/185.58	s UNKNOWN
186.76/185.58	c Total wall clock time (in seconds) : 185.023
186.76/185.58	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/node50/watcher-314132-1176896896 -o ROOT/results/node50/solver-314132-1176896896 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314132-1176896896/sat4j-sat2007.jar /tmp/evaluation/314132-1176896896/instance-314132-1176896896.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 8978
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=18568 CPUtime=0
/proc/8978/stat : 8978 (runsolver) D 8976 8978 8172 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 44534780 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 240577473831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/8978/statm: 4642 292 257 24 0 2626 0

[startup+0.0151319 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 8978
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=18568 CPUtime=0
/proc/8978/stat : 8978 (runsolver) D 8976 8978 8172 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 44534780 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 240577473831 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/8978/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101142 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 8978
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=324 CPUtime=0
/proc/8978/stat : 8978 (java) R 8976 8978 8172 0 -1 0 211 0 13 0 0 0 0 0 18 0 1 0 44534780 331776 44 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7918372 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/8978/statm: 81 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.301163 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 8978
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1827476 CPUtime=0.04
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 3218 0 54 0 1 3 0 0 18 0 4 0 44534780 1871335424 3018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 456869 3018 887 9 0 454505 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1827476

[startup+0.701198 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 8978
/proc/meminfo: memFree=1651208/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1834152 CPUtime=0.44
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 8967 0 54 0 36 8 0 0 18 0 12 0 44534780 1878171648 8739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458538 8740 1287 9 0 456150 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1834152

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 8990
/proc/meminfo: memFree=1596072/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1834152 CPUtime=1.27
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 20169 0 54 0 115 12 0 0 18 0 12 0 44534780 1878171648 19940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458538 19940 1290 9 0 456150 0
[pid=8978/tid=8980] ppid=8976 vsize=1834152 CPUtime=1.04
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 18939 0 15 0 94 10 0 0 18 0 12 0 44534799 1878171648 19941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515996 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 44534807 1878171648 19941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 44534807 1878171648 19942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 44534811 1878171648 19942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 44534812 1878171648 19943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44534812 1878171648 19943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 44534821 1878171648 19943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1834152 CPUtime=0.09
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 309 0 0 0 9 0 0 0 16 0 12 0 44534821 1878171648 19943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1834152 CPUtime=0.1
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 242 0 0 0 10 0 0 0 16 0 12 0 44534821 1878171648 19944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 44534821 1878171648 19944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44534821 1878171648 19944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1834152

[startup+3.1024 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 8990
/proc/meminfo: memFree=1552424/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1834152 CPUtime=2.88
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 31599 0 54 0 270 18 0 0 18 0 12 0 44534780 1878171648 31370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458538 31370 1294 9 0 456150 0
[pid=8978/tid=8980] ppid=8976 vsize=1834152 CPUtime=2.64
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 30368 0 15 0 249 15 0 0 25 0 12 0 44534799 1878171648 31370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 44534807 1878171648 31371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 44534807 1878171648 31371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 44534811 1878171648 31371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 44534812 1878171648 31371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44534812 1878171648 31372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 44534821 1878171648 31372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1834152 CPUtime=0.09
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 309 0 0 0 9 0 0 0 17 0 12 0 44534821 1878171648 31372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1834152 CPUtime=0.11
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 242 0 0 0 11 0 0 0 16 0 12 0 44534821 1878171648 31372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 44534821 1878171648 31373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1834152 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44534821 1878171648 31373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 1834152

[startup+6.30269 s]
/proc/loadavg: 1.01 1.00 0.99 2/77 8991
/proc/meminfo: memFree=1501728/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1835568 CPUtime=6.45
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 37357 0 54 0 625 20 0 0 18 0 13 0 44534780 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458892 35860 1313 9 0 456504 0
[pid=8978/tid=8980] ppid=8976 vsize=1835568 CPUtime=5.69
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 34529 0 15 0 552 17 0 0 25 0 13 0 44534799 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109614689 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44534807 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534807 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534811 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534821 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1835568 CPUtime=0.35
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 977 0 0 0 35 0 0 0 16 0 13 0 44534821 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1835568 CPUtime=0.37
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1167 0 0 0 37 0 0 0 16 0 13 0 44534821 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1835568 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1879621632 35860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 1835568

[startup+12.7022 s]
/proc/loadavg: 1.01 1.00 0.99 2/77 8991
/proc/meminfo: memFree=1501664/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1835504 CPUtime=12.84
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 37438 0 54 0 1264 20 0 0 18 0 13 0 44534780 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458876 35925 1313 9 0 456488 0
[pid=8978/tid=8980] ppid=8976 vsize=1835504 CPUtime=12.08
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 34610 0 15 0 1191 17 0 0 25 0 13 0 44534799 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546363 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44534807 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534807 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534811 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534821 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1835504 CPUtime=0.35
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 977 0 0 0 35 0 0 0 16 0 13 0 44534821 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1835504 CPUtime=0.37
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1167 0 0 0 37 0 0 0 16 0 13 0 44534821 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1879556096 35925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 1835504

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 8991
/proc/meminfo: memFree=1501280/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1835504 CPUtime=25.65
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 37569 0 54 0 2544 21 0 0 18 0 13 0 44534780 1879556096 36056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458876 36056 1313 9 0 456488 0
[pid=8978/tid=8980] ppid=8976 vsize=1835504 CPUtime=24.87
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 34740 0 15 0 2470 17 0 0 25 0 13 0 44534799 1879556096 36056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506249 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44534807 1879556096 36056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534807 1879556096 36056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534811 1879556096 36056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1835504 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1879556096 36057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8978] ppid=8976 vsize=1834624 CPUtime=102.5
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 39526 0 54 0 10226 24 0 0 18 0 13 0 44534780 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458656 37755 1317 9 0 456268 0
[pid=8978/tid=8980] ppid=8976 vsize=1834624 CPUtime=101.58
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 36645 0 15 0 10137 21 0 0 25 0 13 0 44534799 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109645898 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44534807 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534807 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534811 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534821 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1834624 CPUtime=0.43
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 989 0 0 0 43 0 0 0 17 0 13 0 44534821 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1834624 CPUtime=0.44
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1208 0 0 0 44 0 0 0 17 0 13 0 44534821 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1878654976 37755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 1834624

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 8991
/proc/meminfo: memFree=1488544/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1834624 CPUtime=162.48
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 41003 0 54 0 16222 26 0 0 18 0 13 0 44534780 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 458656 39232 1317 9 0 456268 0
[pid=8978/tid=8980] ppid=8976 vsize=1834624 CPUtime=161.56
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 38122 0 15 0 16133 23 0 0 25 0 13 0 44534799 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109676875 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44534807 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534807 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534811 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534821 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1834624 CPUtime=0.43
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 989 0 0 0 43 0 0 0 17 0 13 0 44534821 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1834624 CPUtime=0.44
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1208 0 0 0 44 0 0 0 17 0 13 0 44534821 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1834624 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1878654976 39232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.48
Current children cumulated vsize (KiB) 1834624



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+184.702 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 8991
/proc/meminfo: memFree=1435104/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1846152 CPUtime=185.18
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 56127 0 54 0 18485 33 0 0 18 0 13 0 44534780 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 461538 51607 1322 9 0 459150 0
[pid=8978/tid=8980] ppid=8976 vsize=1846152 CPUtime=183.67
/proc/8978/task/8980/stat : 8980 (java) S 8976 8978 8172 0 -1 64 38820 0 15 0 18344 23 0 0 25 0 13 0 44534799 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1846152 CPUtime=0.28
/proc/8978/task/8981/stat : 8981 (java) R 8976 8978 8172 0 -1 64 3937 0 0 0 27 1 0 0 18 0 13 0 44534807 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361212 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1846152 CPUtime=0.29
/proc/8978/task/8982/stat : 8982 (java) R 8976 8978 8172 0 -1 64 10492 0 0 0 25 4 0 0 18 0 13 0 44534807 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44534811 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 44534821 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1846152 CPUtime=0.43
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 989 0 0 0 43 0 0 0 17 0 13 0 44534821 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1846152 CPUtime=0.44
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1208 0 0 0 44 0 0 0 17 0 13 0 44534821 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1890459648 51607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.18
Current children cumulated vsize (KiB) 1846152

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

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

[startup+185.402 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 8991
/proc/meminfo: memFree=1435104/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1846152 CPUtime=186.56
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 76845 0 54 0 18616 40 0 0 16 0 13 0 44534780 1890459648 70103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 461538 70105 1322 9 0 459150 0
[pid=8978/tid=8980] ppid=8976 vsize=1846152 CPUtime=183.67
/proc/8978/task/8980/stat : 8980 (java) S 8976 8978 8172 0 -1 64 38820 0 15 0 18344 23 0 0 25 0 13 0 44534799 1890459648 70105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1846152 CPUtime=0.97
/proc/8978/task/8981/stat : 8981 (java) R 8976 8978 8172 0 -1 64 11957 0 0 0 93 4 0 0 25 0 13 0 44534807 1890459648 70105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1846152 CPUtime=0.98
/proc/8978/task/8982/stat : 8982 (java) R 8976 8978 8172 0 -1 64 23192 0 0 0 89 9 0 0 25 0 13 0 44534807 1890459648 70106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 44534811 1890459648 70107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 44534812 1890459648 70108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 44534812 1890459648 70109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 44534821 1890459648 70110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1846152 CPUtime=0.43
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 989 0 0 0 43 0 0 0 17 0 13 0 44534821 1890459648 70111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1846152 CPUtime=0.44
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1208 0 0 0 44 0 0 0 17 0 13 0 44534821 1890459648 70112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 44534821 1890459648 70114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 44534821 1890459648 70115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1846152 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 44535138 1890459648 70116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.56
Current children cumulated vsize (KiB) 1846152

[startup+185.602 s]
/proc/loadavg: 1.00 1.00 0.99 3/77 8991
/proc/meminfo: memFree=1435104/2055920 swapFree=4183788/4192956
[pid=8978] ppid=8976 vsize=1846800 CPUtime=186.93
/proc/8978/stat : 8978 (java) S 8976 8978 8172 0 -1 0 80346 0 54 0 18651 42 0 0 16 0 14 0 44534780 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8978/statm: 461700 73380 1327 9 0 459312 0
[pid=8978/tid=8980] ppid=8976 vsize=1846800 CPUtime=183.69
/proc/8978/task/8980/stat : 8980 (java) R 8976 8978 8172 0 -1 64 38820 0 15 0 18346 23 0 0 17 0 14 0 44534799 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506249 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8981] ppid=8976 vsize=1846800 CPUtime=1.13
/proc/8978/task/8981/stat : 8981 (java) S 8976 8978 8172 0 -1 64 12787 0 0 0 109 4 0 0 16 0 14 0 44534807 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8982] ppid=8976 vsize=1846800 CPUtime=1.16
/proc/8978/task/8982/stat : 8982 (java) S 8976 8978 8172 0 -1 64 25831 0 0 0 106 10 0 0 25 0 14 0 44534807 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8983] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8983/stat : 8983 (java) S 8976 8978 8172 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 44534811 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8984] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8984/stat : 8984 (java) S 8976 8978 8172 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 44534812 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8985] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8985/stat : 8985 (java) S 8976 8978 8172 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 44534812 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8986] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8986/stat : 8986 (java) S 8976 8978 8172 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 44534821 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8987] ppid=8976 vsize=1846800 CPUtime=0.43
/proc/8978/task/8987/stat : 8987 (java) S 8976 8978 8172 0 -1 64 989 0 0 0 43 0 0 0 17 0 14 0 44534821 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8988] ppid=8976 vsize=1846800 CPUtime=0.44
/proc/8978/task/8988/stat : 8988 (java) S 8976 8978 8172 0 -1 64 1208 0 0 0 44 0 0 0 17 0 14 0 44534821 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8989] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8989/stat : 8989 (java) S 8976 8978 8172 0 -1 64 0 0 0 0 0 0 0 0 21 0 14 0 44534821 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8978/tid=8990] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8990/stat : 8990 (java) S 8976 8978 8172 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 44534821 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8978/tid=8991] ppid=8976 vsize=1846800 CPUtime=0
/proc/8978/task/8991/stat : 8991 (java) S 8976 8978 8172 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 44535138 1891123200 73380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.93
Current children cumulated vsize (KiB) 1846800

Child status: 143
Real time (s): 185.649
CPU time (s): 186.98
CPU user time (s): 186.515
CPU system time (s): 0.464929
CPU usage (%): 100.717
Max. virtual memory (cumulated for all children) (KiB): 1851276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.515
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80347
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4666
involuntary context switches= 3264

runsolver used 0.245962 second user time and 0.451931 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Wed Apr 18 11:48:16 UTC 2007

IDJOB= 314132
IDBENCH= 20384
IDSOLVER= 96
FILE ID= node50/314132-1176896896

PBS_JOBID= 4595160

Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314132-1176896896/sat4j-sat2007.jar /tmp/evaluation/314132-1176896896/instance-314132-1176896896.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-314132-1176896896 -o ROOT/results/node50/solver-314132-1176896896 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314132-1176896896/sat4j-sat2007.jar /tmp/evaluation/314132-1176896896/instance-314132-1176896896.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  780d946576ec5746b4ea9832bb01dbc5

RANDOM SEED= 364000673

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1651616 kB
Buffers:          9172 kB
Cached:         322360 kB
SwapCached:       2960 kB
Active:          88600 kB
Inactive:       253680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651616 kB
SwapTotal:     4192956 kB
SwapFree:      4183788 kB
Dirty:           20452 kB
Writeback:           0 kB
Mapped:          16704 kB
Slab:            47968 kB
Committed_AS:  1014336 kB
PageTables:       1460 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= 66488 MiB

End job on node50 on Wed Apr 18 11:51:23 UTC 2007