Trace number 331160

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) 417.559 416.141

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark573.881
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data (download as text)

0.11/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.47	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.47	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.48	c version SAT COMPETITION 2007
0.11/0.48	c sun.arch.data.model	32
0.11/0.48	c java.version	1.6.0
0.11/0.48	c os.name	Linux
0.11/0.48	c os.version	2.6.9-22.EL.rootsmp
0.11/0.48	c os.arch	i386
0.11/0.48	c Free memory 1703279312
0.11/0.48	c Max memory 1706164224
0.11/0.48	c Total memory 1706164224
0.11/0.48	c Number of processors 2
0.17/0.54	c --- Begin Solver configuration ---
0.17/0.54	c Stops conflict analysis at the first Unique Implication Point
0.17/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.54	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.54	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.54	c Expensive reason simplification
0.17/0.54	c --- End Solver configuration ---
0.17/0.54	c timeout: 2147483s
0.17/0.54	c solving /tmp/evaluation/331160-1173181163/instance-331160-1173181163.cnf
0.17/0.54	c reading problem ... 
2.96/3.12	c ... done. Wall clock time 2.588s.
2.96/3.12	c CPU time (experimental) 2.66s.
2.96/3.12	c #vars     69789
2.96/3.12	c #constraints  968294
417.37/416.05	c starts		: 18
417.37/416.05	c conflicts		: 241640
417.37/416.05	c decisions		: 4359221
417.37/416.05	c propagations		: 186786591
417.37/416.05	c inspects		: 875084939
417.37/416.05	c learnt literals	: 5
417.37/416.05	c learnt binary clauses	: 867
417.37/416.05	c learnt ternary clauses	: 926
417.37/416.05	c learnt clauses	: 241635
417.37/416.05	c root simplifications	: 0
417.37/416.05	c removed literals (reason simplification)	: 12047885
417.37/416.05	c reason swapping (by a shorter reason)	: 0
417.37/416.05	c Calls to reduceDB	: 0
417.37/416.05	c speed (decisions/second)	: 10558.158967440666
417.37/416.05	c non guided choices	1295836
417.37/416.05	s UNKNOWN
417.37/416.05	c Total wall clock time (in seconds) : 415.516
417.37/416.05	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-331160-1173181163 -o ROOT/results/node12/solver-331160-1173181163 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331160-1173181163/sat4j-sat2007.jar /tmp/evaluation/331160-1173181163/instance-331160-1173181163.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26989
/proc/meminfo: memFree=1226104/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=152 CPUtime=0
/proc/26989/stat : 26989 (java) R 26987 26989 26233 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 338070832 155648 26 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 9695531 0 0 4096 0 0 0 0 17 1 0 0
/proc/26989/statm: 38 26 19 9 0 4 0

