Trace number 313932

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) 738.356 737.145

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
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 variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1703279312
0.09/0.15	c Max memory 1706164224
0.09/0.15	c Total memory 1706164224
0.09/0.15	c Number of processors 2
0.21/0.20	c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c Expensive reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c timeout: 2147483s
0.21/0.20	c solving /tmp/evaluation/313932-1176893521/instance-313932-1176893521.cnf
0.21/0.20	c reading problem ... 
2.49/2.47	c ... done. Wall clock time 2.266s.
2.49/2.47	c CPU time (experimental) 2.35s.
2.49/2.47	c #vars     183464
2.49/2.47	c #constraints  840401
738.13/737.07	c starts		: 16
738.13/737.07	c conflicts		: 127609
738.13/737.07	c decisions		: 167048
738.13/737.07	c propagations		: 244621830
738.13/737.07	c inspects		: 1644294222
738.13/737.07	c learnt literals	: 239
738.13/737.07	c learnt binary clauses	: 331
738.13/737.07	c learnt ternary clauses	: 329
738.13/737.07	c learnt clauses	: 127370
738.13/737.07	c root simplifications	: 0
738.13/737.07	c removed literals (reason simplification)	: 3817041
738.13/737.07	c reason swapping (by a shorter reason)	: 0
738.13/737.07	c Calls to reduceDB	: 0
738.13/737.07	c speed (decisions/second)	: 227.4182108282587
738.13/737.07	c non guided choices	604
738.13/737.07	s UNKNOWN
738.13/737.07	c Total wall clock time (in seconds) : 736.872
738.13/737.07	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/node40/watcher-313932-1176893521 -o ROOT/results/node40/solver-313932-1176893521 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313932-1176893521/sat4j-sat2007.jar /tmp/evaluation/313932-1176893521/instance-313932-1176893521.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.72 0.92 0.97 3/77 3994
/proc/meminfo: memFree=1535536/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=18568 CPUtime=0
/proc/3994/stat : 3994 (runsolver) R 3992 3994 3937 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 18231661 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3994/statm: 4642 292 257 24 0 2626 0

[startup+0.075428 s]
/proc/loadavg: 0.72 0.92 0.97 3/77 3994
/proc/meminfo: memFree=1535536/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1829096 CPUtime=0.05
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 3767 0 1 0 3 2 0 0 18 0 7 0 18231661 1872994304 3509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 457274 3509 1082 9 0 454910 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1829096

[startup+0.102413 s]
/proc/loadavg: 0.72 0.92 0.97 3/77 3994
/proc/meminfo: memFree=1535536/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1831496 CPUtime=0.09
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 4013 0 1 0 6 3 0 0 18 0 12 0 18231661 1875451904 3754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 457874 3754 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831496

[startup+0.302457 s]
/proc/loadavg: 0.72 0.92 0.97 3/77 3994
/proc/meminfo: memFree=1535536/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1833124 CPUtime=0.33
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 7929 0 1 0 28 5 0 0 18 0 12 0 18231661 1877118976 7667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458281 7667 1286 9 0 455893 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833124

[startup+0.701532 s]
/proc/loadavg: 0.72 0.92 0.97 3/77 3994
/proc/meminfo: memFree=1535536/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1833124 CPUtime=0.78
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 13592 0 1 0 70 8 0 0 18 0 12 0 18231661 1877118976 13307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458281 13308 1290 9 0 455893 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1833124

[startup+1.5017 s]
/proc/loadavg: 0.74 0.92 0.97 2/89 4006
/proc/meminfo: memFree=1471952/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1833124 CPUtime=1.59
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 20270 0 1 0 149 10 0 0 18 0 12 0 18231661 1877118976 19984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458281 19984 1290 9 0 455893 0
[pid=3994/tid=3996] ppid=3992 vsize=1833124 CPUtime=1.38
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 18997 0 1 0 129 9 0 0 20 0 12 0 18231663 1877118976 19984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517058 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18231665 1877118976 19984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18231665 1877118976 19985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 18231667 1877118976 19985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 18231667 1877118976 19985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18231667 1877118976 19985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 18231671 1877118976 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1833124 CPUtime=0.09
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 321 0 0 0 9 0 0 0 16 0 12 0 18231671 1877118976 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1833124 CPUtime=0.1
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 233 0 0 0 10 0 0 0 16 0 12 0 18231671 1877118976 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 18231671 1877118976 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1833124 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18231671 1877118976 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1833124

