Trace number 330824

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) 675.587 672.412

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c version SAT COMPETITION 2007
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-34.ELsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1703279312
0.09/0.14	c Max memory 1706164224
0.09/0.14	c Total memory 1706164224
0.09/0.14	c Number of processors 2
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c Stops conflict analysis at the first Unique Implication Point
0.09/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.18	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.18	c Expensive reason simplification
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c timeout: 2147483s
0.09/0.18	c solving /tmp/evaluation/330824-1173174465/instance-330824-1173174465.cnf
0.09/0.18	c reading problem ... 
1.23/1.01	c ... done. Wall clock time 0.825s.
1.23/1.01	c CPU time (experimental) 0.93s.
1.23/1.01	c #vars     24604
1.23/1.01	c #constraints  261472
675.37/672.22	c starts		: 21
675.37/672.22	c conflicts		: 760982
675.37/672.22	c decisions		: 3352210
675.37/672.22	c propagations		: 196613518
675.37/672.22	c inspects		: 1317566280
675.37/672.22	c learnt literals	: 5
675.37/672.22	c learnt binary clauses	: 604
675.37/672.22	c learnt ternary clauses	: 682
675.37/672.22	c learnt clauses	: 760977
675.37/672.22	c root simplifications	: 0
675.37/672.22	c removed literals (reason simplification)	: 48258911
675.37/672.22	c reason swapping (by a shorter reason)	: 0
675.37/672.22	c Calls to reduceDB	: 0
675.37/672.22	c speed (decisions/second)	: 4994.53198564907
675.37/672.22	c non guided choices	223026
675.37/672.22	s UNKNOWN
675.37/672.22	c Total wall clock time (in seconds) : 672.036
675.37/672.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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-330824-1173174465 -o ROOT/results/node76/solver-330824-1173174465 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/330824-1173174465/sat4j-sat2007.jar /tmp/evaluation/330824-1173174465/instance-330824-1173174465.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.66 0.91 0.96 2/69 3542
/proc/meminfo: memFree=1777672/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1804 CPUtime=0
/proc/3542/stat : 3542 (java) D 3540 3542 3483 0 -1 0 164 0 0 0 0 0 0 0 18 0 1 0 337404846 1847296 136 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/3542/statm: 451 136 99 9 0 92 0

[startup+0.106374 s]
/proc/loadavg: 0.66 0.91 0.96 2/69 3542
/proc/meminfo: memFree=1777672/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1831648 CPUtime=0.09
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 4074 0 1 0 7 2 0 0 18 0 12 0 337404846 1875607552 3819 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 457912 3819 1125 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831648

[startup+0.202385 s]
/proc/loadavg: 0.66 0.91 0.96 2/69 3542
/proc/meminfo: memFree=1777672/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1833220 CPUtime=0.22
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 5355 0 1 0 19 3 0 0 18 0 12 0 337404846 1877217280 5097 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458305 5097 1256 9 0 455916 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1833220

[startup+0.3024 s]
/proc/loadavg: 0.66 0.91 0.96 2/69 3542
/proc/meminfo: memFree=1777672/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1833664 CPUtime=0.39
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 5638 0 1 0 36 3 0 0 18 0 12 0 337404846 1877671936 5380 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458416 5380 1289 9 0 456027 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1833664

[startup+0.702443 s]
/proc/loadavg: 0.66 0.91 0.96 2/69 3542
/proc/meminfo: memFree=1777672/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835564 CPUtime=0.93
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 9347 0 1 0 88 5 0 0 18 0 12 0 337404846 1879617536 8700 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458891 8700 1300 9 0 456502 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1835564