[startup+0.0605699 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26989
/proc/meminfo: memFree=1226104/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=12056 CPUtime=0.01
/proc/26989/stat : 26989 (java) R 26987 26989 26233 0 -1 0 371 0 10 0 0 1 0 0 18 0 1 0 338070832 12345344 188 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 9667370 0 0 4096 0 0 0 0 17 0 0 0
/proc/26989/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.102686 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26989
/proc/meminfo: memFree=1226104/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=12420 CPUtime=0.02
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 742 0 27 0 0 2 0 0 18 0 2 0 338070832 12718080 551 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.302707 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26989
/proc/meminfo: memFree=1226104/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1827476 CPUtime=0.05
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 3254 0 38 0 1 4 0 0 18 0 4 0 338070832 1871335424 3038 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 456869 3038 887 9 0 454505 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1827476

[startup+0.701786 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26989
/proc/meminfo: memFree=1226104/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1833564 CPUtime=0.49
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 7039 0 38 0 42 7 0 0 18 0 12 0 338070832 1877569536 6714 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458391 6714 1289 9 0 456003 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1833564

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 27001
/proc/meminfo: memFree=1184856/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1835288 CPUtime=1.36
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 14258 0 38 0 125 11 0 0 18 0 12 0 338070832 1879334912 13537 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458822 13538 1304 9 0 456434 0
[pid=26989/tid=26991] ppid=26987 vsize=1835288 CPUtime=1.03
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 12146 0 12 0 95 8 0 0 24 0 12 0 338070841 1879334912 13538 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109514484 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 338070859 1879334912 13539 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 338070859 1879334912 13539 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 338070863 1879334912 13540 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 338070864 1879334912 13540 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 338070864 1879334912 13540 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 338070871 1879334912 13541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1835288 CPUtime=0.15
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 490 0 0 0 15 0 0 0 16 0 12 0 338070871 1879334912 13541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1835288 CPUtime=0.14
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 928 0 0 0 14 0 0 0 16 0 12 0 338070871 1879334912 13541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 338070871 1879334912 13542 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338070871 1879334912 13542 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1835288

[startup+3.10221 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 27001
/proc/meminfo: memFree=1146584/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1835288 CPUtime=2.96
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 27559 0 38 0 278 18 0 0 18 0 12 0 338070832 1879334912 26838 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458822 26839 1304 9 0 456434 0
[pid=26989/tid=26991] ppid=26987 vsize=1835288 CPUtime=2.63
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 25447 0 12 0 248 15 0 0 25 0 12 0 338070841 1879334912 26839 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109514370 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 338070859 1879334912 26839 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 338070859 1879334912 26839 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 338070863 1879334912 26840 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 338070864 1879334912 26840 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 338070864 1879334912 26840 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 338070871 1879334912 26841 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1835288 CPUtime=0.15
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 490 0 0 0 15 0 0 0 16 0 12 0 338070871 1879334912 26841 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1835288 CPUtime=0.14
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 928 0 0 0 14 0 0 0 16 0 12 0 338070871 1879334912 26841 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 338070871 1879334912 26842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1835288 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 338070871 1879334912 26842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1835288

[startup+6.30179 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 27002
/proc/meminfo: memFree=1108816/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1835548 CPUtime=6.56
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 29405 0 38 0 637 19 0 0 18 0 13 0 338070832 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458887 28219 1319 9 0 456499 0
[pid=26989/tid=26991] ppid=26987 vsize=1835548 CPUtime=5.68
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 26738 0 12 0 552 16 0 0 25 0 13 0 338070841 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109647305 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 338070859 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 338070859 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 338070863 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 338070864 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 338070864 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 338070871 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1835548 CPUtime=0.41
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 955 0 0 0 41 0 0 0 16 0 13 0 338070871 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1835548 CPUtime=0.43
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1013 0 0 0 43 0 0 0 17 0 13 0 338070871 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1879601152 28219 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 1835548

[startup+12.7029 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 27002
/proc/meminfo: memFree=1108048/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1835548 CPUtime=12.96
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 29579 0 38 0 1277 19 0 0 18 0 13 0 338070832 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458887 28393 1319 9 0 456499 0
[pid=26989/tid=26991] ppid=26987 vsize=1835548 CPUtime=12.07
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 26912 0 12 0 1191 16 0 0 25 0 13 0 338070841 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109532147 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 338070859 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 338070859 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 338070863 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 338070864 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 338070864 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 338070871 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1835548 CPUtime=0.41
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 955 0 0 0 41 0 0 0 16 0 13 0 338070871 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1835548 CPUtime=0.43
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1013 0 0 0 43 0 0 0 17 0 13 0 338070871 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1879601152 28393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 1835548

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27002
/proc/meminfo: memFree=1107216/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1835548 CPUtime=25.74
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 29828 0 38 0 2554 20 0 0 18 0 13 0 338070832 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 458887 28642 1320 9 0 456499 0
[pid=26989/tid=26991] ppid=26987 vsize=1835548 CPUtime=24.84
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 27160 0 12 0 2468 16 0 0 25 0 13 0 338070841 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109531976 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 338070859 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 338070859 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 338070863 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1835548 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 338070864 1879601152 28642 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26989/tid=26994] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 338070863 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 338070864 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338070864 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 338070871 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1841316 CPUtime=0.46
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 962 0 0 0 46 0 0 0 16 0 13 0 338070871 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1841316 CPUtime=0.5
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1020 0 0 0 50 0 0 0 17 0 13 0 338070871 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1885507584 72760 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 343.13
Current children cumulated vsize (KiB) 1841316

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 27004
/proc/meminfo: memFree=930000/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1841316 CPUtime=403.09
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 79441 0 38 0 40261 48 0 0 18 0 13 0 338070832 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 460329 72770 1330 9 0 457941 0
[pid=26989/tid=26991] ppid=26987 vsize=1841316 CPUtime=400.54
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 38820 0 12 0 40027 27 0 0 25 0 13 0 338070841 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109693597 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1841316 CPUtime=0.76
/proc/26989/task/26992/stat : 26992 (java) S 26987 26989 26233 0 -1 64 11432 0 0 0 71 5 0 0 16 0 13 0 338070859 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1841316 CPUtime=0.76
/proc/26989/task/26993/stat : 26993 (java) S 26987 26989 26233 0 -1 64 26503 0 0 0 65 11 0 0 16 0 13 0 338070859 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 338070863 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 338070864 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338070864 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 338070871 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1841316 CPUtime=0.46
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 962 0 0 0 46 0 0 0 16 0 13 0 338070871 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1841316 CPUtime=0.5
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1020 0 0 0 50 0 0 0 17 0 13 0 338070871 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1841316 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1885507584 72770 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.09
Current children cumulated vsize (KiB) 1841316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+415.502 s]
/proc/loadavg: 1.00 1.00 1.00 4/90 27004
/proc/meminfo: memFree=928016/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1843236 CPUtime=416.38
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 80404 0 38 0 41590 48 0 0 18 0 13 0 338070832 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 460809 73250 1330 9 0 458421 0
[pid=26989/tid=26991] ppid=26987 vsize=1843236 CPUtime=413.64
/proc/26989/task/26991/stat : 26991 (java) R 26987 26989 26233 0 -1 64 38821 0 12 0 41337 27 0 0 25 0 13 0 338070841 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1843236 CPUtime=0.86
/proc/26989/task/26992/stat : 26992 (java) R 26987 26989 26233 0 -1 64 12394 0 0 0 81 5 0 0 17 0 13 0 338070859 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1843236 CPUtime=0.85
/proc/26989/task/26993/stat : 26993 (java) R 26987 26989 26233 0 -1 64 26503 0 0 0 74 11 0 0 17 0 13 0 338070859 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 338070863 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 338070864 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338070864 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 338070871 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1843236 CPUtime=0.46
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 962 0 0 0 46 0 0 0 16 0 13 0 338070871 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1843236 CPUtime=0.5
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1020 0 0 0 50 0 0 0 17 0 13 0 338070871 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1843236 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1887473664 73250 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.38
Current children cumulated vsize (KiB) 1843236

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

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

[startup+415.807 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 27005
/proc/meminfo: memFree=879688/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1845796 CPUtime=416.98
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 113128 0 38 0 41634 64 0 0 16 0 13 0 338070832 1890095104 98417 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26989/statm: 461449 98425 1330 9 0 459061 0
[pid=26989/tid=26991] ppid=26987 vsize=1845796 CPUtime=413.64
/proc/26989/task/26991/stat : 26991 (java) S 26987 26989 26233 0 -1 64 38821 0 12 0 41337 27 0 0 25 0 13 0 338070841 1890095104 98429 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1845796 CPUtime=1.16
/proc/26989/task/26992/stat : 26992 (java) R 26987 26989 26233 0 -1 64 28292 0 0 0 103 13 0 0 20 0 13 0 338070859 1890095104 98434 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1845796 CPUtime=1.14
/proc/26989/task/26993/stat : 26993 (java) R 26987 26989 26233 0 -1 64 43347 0 0 0 95 19 0 0 19 0 13 0 338070859 1890095104 98440 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 338070863 1890095104 98445 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 338070864 1890095104 98452 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338070864 1890095104 98458 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 338070871 1890095104 98463 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1845796 CPUtime=0.46
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 962 0 0 0 46 0 0 0 16 0 13 0 338070871 1890095104 98469 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1845796 CPUtime=0.5
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1020 0 0 0 50 0 0 0 17 0 13 0 338070871 1890095104 98475 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1890095104 98482 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1890095104 98488 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1890095104 98494 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.98
Current children cumulated vsize (KiB) 1845796

[startup+416.002 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 27005
/proc/meminfo: memFree=879688/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=1845796 CPUtime=417.37
/proc/26989/stat : 26989 (java) S 26987 26989 26233 0 -1 0 132197 0 38 0 41665 72 0 0 16 0 13 0 338070832 1890095104 113499 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26989/statm: 461449 113499 1330 9 0 459061 0
[pid=26989/tid=26991] ppid=26987 vsize=1845796 CPUtime=413.64
/proc/26989/task/26991/stat : 26991 (java) S 26987 26989 26233 0 -1 64 38821 0 12 0 41337 27 0 0 25 0 13 0 338070841 1890095104 113499 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=1845796 CPUtime=1.35
/proc/26989/task/26992/stat : 26992 (java) R 26987 26989 26233 0 -1 64 38353 0 0 0 118 17 0 0 22 0 13 0 338070859 1890095104 113499 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=1845796 CPUtime=1.34
/proc/26989/task/26993/stat : 26993 (java) R 26987 26989 26233 0 -1 64 52337 0 0 0 111 23 0 0 21 0 13 0 338070859 1890095104 113499 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26994] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26994/stat : 26994 (java) S 26987 26989 26233 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 338070863 1890095104 113499 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26989 26233 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 338070864 1890095104 113500 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26989 26233 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 338070864 1890095104 113501 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26997] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/26997/stat : 26997 (java) S 26987 26989 26233 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 338070871 1890095104 113502 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26998] ppid=26987 vsize=1845796 CPUtime=0.46
/proc/26989/task/26998/stat : 26998 (java) S 26987 26989 26233 0 -1 64 962 0 0 0 46 0 0 0 16 0 13 0 338070871 1890095104 113503 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26999] ppid=26987 vsize=1845796 CPUtime=0.5
/proc/26989/task/26999/stat : 26999 (java) S 26987 26989 26233 0 -1 64 1020 0 0 0 50 0 0 0 17 0 13 0 338070871 1890095104 113503 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27000] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27000/stat : 27000 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 338070871 1890095104 113504 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27001] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27001/stat : 27001 (java) S 26987 26989 26233 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 338070871 1890095104 113507 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=27002] ppid=26987 vsize=1845796 CPUtime=0
/proc/26989/task/27002/stat : 27002 (java) S 26987 26989 26233 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 338071150 1890095104 113507 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 417.37
Current children cumulated vsize (KiB) 1845796

