Trace number 314052

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) 279.666 278.269

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-11-u.cnf
MD5SUMd5600dba4aca04c398955a541e8c3ab9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables188962
Number of clauses841193
Sum of the clauses size1911144
Maximum clause length10
Minimum clause length1
Number of clauses of size 114366
Number of clauses of size 2690683
Number of clauses of size 3100484
Number of clauses of size 43960
Number of clauses of size 515840
Number of clauses of size over 515860

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/314052-1176895504/instance-314052-1176895504.cnf
0.20/0.20	c reading problem ... 
2.38/2.33	c ... done. Wall clock time 2.127s.
2.38/2.33	c CPU time (experimental) 2.2s.
2.38/2.33	c #vars     188962
2.38/2.33	c #constraints  825889
279.42/278.17	c starts		: 12
279.42/278.17	c conflicts		: 22085
279.42/278.17	c decisions		: 82002
279.42/278.17	c propagations		: 125988553
279.42/278.17	c inspects		: 385499198
279.42/278.17	c learnt literals	: 55
279.42/278.17	c learnt binary clauses	: 476
279.42/278.17	c learnt ternary clauses	: 622
279.42/278.17	c learnt clauses	: 22030
279.42/278.17	c root simplifications	: 0
279.42/278.17	c removed literals (reason simplification)	: 1119371
279.42/278.17	c reason swapping (by a shorter reason)	: 0
279.42/278.17	c Calls to reduceDB	: 0
279.42/278.17	c speed (decisions/second)	: 297.34688475609977
279.42/278.17	c non guided choices	1013
279.42/278.17	s UNKNOWN
279.42/278.17	c Total wall clock time (in seconds) : 277.975
279.42/278.17	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-314052-1176895504 -o ROOT/results/node7/solver-314052-1176895504 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314052-1176895504/sat4j-sat2007.jar /tmp/evaluation/314052-1176895504/instance-314052-1176895504.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.73 0.94 0.98 2/77 23580
/proc/meminfo: memFree=1383592/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=152 CPUtime=0
/proc/23580/stat : 23580 (java) R 23578 23580 23523 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 165588088 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10416427 0 0 4096 0 0 0 0 17 1 0 0
/proc/23580/statm: 38 26 19 9 0 4 0

[startup+0.02635 s]
/proc/loadavg: 0.73 0.94 0.98 2/77 23580
/proc/meminfo: memFree=1383592/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1824340 CPUtime=0.01
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 2048 0 1 0 0 1 0 0 18 0 2 0 165588088 1868124160 1797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 456085 1807 381 9 0 454099 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1824340

[startup+0.101345 s]
/proc/loadavg: 0.73 0.94 0.98 2/77 23580
/proc/meminfo: memFree=1383592/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1831496 CPUtime=0.08
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 4014 0 1 0 5 3 0 0 18 0 12 0 165588088 1875451904 3755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 457874 3755 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301375 s]
/proc/loadavg: 0.73 0.94 0.98 2/77 23580
/proc/meminfo: memFree=1383592/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1833516 CPUtime=0.33
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 7967 0 1 0 28 5 0 0 18 0 12 0 165588088 1877520384 7705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 458379 7705 1282 9 0 455991 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833516

[startup+0.701419 s]
/proc/loadavg: 0.73 0.94 0.98 2/77 23580
/proc/meminfo: memFree=1383592/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1833592 CPUtime=0.79
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 13671 0 1 0 71 8 0 0 18 0 12 0 165588088 1877598208 13409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 458398 13409 1290 9 0 456010 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1833592

