Trace number 313572

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) 284.555 283.3

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-13-u.cnf
MD5SUM4bb23e70b97827425fcf5759bf0a79a2
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 variables184196
Number of clauses833889
Sum of the clauses size1904914
Maximum clause length10
Minimum clause length1
Number of clauses of size 113964
Number of clauses of size 2672565
Number of clauses of size 3112780
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data (download as text)

0.12/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.35	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.35	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.36	c version SAT COMPETITION 2007
0.12/0.36	c sun.arch.data.model	32
0.12/0.36	c java.version	1.6.0
0.12/0.36	c os.name	Linux
0.12/0.36	c os.version	2.6.9-22.EL.rootsmp
0.12/0.36	c os.arch	i386
0.12/0.36	c Free memory 1703279312
0.12/0.36	c Max memory 1706164224
0.12/0.36	c Total memory 1706164224
0.12/0.36	c Number of processors 2
0.22/0.42	c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.22/0.42	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.42	c Expensive reason simplification
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c timeout: 2147483s
0.22/0.42	c solving /tmp/evaluation/313572-1176887457/instance-313572-1176887457.cnf
0.22/0.42	c reading problem ... 
2.51/2.61	c ... done. Wall clock time 2.193s.
2.51/2.61	c CPU time (experimental) 2.28s.
2.51/2.61	c #vars     184196
2.51/2.61	c #constraints  819017
284.44/283.21	c starts		: 13
284.44/283.21	c conflicts		: 34027
284.44/283.21	c decisions		: 106248
284.44/283.21	c propagations		: 108795897
284.44/283.21	c inspects		: 418064703
284.44/283.21	c learnt literals	: 69
284.44/283.21	c learnt binary clauses	: 553
284.44/283.21	c learnt ternary clauses	: 681
284.44/283.21	c learnt clauses	: 33957
284.44/283.21	c root simplifications	: 0
284.44/283.21	c removed literals (reason simplification)	: 908806
284.44/283.21	c reason swapping (by a shorter reason)	: 0
284.44/283.21	c Calls to reduceDB	: 0
284.44/283.21	c speed (decisions/second)	: 378.7213413938634
284.44/283.22	c non guided choices	968
284.44/283.22	s UNKNOWN
284.44/283.22	c Total wall clock time (in seconds) : 282.797
284.44/283.22	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/node26/watcher-313572-1176887457 -o ROOT/results/node26/solver-313572-1176887457 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313572-1176887457/sat4j-sat2007.jar /tmp/evaluation/313572-1176887457/instance-313572-1176887457.cnf 

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


[startup+0 s]
/proc/loadavg: 1.63 1.21 1.06 2/77 15625
/proc/meminfo: memFree=1435144/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=152 CPUtime=0
/proc/15625/stat : 15625 (java) R 15623 15625 14936 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 136662600 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 12591403 0 0 4096 0 0 0 0 17 1 0 0
/proc/15625/statm: 38 26 19 9 0 4 0

[startup+0.068911 s]
/proc/loadavg: 1.63 1.21 1.06 2/77 15625
/proc/meminfo: memFree=1435144/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=12056 CPUtime=0.01
/proc/15625/stat : 15625 (java) D 15623 15625 14936 0 -1 0 371 0 16 0 0 1 0 0 18 0 1 0 136662600 12345344 194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 12563242 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15625/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.103785 s]
/proc/loadavg: 1.63 1.21 1.06 2/77 15625
/proc/meminfo: memFree=1435144/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=12496 CPUtime=0.02
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 752 0 27 0 0 2 0 0 18 0 2 0 136662600 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.301803 s]
/proc/loadavg: 1.63 1.21 1.06 2/77 15625
/proc/meminfo: memFree=1435144/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1831644 CPUtime=0.12
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 4038 0 38 0 6 6 0 0 18 0 12 0 136662600 1875603456 3816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 457911 3816 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1831644

[startup+0.702838 s]
/proc/loadavg: 1.63 1.21 1.06 2/77 15625
/proc/meminfo: memFree=1435144/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1834112 CPUtime=0.6
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 9256 0 38 0 52 8 0 0 18 0 12 0 136662600 1878130688 9000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 458528 9000 1290 9 0 456140 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1834112