[startup+416.103 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 27005
/proc/meminfo: memFree=879688/2055920 swapFree=4156600/4192956
[pid=26989] ppid=26987 vsize=0 CPUtime=417.51
/proc/26989/stat : 26989 (java) Z 26987 26989 26233 0 -1 1036 134317 0 38 0 41674 77 0 0 15 0 2 0 338070832 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26989/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 417.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 416.141
CPU time (s): 417.559
CPU user time (s): 416.747
CPU system time (s): 0.811876
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (KiB): 1845796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 416.747
system time used= 0.811876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134317
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= 9280
involuntary context switches= 9476

runsolver used 0.376942 second user time and 1.23181 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Mar  6 11:39:24 UTC 2007

IDJOB= 331160
IDBENCH= 20581
IDSOLVER= 96
FILE ID= node12/331160-1173181163

PBS_JOBID= 4015021

Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331160-1173181163/sat4j-sat2007.jar /tmp/evaluation/331160-1173181163/instance-331160-1173181163.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-331160-1173181163 -o ROOT/results/node12/solver-331160-1173181163 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331160-1173181163/sat4j-sat2007.jar /tmp/evaluation/331160-1173181163/instance-331160-1173181163.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ba6236c6cc840bb0208f73665843c375

RANDOM SEED= 793702784

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1226576 kB
Buffers:         43536 kB
Cached:         696432 kB
SwapCached:      14832 kB
Active:         231544 kB
Inactive:       531188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226576 kB
SwapTotal:     4192956 kB
SwapFree:      4156600 kB
Dirty:           20032 kB
Writeback:           0 kB
Mapped:          29880 kB
Slab:            52272 kB
Committed_AS:  1583768 kB
PageTables:       1692 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= 66384 MiB

End job on node12 on Tue Mar  6 11:46:21 UTC 2007