[startup+3.10205 s]
/proc/loadavg: 0.74 0.92 0.97 2/89 4006
/proc/meminfo: memFree=1440144/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1835464 CPUtime=3.45
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 30032 0 1 0 331 14 0 0 18 0 13 0 18231661 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458866 29380 1310 9 0 456478 0
[pid=3994/tid=3996] ppid=3992 vsize=1835464 CPUtime=2.89
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 28103 0 1 0 276 13 0 0 25 0 13 0 18231663 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109616801 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18231665 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18231665 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1835464 CPUtime=0.24
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 637 0 0 0 24 0 0 0 16 0 13 0 18231671 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1835464 CPUtime=0.29
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 569 0 0 0 29 0 0 0 16 0 13 0 18231671 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1835464 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1879515136 29380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1835464

[startup+6.3017 s]
/proc/loadavg: 0.74 0.92 0.97 2/90 4007
/proc/meminfo: memFree=1421704/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1835560 CPUtime=6.78
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 30854 0 1 0 663 15 0 0 18 0 13 0 18231661 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458890 29490 1313 9 0 456502 0
[pid=3994/tid=3996] ppid=3992 vsize=1835560 CPUtime=6.07
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 28186 0 1 0 594 13 0 0 25 0 13 0 18231663 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109616563 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18231665 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18231665 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1835560 CPUtime=0.29
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1012 0 0 0 29 0 0 0 16 0 13 0 18231671 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1835560 CPUtime=0.39
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 933 0 0 0 39 0 0 0 15 0 13 0 18231671 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1879613440 29490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 1835560

[startup+12.701 s]
/proc/loadavg: 0.78 0.93 0.97 2/90 4007
/proc/meminfo: memFree=1421592/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1835560 CPUtime=13.18
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 30964 0 1 0 1302 16 0 0 18 0 13 0 18231661 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458890 29600 1313 9 0 456502 0
[pid=3994/tid=3996] ppid=3992 vsize=1835560 CPUtime=12.47
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 28296 0 1 0 1233 14 0 0 25 0 13 0 18231663 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552326 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18231665 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18231665 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1835560 CPUtime=0.29
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1012 0 0 0 29 0 0 0 16 0 13 0 18231671 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1835560 CPUtime=0.39
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 933 0 0 0 39 0 0 0 15 0 13 0 18231671 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1835560 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1879613440 29600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 1835560