[startup+1.50291 s]
/proc/loadavg: 1.63 1.21 1.06 3/89 15637
/proc/meminfo: memFree=1372712/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1834112 CPUtime=1.4
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 19019 0 38 0 128 12 0 0 18 0 12 0 136662600 1878130688 18762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 458528 18762 1290 9 0 456140 0
[pid=15625/tid=15627] ppid=15623 vsize=1834112 CPUtime=1.17
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 17773 0 12 0 107 10 0 0 18 0 12 0 136662609 1878130688 18762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 136662616 1878130688 18763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 136662616 1878130688 18763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 136662620 1878130688 18763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 136662621 1878130688 18763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 136662621 1878130688 18763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 136662628 1878130688 18764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1834112 CPUtime=0.09
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 323 0 0 0 9 0 0 0 16 0 12 0 136662628 1878130688 18764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1834112 CPUtime=0.1
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 231 0 0 0 10 0 0 0 16 0 12 0 136662628 1878130688 18764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 136662628 1878130688 18764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1834112 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 136662628 1878130688 18764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1834112

[startup+3.10107 s]
/proc/loadavg: 1.58 1.21 1.06 2/89 15637
/proc/meminfo: memFree=1336808/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1837720 CPUtime=3.19
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 30278 0 38 0 302 17 0 0 18 0 13 0 136662600 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459430 29460 1305 9 0 457042 0
[pid=15625/tid=15627] ppid=15623 vsize=1837720 CPUtime=2.64
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 27697 0 12 0 250 14 0 0 24 0 13 0 136662609 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587679 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 136662616 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 136662616 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662620 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1837720 CPUtime=0.26
/proc/15625/task/15634/stat : 15634 (java) R 15623 15625 14936 0 -1 64 1249 0 0 0 26 0 0 0 17 0 13 0 136662628 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104722953 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1837720 CPUtime=0.24
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 636 0 0 0 24 0 0 0 16 0 13 0 136662628 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1881825280 29460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1837720 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1881825280 29461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1837720

[startup+6.30236 s]
/proc/loadavg: 1.58 1.21 1.06 2/90 15638
/proc/meminfo: memFree=1311840/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1837656 CPUtime=6.56
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 30729 0 38 0 639 17 0 0 18 0 13 0 136662600 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459414 29679 1313 9 0 457026 0
[pid=15625/tid=15627] ppid=15623 vsize=1837656 CPUtime=5.77
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 27833 0 12 0 563 14 0 0 25 0 13 0 136662609 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 136662616 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 136662616 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662620 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1837656 CPUtime=0.38
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1416 0 0 0 38 0 0 0 16 0 13 0 136662628 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1837656 CPUtime=0.36
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 784 0 0 0 36 0 0 0 16 0 13 0 136662628 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1837656 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1881759744 29679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 1837656

[startup+12.702 s]
/proc/loadavg: 1.49 1.20 1.06 2/90 15638
/proc/meminfo: memFree=1311208/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1837624 CPUtime=13.02
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 30883 0 38 0 1285 17 0 0 18 0 13 0 136662600 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459406 29825 1316 9 0 457018 0
[pid=15625/tid=15627] ppid=15623 vsize=1837624 CPUtime=12.16
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 27974 0 12 0 1202 14 0 0 25 0 13 0 136662609 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554246 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 136662616 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 136662616 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662620 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1837624 CPUtime=0.42
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1426 0 0 0 42 0 0 0 16 0 13 0 136662628 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1837624 CPUtime=0.4
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 787 0 0 0 40 0 0 0 17 0 13 0 136662628 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1837624 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1881726976 29825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 1837624

[startup+25.5021 s]
/proc/loadavg: 1.42 1.20 1.06 2/90 15638
/proc/meminfo: memFree=1310568/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1836864 CPUtime=25.83
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 31280 0 38 0 2565 18 0 0 18 0 13 0 136662600 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459216 30030 1316 9 0 456828 0
[pid=15625/tid=15627] ppid=15623 vsize=1836864 CPUtime=24.96
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 28370 0 12 0 2481 15 0 0 25 0 13 0 136662609 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109634248 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 136662616 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 136662616 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662620 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1880948736 30030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15625] ppid=15623 vsize=1836864 CPUtime=222.65
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 38461 0 38 0 22238 27 0 0 18 0 13 0 136662600 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459216 37210 1317 9 0 456828 0
[pid=15625/tid=15627] ppid=15623 vsize=1836864 CPUtime=221.7
/proc/15625/task/15627/stat : 15627 (java) R 15623 15625 14936 0 -1 64 35542 0 12 0 22146 24 0 0 25 0 13 0 136662609 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109626664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 136662616 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15629/stat : 15629 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 136662616 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662620 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1836864 CPUtime=0.46
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1429 0 0 0 46 0 0 0 16 0 13 0 136662628 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1836864 CPUtime=0.44
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 794 0 0 0 44 0 0 0 17 0 13 0 136662628 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1836864 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1880948736 37210 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.65
Current children cumulated vsize (KiB) 1836864