[startup+1.50254 s]
/proc/loadavg: 0.66 0.91 0.96 4/82 3555
/proc/meminfo: memFree=1735328/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835888 CPUtime=2
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 13153 0 1 0 194 6 0 0 18 0 13 0 337404846 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458972 11951 1320 9 0 456583 0
[pid=3542/tid=3544] ppid=3540 vsize=1835888 CPUtime=1.32
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 10362 0 1 0 128 4 0 0 18 0 13 0 337404847 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109607904 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 337404848 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337404848 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 337404850 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 337404851 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1835888 CPUtime=0.23
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 614 0 0 0 23 0 0 0 16 0 13 0 337404855 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1835888 CPUtime=0.42
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1454 0 0 0 42 0 0 0 16 0 13 0 337404855 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1879949312 11951 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1835888

[startup+3.10171 s]
/proc/loadavg: 0.66 0.91 0.96 2/82 3555
/proc/meminfo: memFree=1734176/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835888 CPUtime=3.64
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 13349 0 1 0 358 6 0 0 18 0 13 0 337404846 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458972 12114 1320 9 0 456583 0
[pid=3542/tid=3544] ppid=3540 vsize=1835888 CPUtime=2.89
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 10521 0 1 0 285 4 0 0 25 0 13 0 337404847 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109636199 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 337404848 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337404848 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337404850 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 337404851 1879949312 12114 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1835888 CPUtime=0.25
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 615 0 0 0 25 0 0 0 15 0 13 0 337404855 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1835888 CPUtime=0.48
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1490 0 0 0 48 0 0 0 16 0 13 0 337404855 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1879949312 12115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1835888

[startup+6.30208 s]
/proc/loadavg: 0.69 0.91 0.96 2/82 3555
/proc/meminfo: memFree=1733344/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835888 CPUtime=6.84
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 13743 0 1 0 677 7 0 0 18 0 13 0 337404846 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458972 12369 1321 9 0 456583 0
[pid=3542/tid=3544] ppid=3540 vsize=1835888 CPUtime=6.08
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 10914 0 1 0 603 5 0 0 25 0 13 0 337404847 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109567112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 337404848 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337404848 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337404850 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 337404851 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1835888 CPUtime=0.25
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 615 0 0 0 25 0 0 0 16 0 13 0 337404855 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1835888 CPUtime=0.49
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1491 0 0 0 49 0 0 0 15 0 13 0 337404855 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1879949312 12369 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1835888

[startup+12.7018 s]
/proc/loadavg: 0.71 0.91 0.96 2/82 3555
/proc/meminfo: memFree=1731040/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835888 CPUtime=13.33
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 14162 0 1 0 1325 8 0 0 18 0 13 0 337404846 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458972 12764 1322 9 0 456583 0
[pid=3542/tid=3544] ppid=3540 vsize=1835888 CPUtime=12.48
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 11322 0 1 0 1242 6 0 0 25 0 13 0 337404847 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109575430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 337404848 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337404848 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337404850 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 337404851 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1835888 CPUtime=0.29
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 29 0 0 0 17 0 13 0 337404855 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1835888 CPUtime=0.53
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 53 0 0 0 17 0 13 0 337404855 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1879949312 12764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 1835888