[startup+1.50149 s]
/proc/loadavg: 0.73 0.94 0.98 2/89 23592
/proc/meminfo: memFree=1318792/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1833592 CPUtime=1.58
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 20708 0 1 0 147 11 0 0 18 0 12 0 165588088 1877598208 20445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 458398 20446 1290 9 0 456010 0
[pid=23580/tid=23582] ppid=23578 vsize=1833592 CPUtime=1.37
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 19423 0 1 0 127 10 0 0 25 0 12 0 165588089 1877598208 20446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516704 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 165588091 1877598208 20446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165588091 1877598208 20447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 165588093 1877598208 20447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165588093 1877598208 20448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 165588093 1877598208 20449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165588097 1877598208 20450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1833592 CPUtime=0.09
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 315 0 0 0 9 0 0 0 16 0 12 0 165588097 1877598208 20450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1833592 CPUtime=0.1
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 251 0 0 0 10 0 0 0 16 0 12 0 165588097 1877598208 20451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165588097 1877598208 20452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1833592 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165588097 1877598208 20452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1833592

[startup+3.10267 s]
/proc/loadavg: 0.73 0.94 0.98 2/89 23592
/proc/meminfo: memFree=1285064/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1837352 CPUtime=3.57
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 30997 0 1 0 341 16 0 0 18 0 13 0 165588088 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 459338 29642 1313 9 0 456950 0
[pid=23580/tid=23582] ppid=23578 vsize=1837352 CPUtime=2.83
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 27864 0 1 0 269 14 0 0 17 0 13 0 165588089 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109629175 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1837352 CPUtime=0.37
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1343 0 0 0 37 0 0 0 16 0 13 0 165588097 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1837352 CPUtime=0.34
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1066 0 0 0 34 0 0 0 16 0 13 0 165588097 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1837352 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1881448448 29642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1837352

[startup+6.30281 s]
/proc/loadavg: 0.75 0.94 0.98 2/90 23593
/proc/meminfo: memFree=1269824/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1836448 CPUtime=6.77
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 31082 0 1 0 661 16 0 0 18 0 13 0 165588088 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 459112 29501 1313 9 0 456724 0
[pid=23580/tid=23582] ppid=23578 vsize=1836448 CPUtime=6.03
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 27949 0 1 0 589 14 0 0 25 0 13 0 165588089 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109629175 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1836448 CPUtime=0.37
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1343 0 0 0 37 0 0 0 16 0 13 0 165588097 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1836448 CPUtime=0.34
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1066 0 0 0 34 0 0 0 17 0 13 0 165588097 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1880522752 29501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1836448

[startup+12.7015 s]
/proc/loadavg: 0.77 0.94 0.98 2/90 23593
/proc/meminfo: memFree=1269384/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1836448 CPUtime=13.16
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 31278 0 1 0 1300 16 0 0 18 0 13 0 165588088 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 459112 29697 1313 9 0 456724 0
[pid=23580/tid=23582] ppid=23578 vsize=1836448 CPUtime=12.43
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 28145 0 1 0 1228 15 0 0 25 0 13 0 165588089 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508009 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1836448 CPUtime=0.37
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1343 0 0 0 37 0 0 0 16 0 13 0 165588097 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1836448 CPUtime=0.34
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1066 0 0 0 34 0 0 0 17 0 13 0 165588097 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1880522752 29697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 1836448