[startup+282.303 s]
/proc/loadavg: 1.00 1.08 1.03 2/90 15638
/proc/meminfo: memFree=1268456/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1837508 CPUtime=282.67
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 43080 0 38 0 28234 33 0 0 18 0 13 0 136662600 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 459377 41829 1322 9 0 456989 0
[pid=15625/tid=15627] ppid=15623 vsize=1837508 CPUtime=281.66
/proc/15625/task/15627/stat : 15627 (java) S 15623 15625 14936 0 -1 64 38821 0 12 0 28137 29 0 0 25 0 13 0 136662609 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1837508 CPUtime=0.02
/proc/15625/task/15628/stat : 15628 (java) R 15623 15625 14936 0 -1 64 321 0 0 0 2 0 0 0 17 0 13 0 136662616 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1837508 CPUtime=0.02
/proc/15625/task/15629/stat : 15629 (java) R 15623 15625 14936 0 -1 64 1020 0 0 0 2 0 0 0 17 0 13 0 136662616 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136662620 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1837508 CPUtime=0.46
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1429 0 0 0 46 0 0 0 16 0 13 0 136662628 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1837508 CPUtime=0.44
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 794 0 0 0 44 0 0 0 17 0 13 0 136662628 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1837508 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1881608192 41829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.67
Current children cumulated vsize (KiB) 1837508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+282.402 s]
/proc/loadavg: 1.00 1.07 1.03 3/90 15638
/proc/meminfo: memFree=1253608/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1843272 CPUtime=282.87
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 46719 0 38 0 28253 34 0 0 18 0 13 0 136662600 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 460818 44184 1322 9 0 458430 0
[pid=15625/tid=15627] ppid=15623 vsize=1843272 CPUtime=281.66
/proc/15625/task/15627/stat : 15627 (java) S 15623 15625 14936 0 -1 64 38821 0 12 0 28137 29 0 0 25 0 13 0 136662609 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1843272 CPUtime=0.11
/proc/15625/task/15628/stat : 15628 (java) R 15623 15625 14936 0 -1 64 1717 0 0 0 11 0 0 0 18 0 13 0 136662616 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1843272 CPUtime=0.13
/proc/15625/task/15629/stat : 15629 (java) R 15623 15625 14936 0 -1 64 3263 0 0 0 12 1 0 0 17 0 13 0 136662616 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370362 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136662620 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 136662628 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1843272 CPUtime=0.46
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1429 0 0 0 46 0 0 0 16 0 13 0 136662628 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1843272 CPUtime=0.44
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 794 0 0 0 44 0 0 0 17 0 13 0 136662628 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1887510528 44184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.87
Current children cumulated vsize (KiB) 1843272

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

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

[startup+283.002 s]
/proc/loadavg: 1.00 1.07 1.03 3/91 15639
/proc/meminfo: memFree=1212256/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1843272 CPUtime=284.05
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 74446 0 38 0 28360 45 0 0 16 0 13 0 136662600 1887510528 69346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 460818 69347 1322 9 0 458430 0
[pid=15625/tid=15627] ppid=15623 vsize=1843272 CPUtime=281.66
/proc/15625/task/15627/stat : 15627 (java) S 15623 15625 14936 0 -1 64 38821 0 12 0 28137 29 0 0 25 0 13 0 136662609 1887510528 69347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1843272 CPUtime=0.7
/proc/15625/task/15628/stat : 15628 (java) R 15623 15625 14936 0 -1 64 13762 0 0 0 64 6 0 0 23 0 13 0 136662616 1887510528 69349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1843272 CPUtime=0.72
/proc/15625/task/15629/stat : 15629 (java) R 15623 15625 14936 0 -1 64 18949 0 0 0 66 6 0 0 23 0 13 0 136662616 1887510528 69350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136662620 1887510528 69351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1887510528 69352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1887510528 69353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662628 1887510528 69354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1843272 CPUtime=0.46
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1429 0 0 0 46 0 0 0 16 0 13 0 136662628 1887510528 69355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1843272 CPUtime=0.44
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 794 0 0 0 44 0 0 0 17 0 13 0 136662628 1887510528 69356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1887510528 69357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1887510528 69358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1887510528 69359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.05
Current children cumulated vsize (KiB) 1843272