[startup+25.5023 s]
/proc/loadavg: 0.77 0.91 0.96 2/82 3555
/proc/meminfo: memFree=1721320/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1835888 CPUtime=26.12
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 16662 0 1 0 2603 9 0 0 18 0 13 0 337404846 1879949312 15264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 458972 15264 1322 9 0 456583 0
[pid=3542/tid=3544] ppid=3540 vsize=1835888 CPUtime=25.28
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 13822 0 1 0 2521 7 0 0 25 0 13 0 337404847 1879949312 15264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109645508 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 337404848 1879949312 15264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1835888 CPUtime=0
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 337404848 1879949312 15264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 30 0 0 0 16 0 13 0 337404855 1885200384 154099 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1841016 CPUtime=0.54
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 54 0 0 0 16 0 13 0 337404855 1885200384 154099 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1885200384 154099 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1885200384 154099 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1885200384 154099 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 524.35
Current children cumulated vsize (KiB) 1841016

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/82 3555
/proc/meminfo: memFree=1017328/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1841016 CPUtime=584.87
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 245334 0 1 0 58359 128 0 0 18 0 13 0 337404846 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 460254 190831 1329 9 0 457865 0
[pid=3542/tid=3544] ppid=3540 vsize=1841016 CPUtime=579.71
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 38844 0 1 0 57943 28 0 0 25 0 13 0 337404847 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109607904 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1841016 CPUtime=2.12
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 104371 0 0 0 164 48 0 0 16 0 13 0 337404848 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1841016 CPUtime=2.15
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 99276 0 0 0 166 49 0 0 22 0 13 0 337404848 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337404850 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 337404851 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1841016 CPUtime=0.3
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 30 0 0 0 16 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1841016 CPUtime=0.54
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 54 0 0 0 16 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 584.87
Current children cumulated vsize (KiB) 1841016

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/82 3555
/proc/meminfo: memFree=1017264/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1841016 CPUtime=644.85
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 245334 0 1 0 64357 128 0 0 18 0 13 0 337404846 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 460254 190831 1329 9 0 457865 0
[pid=3542/tid=3544] ppid=3540 vsize=1841016 CPUtime=639.69
/proc/3542/task/3544/stat : 3544 (java) R 3540 3542 3483 0 -1 64 38844 0 1 0 63941 28 0 0 25 0 13 0 337404847 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109575725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1841016 CPUtime=2.12
/proc/3542/task/3545/stat : 3545 (java) S 3540 3542 3483 0 -1 64 104371 0 0 0 164 48 0 0 16 0 13 0 337404848 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1841016 CPUtime=2.15
/proc/3542/task/3546/stat : 3546 (java) S 3540 3542 3483 0 -1 64 99276 0 0 0 166 49 0 0 22 0 13 0 337404848 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337404850 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 337404851 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1841016 CPUtime=0.3
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 30 0 0 0 16 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1841016 CPUtime=0.54
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 54 0 0 0 16 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1841016 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1885200384 190831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 644.85
Current children cumulated vsize (KiB) 1841016



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+671.802 s]
/proc/loadavg: 1.00 0.97 0.97 3/82 3555
/proc/meminfo: memFree=1014512/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1843576 CPUtime=674.6
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 246615 0 1 0 67331 129 0 0 18 0 13 0 337404846 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3542/statm: 460894 191471 1329 9 0 458505 0
[pid=3542/tid=3544] ppid=3540 vsize=1843576 CPUtime=668.93
/proc/3542/task/3544/stat : 3544 (java) S 3540 3542 3483 0 -1 64 38844 0 1 0 66865 28 0 0 25 0 13 0 337404847 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1843576 CPUtime=2.36
/proc/3542/task/3545/stat : 3545 (java) R 3540 3542 3483 0 -1 64 105652 0 0 0 188 48 0 0 18 0 13 0 337404848 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 102355277 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1843576 CPUtime=2.41
/proc/3542/task/3546/stat : 3546 (java) R 3540 3542 3483 0 -1 64 99276 0 0 0 192 49 0 0 18 0 13 0 337404848 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337404850 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 337404851 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1843576 CPUtime=0.3
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 30 0 0 0 16 0 13 0 337404855 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1843576 CPUtime=0.54
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 54 0 0 0 16 0 13 0 337404855 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1887821824 191471 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 674.6
Current children cumulated vsize (KiB) 1843576

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

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