[startup+25.5027 s]
/proc/loadavg: 0.81 0.93 0.97 2/90 4007
/proc/meminfo: memFree=1421464/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1834824 CPUtime=26.06
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 31210 0 1 0 2590 16 0 0 18 0 13 0 18231661 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458706 29669 1316 9 0 456318 0
[pid=3994/tid=3996] ppid=3992 vsize=1834824 CPUtime=25.26
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 28531 0 1 0 2512 14 0 0 25 0 13 0 18231663 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584730 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18231665 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18231665 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1878859776 29669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3994/tid=3999] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1834824 CPUtime=0.43
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1029 0 0 0 43 0 0 0 16 0 13 0 18231671 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1834824 CPUtime=0.43
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 936 0 0 0 43 0 0 0 16 0 13 0 18231671 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1878859776 38769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.62
Current children cumulated vsize (KiB) 1834824

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 4205
/proc/meminfo: memFree=1381592/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1834824 CPUtime=702.59
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 41027 0 1 0 70226 33 0 0 18 0 13 0 18231661 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 458706 39484 1317 9 0 456318 0
[pid=3994/tid=3996] ppid=3992 vsize=1834824 CPUtime=701.7
/proc/3994/task/3996/stat : 3996 (java) R 3992 3994 3937 0 -1 64 38339 0 1 0 70139 31 0 0 25 0 13 0 18231663 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3997/stat : 3997 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18231665 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3998/stat : 3998 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18231665 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231667 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1834824 CPUtime=0.43
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1029 0 0 0 43 0 0 0 16 0 13 0 18231671 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1834824 CPUtime=0.43
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 936 0 0 0 43 0 0 0 16 0 13 0 18231671 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1834824 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1878859776 39484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.59
Current children cumulated vsize (KiB) 1834824



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+736.402 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 4205
/proc/meminfo: memFree=1324888/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1845076 CPUtime=736.94
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 57436 0 1 0 73653 41 0 0 18 0 13 0 18231661 1889357824 54322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 461269 54329 1323 9 0 458881 0
[pid=3994/tid=3996] ppid=3992 vsize=1845076 CPUtime=735.54
/proc/3994/task/3996/stat : 3996 (java) S 3992 3994 3937 0 -1 64 38825 0 1 0 73522 32 0 0 25 0 13 0 18231663 1889357824 54345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1845076 CPUtime=0.24
/proc/3994/task/3997/stat : 3997 (java) R 3992 3994 3937 0 -1 64 11621 0 0 0 20 4 0 0 18 0 13 0 18231665 1889357824 54354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1845076 CPUtime=0.25
/proc/3994/task/3998/stat : 3998 (java) R 3992 3994 3937 0 -1 64 4346 0 0 0 23 2 0 0 18 0 13 0 18231665 1889357824 54363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103371428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 18231667 1889357824 54372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1889357824 54381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1889357824 54389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18231671 1889357824 54399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1845076 CPUtime=0.43
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1029 0 0 0 43 0 0 0 16 0 13 0 18231671 1889357824 54407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1845076 CPUtime=0.43
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 936 0 0 0 43 0 0 0 16 0 13 0 18231671 1889357824 54417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1889357824 54425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1889357824 54433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1845076 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1889357824 54440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 736.94
Current children cumulated vsize (KiB) 1845076

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

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