[startup+25.5028 s]
/proc/loadavg: 0.82 0.94 0.98 2/90 23593
/proc/meminfo: memFree=1267976/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1836448 CPUtime=26.01
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 31621 0 1 0 2584 17 0 0 18 0 13 0 165588088 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 459112 30039 1316 9 0 456724 0
[pid=23580/tid=23582] ppid=23578 vsize=1836448 CPUtime=25.22
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 28479 0 1 0 2506 16 0 0 25 0 13 0 165588089 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547622 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1836448 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1880522752 30039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/23580/statm: 459103 35502 1317 9 0 456715 0
[pid=23580/tid=23582] ppid=23578 vsize=1836412 CPUtime=161.96
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 33947 0 1 0 16172 24 0 0 25 0 13 0 165588089 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109629175 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1836412 CPUtime=0.44
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1353 0 0 0 44 0 0 0 16 0 13 0 165588097 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1836412 CPUtime=0.41
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1074 0 0 0 41 0 0 0 16 0 13 0 165588097 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1880485888 35502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.85
Current children cumulated vsize (KiB) 1836412

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.98 2/90 23593
/proc/meminfo: memFree=1236360/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1836412 CPUtime=222.83
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 39510 0 1 0 22253 30 0 0 18 0 13 0 165588088 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 459103 37914 1317 9 0 456715 0
[pid=23580/tid=23582] ppid=23578 vsize=1836412 CPUtime=221.94
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 36359 0 1 0 22166 28 0 0 25 0 13 0 165588089 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 165588091 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165588091 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588093 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1836412 CPUtime=0.44
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1353 0 0 0 44 0 0 0 16 0 13 0 165588097 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1836412 CPUtime=0.41
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1074 0 0 0 41 0 0 0 16 0 13 0 165588097 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1836412 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1880485888 37914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.83
Current children cumulated vsize (KiB) 1836412



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+277.402 s]
/proc/loadavg: 0.99 0.97 0.98 3/90 23593
/proc/meminfo: memFree=1213000/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1846664 CPUtime=278.02
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 46587 0 1 0 27767 35 0 0 18 0 13 0 165588088 1890983936 43946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23580/statm: 461666 43950 1322 9 0 459278 0
[pid=23580/tid=23582] ppid=23578 vsize=1846664 CPUtime=276.92
/proc/23580/task/23582/stat : 23582 (java) S 23578 23580 23523 0 -1 64 38823 0 1 0 27660 32 0 0 25 0 13 0 165588089 1890983936 43954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1846664 CPUtime=0.1
/proc/23580/task/23583/stat : 23583 (java) R 23578 23580 23523 0 -1 64 2496 0 0 0 10 0 0 0 17 0 13 0 165588091 1890983936 43956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103371402 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1846664 CPUtime=0.11
/proc/23580/task/23584/stat : 23584 (java) R 23578 23580 23523 0 -1 64 2137 0 0 0 10 1 0 0 17 0 13 0 165588091 1890983936 43963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 165588093 1890983936 43969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1890983936 43975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1890983936 43983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165588097 1890983936 43989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1846664 CPUtime=0.44
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1353 0 0 0 44 0 0 0 16 0 13 0 165588097 1890983936 43994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1846664 CPUtime=0.41
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1074 0 0 0 41 0 0 0 16 0 13 0 165588097 1890983936 44001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1890983936 44003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1890983936 44004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1846664 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1890983936 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.02
Current children cumulated vsize (KiB) 1846664

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

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

[startup+277.802 s]
/proc/loadavg: 0.99 0.97 0.98 3/90 23593
/proc/meminfo: memFree=1213000/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1844100 CPUtime=278.81
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 67903 0 1 0 27835 46 0 0 16 0 13 0 165588088 1888358400 63151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23580/statm: 461025 63152 1322 9 0 458637 0
[pid=23580/tid=23582] ppid=23578 vsize=1844100 CPUtime=276.92
/proc/23580/task/23582/stat : 23582 (java) S 23578 23580 23523 0 -1 64 38823 0 1 0 27660 32 0 0 25 0 13 0 165588089 1888358400 63153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1844100 CPUtime=0.5
/proc/23580/task/23583/stat : 23583 (java) R 23578 23580 23523 0 -1 64 18159 0 0 0 42 8 0 0 21 0 13 0 165588091 1888358400 63154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370512 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1844100 CPUtime=0.5
/proc/23580/task/23584/stat : 23584 (java) R 23578 23580 23523 0 -1 64 7775 0 0 0 46 4 0 0 21 0 13 0 165588091 1888358400 63155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 165588093 1888358400 63156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165588093 1888358400 63157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 165588093 1888358400 63158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165588097 1888358400 63159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1844100 CPUtime=0.44
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1353 0 0 0 44 0 0 0 16 0 13 0 165588097 1888358400 63160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1844100 CPUtime=0.41
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1074 0 0 0 41 0 0 0 16 0 13 0 165588097 1888358400 63161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165588097 1888358400 63162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165588097 1888358400 63163 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1844100 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165588339 1888358400 63164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.81
Current children cumulated vsize (KiB) 1844100