[startup+671.914 s]
/proc/loadavg: 1.00 0.97 0.97 3/82 3555
/proc/meminfo: memFree=1014512/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=1843576 CPUtime=674.8
/proc/3542/stat : 3542 (java) S 3540 3542 3483 0 -1 0 263610 0 1 0 67344 136 0 0 16 0 13 0 337404846 1887821824 203330 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3542/statm: 460894 203338 1329 9 0 458505 0
[pid=3542/tid=3544] ppid=3540 vsize=1843576 CPUtime=668.93
/proc/3542/task/3544/stat : 3544 (java) S 3540 3542 3483 0 -1 64 38844 0 1 0 66865 28 0 0 25 0 13 0 337404847 1887821824 203342 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3545] ppid=3540 vsize=1843576 CPUtime=2.47
/proc/3542/task/3545/stat : 3545 (java) R 3540 3542 3483 0 -1 64 113894 0 0 0 195 52 0 0 19 0 13 0 337404848 1887821824 203346 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3546] ppid=3540 vsize=1843576 CPUtime=2.51
/proc/3542/task/3546/stat : 3546 (java) R 3540 3542 3483 0 -1 64 108050 0 0 0 198 53 0 0 20 0 13 0 337404848 1887821824 203352 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3547] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3547/stat : 3547 (java) S 3540 3542 3483 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 337404850 1887821824 203357 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3548] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3548/stat : 3548 (java) S 3540 3542 3483 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 337404851 1887821824 203362 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3549] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3549/stat : 3549 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404851 1887821824 203367 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3550] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3550/stat : 3550 (java) S 3540 3542 3483 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 337404855 1887821824 203372 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3551] ppid=3540 vsize=1843576 CPUtime=0.3
/proc/3542/task/3551/stat : 3551 (java) S 3540 3542 3483 0 -1 64 617 0 0 0 30 0 0 0 16 0 13 0 337404855 1887821824 203377 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3552] ppid=3540 vsize=1843576 CPUtime=0.54
/proc/3542/task/3552/stat : 3552 (java) S 3540 3542 3483 0 -1 64 1500 0 0 0 54 0 0 0 16 0 13 0 337404855 1887821824 203381 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3553] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3553/stat : 3553 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 337404855 1887821824 203386 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3542/tid=3554] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3554/stat : 3554 (java) S 3540 3542 3483 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 337404855 1887821824 203388 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3542/tid=3555] ppid=3540 vsize=1843576 CPUtime=0
/proc/3542/task/3555/stat : 3555 (java) S 3540 3542 3483 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 337404951 1887821824 203392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 674.8
Current children cumulated vsize (KiB) 1843576

[startup+672.303 s]
/proc/loadavg: 1.00 0.97 0.97 3/83 3556
/proc/meminfo: memFree=889192/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=0 CPUtime=675.47
/proc/3542/stat : 3542 (java) Z 3540 3542 3483 0 -1 1036 299475 0 1 0 67392 155 0 0 15 0 2 0 337404846 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3542/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 675.47
Current children cumulated vsize (KiB) 0

[startup+672.403 s]
/proc/loadavg: 1.00 0.97 0.97 3/83 3556
/proc/meminfo: memFree=889192/2055888 swapFree=4087256/4096564
[pid=3542] ppid=3540 vsize=0 CPUtime=675.57
/proc/3542/stat : 3542 (java) Z 3540 3542 3483 0 -1 1036 299475 0 1 0 67392 165 0 0 15 0 2 0 337404846 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3542/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 675.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 672.412
CPU time (s): 675.587
CPU user time (s): 673.926
CPU system time (s): 1.66175
CPU usage (%): 100.472
Max. virtual memory (cumulated for all children) (KiB): 1843576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.926
system time used= 1.66175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13987
involuntary context switches= 3968

runsolver used 0.733888 second user time and 1.72974 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Mar  6 09:47:45 UTC 2007

IDJOB= 330824
IDBENCH= 20573
IDSOLVER= 96
FILE ID= node76/330824-1173174465

PBS_JOBID= 4015266

Free space on /tmp= 66615 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 630775074

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1778080 kB
Buffers:         22504 kB
Cached:         196392 kB
SwapCached:       2716 kB
Active:          69232 kB
Inactive:       158952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1778080 kB
SwapTotal:     4096564 kB
SwapFree:      4087256 kB
Dirty:            6180 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            35996 kB
Committed_AS:  1172440 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66615 MiB

End job on node76 on Tue Mar  6 09:58:59 UTC 2007