[startup+736.602 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 4205
/proc/meminfo: memFree=1324888/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1845072 CPUtime=737.34
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 64802 0 1 0 73689 45 0 0 16 0 13 0 18231661 1889353728 59806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 461268 59808 1322 9 0 458880 0
[pid=3994/tid=3996] ppid=3992 vsize=1845072 CPUtime=735.54
/proc/3994/task/3996/stat : 3996 (java) S 3992 3994 3937 0 -1 64 38825 0 1 0 73522 32 0 0 25 0 13 0 18231663 1889353728 59808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1845072 CPUtime=0.44
/proc/3994/task/3997/stat : 3997 (java) R 3992 3994 3937 0 -1 64 16889 0 0 0 37 7 0 0 20 0 13 0 18231665 1889353728 59809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1845072 CPUtime=0.44
/proc/3994/task/3998/stat : 3998 (java) R 3992 3994 3937 0 -1 64 6406 0 0 0 41 3 0 0 18 0 13 0 18231665 1889353728 59810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 18231667 1889353728 59811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1889353728 59812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1889353728 59814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231671 1889353728 59815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1845072 CPUtime=0.43
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1029 0 0 0 43 0 0 0 16 0 13 0 18231671 1889353728 59816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1845072 CPUtime=0.43
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 936 0 0 0 43 0 0 0 16 0 13 0 18231671 1889353728 59817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1889353728 59818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1889353728 59819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1889353728 59820 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 737.34
Current children cumulated vsize (KiB) 1845072

[startup+737.006 s]
/proc/loadavg: 1.00 1.02 1.00 3/91 4206
/proc/meminfo: memFree=1263376/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=1845072 CPUtime=738.13
/proc/3994/stat : 3994 (java) S 3992 3994 3937 0 -1 0 77539 0 1 0 73761 52 0 0 16 0 13 0 18231661 1889353728 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 461268 71090 1322 9 0 458880 0
[pid=3994/tid=3996] ppid=3992 vsize=1845072 CPUtime=735.54
/proc/3994/task/3996/stat : 3996 (java) S 3992 3994 3937 0 -1 64 38825 0 1 0 73522 32 0 0 25 0 13 0 18231663 1889353728 71091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3997] ppid=3992 vsize=1845072 CPUtime=0.83
/proc/3994/task/3997/stat : 3997 (java) R 3992 3994 3937 0 -1 64 24532 0 0 0 72 11 0 0 25 0 13 0 18231665 1889353728 71092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366866 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=3998] ppid=3992 vsize=1845072 CPUtime=0.85
/proc/3994/task/3998/stat : 3998 (java) R 3992 3994 3937 0 -1 64 11500 0 0 0 79 6 0 0 22 0 13 0 18231665 1889353728 71093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3994/tid=3999] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/3999/stat : 3999 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 18231667 1889353728 71094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4000] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4000/stat : 4000 (java) S 3992 3994 3937 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18231667 1889353728 71095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4001] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4001/stat : 4001 (java) S 3992 3994 3937 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18231667 1889353728 71096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4002] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4002/stat : 4002 (java) S 3992 3994 3937 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18231671 1889353728 71097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4003] ppid=3992 vsize=1845072 CPUtime=0.43
/proc/3994/task/4003/stat : 4003 (java) S 3992 3994 3937 0 -1 64 1029 0 0 0 43 0 0 0 16 0 13 0 18231671 1889353728 71097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4004] ppid=3992 vsize=1845072 CPUtime=0.43
/proc/3994/task/4004/stat : 4004 (java) S 3992 3994 3937 0 -1 64 936 0 0 0 43 0 0 0 16 0 13 0 18231671 1889353728 71098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4005] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4005/stat : 4005 (java) S 3992 3994 3937 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18231671 1889353728 71099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4006] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4006/stat : 4006 (java) S 3992 3994 3937 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18231671 1889353728 71100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3994/tid=4007] ppid=3992 vsize=1845072 CPUtime=0
/proc/3994/task/4007/stat : 4007 (java) S 3992 3994 3937 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18231926 1889353728 71101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 738.13
Current children cumulated vsize (KiB) 1845072

[startup+737.103 s]
/proc/loadavg: 1.00 1.02 1.00 3/91 4206
/proc/meminfo: memFree=1263376/2055920 swapFree=4112932/4192956
[pid=3994] ppid=3992 vsize=0 CPUtime=738.31
/proc/3994/stat : 3994 (java) Z 3992 3994 3937 0 -1 1036 79335 0 1 0 73777 54 0 0 15 0 2 0 18231661 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3994/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 738.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 737.145
CPU time (s): 738.356
CPU user time (s): 737.775
CPU system time (s): 0.580911
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 1845076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 737.775
system time used= 0.580911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79335
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= 15295
involuntary context switches= 3879

runsolver used 0.659899 second user time and 2.09568 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 18 10:52:01 UTC 2007

IDJOB= 313932
IDBENCH= 20379
IDSOLVER= 96
FILE ID= node40/313932-1176893521

PBS_JOBID= 4595174

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  83ece6745238c422c7e68e5a07fc7f73

RANDOM SEED= 518235479

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1535944 kB
Buffers:         29512 kB
Cached:         409512 kB
SwapCached:       2636 kB
Active:         202992 kB
Inactive:       260920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535944 kB
SwapTotal:     4192956 kB
SwapFree:      4112932 kB
Dirty:           16632 kB
Writeback:           0 kB
Mapped:          33832 kB
Slab:            41532 kB
Committed_AS:   256312 kB
PageTables:       1876 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= 66531 MiB

End job on node40 on Wed Apr 18 11:04:20 UTC 2007