[startup+283.202 s]
/proc/loadavg: 1.00 1.07 1.03 3/91 15639
/proc/meminfo: memFree=1212256/2055920 swapFree=4170240/4192956
[pid=15625] ppid=15623 vsize=1843272 CPUtime=284.44
/proc/15625/stat : 15625 (java) S 15623 15625 14936 0 -1 0 79368 0 38 0 28398 46 0 0 16 0 13 0 136662600 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15625/statm: 460818 73805 1322 9 0 458430 0
[pid=15625/tid=15627] ppid=15623 vsize=1843272 CPUtime=281.66
/proc/15625/task/15627/stat : 15627 (java) S 15623 15625 14936 0 -1 64 38821 0 12 0 28137 29 0 0 25 0 13 0 136662609 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15628] ppid=15623 vsize=1843272 CPUtime=0.89
/proc/15625/task/15628/stat : 15628 (java) S 15623 15625 14936 0 -1 64 15888 0 0 0 83 6 0 0 25 0 13 0 136662616 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15629] ppid=15623 vsize=1843272 CPUtime=0.92
/proc/15625/task/15629/stat : 15629 (java) R 15623 15625 14936 0 -1 64 21740 0 0 0 85 7 0 0 25 0 13 0 136662616 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15630] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15630/stat : 15630 (java) S 15623 15625 14936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136662620 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15631] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15631/stat : 15631 (java) S 15623 15625 14936 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 136662621 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15632] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15632/stat : 15632 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662621 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15633] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15633/stat : 15633 (java) S 15623 15625 14936 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136662628 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15634] ppid=15623 vsize=1843272 CPUtime=0.46
/proc/15625/task/15634/stat : 15634 (java) S 15623 15625 14936 0 -1 64 1429 0 0 0 46 0 0 0 16 0 13 0 136662628 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15635] ppid=15623 vsize=1843272 CPUtime=0.44
/proc/15625/task/15635/stat : 15635 (java) S 15623 15625 14936 0 -1 64 794 0 0 0 44 0 0 0 17 0 13 0 136662628 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15636] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15636/stat : 15636 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 136662628 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15625/tid=15637] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15637/stat : 15637 (java) S 15623 15625 14936 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 136662628 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15625/tid=15638] ppid=15623 vsize=1843272 CPUtime=0
/proc/15625/task/15638/stat : 15638 (java) S 15623 15625 14936 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 136662880 1887510528 73805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.44
Current children cumulated vsize (KiB) 1843272

Child status: 143
Real time (s): 283.3
CPU time (s): 284.555
CPU user time (s): 284.045
CPU system time (s): 0.509922
CPU usage (%): 100.443
Max. virtual memory (cumulated for all children) (KiB): 1843272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.045
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79397
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6513
involuntary context switches= 7371

runsolver used 0.298954 second user time and 0.753885 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Apr 18 09:10:58 UTC 2007

IDJOB= 313572
IDBENCH= 20370
IDSOLVER= 96
FILE ID= node26/313572-1176887457

PBS_JOBID= 4595115

Free space on /tmp= 66421 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4bb23e70b97827425fcf5759bf0a79a2

RANDOM SEED= 102234211

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1435552 kB
Buffers:         36764 kB
Cached:         503868 kB
SwapCached:       3232 kB
Active:         236344 kB
Inactive:       327308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435552 kB
SwapTotal:     4192956 kB
SwapFree:      4170240 kB
Dirty:           15844 kB
Writeback:           0 kB
Mapped:          30444 kB
Slab:            42300 kB
Committed_AS:   970976 kB
PageTables:       1716 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= 66421 MiB

End job on node26 on Wed Apr 18 09:15:43 UTC 2007