[startup+278.202 s]
/proc/loadavg: 0.99 0.97 0.98 2/92 23596
/proc/meminfo: memFree=1090936/2055920 swapFree=4150736/4192956
[pid=23580] ppid=23578 vsize=1844748 CPUtime=279.6
/proc/23580/stat : 23580 (java) S 23578 23580 23523 0 -1 0 80785 0 1 0 27908 52 0 0 16 0 14 0 165588088 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23580/statm: 461187 74214 1325 9 0 458799 0
[pid=23580/tid=23582] ppid=23578 vsize=1844748 CPUtime=276.95
/proc/23580/task/23582/stat : 23582 (java) R 23578 23580 23523 0 -1 64 38823 0 1 0 27663 32 0 0 17 0 14 0 165588089 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23583] ppid=23578 vsize=1844748 CPUtime=0.87
/proc/23580/task/23583/stat : 23583 (java) S 23578 23580 23523 0 -1 64 25996 0 0 0 77 10 0 0 16 0 14 0 165588091 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23584] ppid=23578 vsize=1844748 CPUtime=0.87
/proc/23580/task/23584/stat : 23584 (java) S 23578 23580 23523 0 -1 64 12790 0 0 0 80 7 0 0 16 0 14 0 165588091 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23585] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23585/stat : 23585 (java) S 23578 23580 23523 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 165588093 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23586] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23586/stat : 23586 (java) S 23578 23580 23523 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 165588093 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23587] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23587/stat : 23587 (java) S 23578 23580 23523 0 -1 64 3 0 0 0 0 0 0 0 23 0 14 0 165588093 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23588] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23588/stat : 23588 (java) S 23578 23580 23523 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 165588097 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23589] ppid=23578 vsize=1844748 CPUtime=0.44
/proc/23580/task/23589/stat : 23589 (java) S 23578 23580 23523 0 -1 64 1353 0 0 0 44 0 0 0 16 0 14 0 165588097 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23590] ppid=23578 vsize=1844748 CPUtime=0.41
/proc/23580/task/23590/stat : 23590 (java) S 23578 23580 23523 0 -1 64 1074 0 0 0 41 0 0 0 16 0 14 0 165588097 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23591] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23591/stat : 23591 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 165588097 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23592] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23592/stat : 23592 (java) S 23578 23580 23523 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 165588097 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23580/tid=23593] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23593/stat : 23593 (java) S 23578 23580 23523 0 -1 64 4 0 0 0 0 0 0 0 21 0 14 0 165588339 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23580/tid=23595] ppid=23578 vsize=1844748 CPUtime=0
/proc/23580/task/23595/stat : 23595 (java) S 23578 23580 23523 0 -1 64 11 0 0 0 0 0 0 0 18 0 14 0 165615906 1889021952 74214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 1844748

Child status: 143
Real time (s): 278.269
CPU time (s): 279.666
CPU user time (s): 279.099
CPU system time (s): 0.567913
CPU usage (%): 100.502
Max. virtual memory (cumulated for all children) (KiB): 1846664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.099
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80786
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= 6054
involuntary context switches= 6113

runsolver used 0.283956 second user time and 0.747886 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Apr 18 11:25:05 UTC 2007

IDJOB= 314052
IDBENCH= 20382
IDSOLVER= 96
FILE ID= node7/314052-1176895504

PBS_JOBID= 4595178

Free space on /tmp= 66356 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  d5600dba4aca04c398955a541e8c3ab9

RANDOM SEED= 457496715

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1383936 kB
Buffers:         35148 kB
Cached:         562176 kB
SwapCached:      22224 kB
Active:         226556 kB
Inactive:       402660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383936 kB
SwapTotal:     4192956 kB
SwapFree:      4150736 kB
Dirty:           16092 kB
Writeback:           0 kB
Mapped:          29996 kB
Slab:            28204 kB
Committed_AS:  7083576 kB
PageTables:       1860 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= 66356 MiB

End job on node7 on Wed Apr 18 11:29:44 UTC 2007