Trace number 315452

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) 1146.62 1145.49

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h32-unknown.cnf
MD5SUM31ebf23e42c2af5eeb4e8b1cb1366a0c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.3348
Satisfiable
(Un)Satisfiability was proved
Number of variables161116
Number of clauses800163
Sum of the clauses size2079881
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2640925
Number of clauses of size 3153402
Number of clauses of size 41419
Number of clauses of size 5124
Number of clauses of size over 54017

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1703279312
0.08/0.14	c Max memory 1706164224
0.08/0.14	c Total memory 1706164224
0.08/0.14	c Number of processors 2
0.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/315452-1172654212/instance-315452-1172654212.cnf
0.08/0.19	c reading problem ... 
2.44/2.33	c ... done. Wall clock time 2.131s.
2.44/2.33	c CPU time (experimental) 2.19s.
2.44/2.33	c #vars     163755
2.44/2.33	c #constraints  799863
1146.48/1145.43	c starts		: 15
1146.48/1145.43	c conflicts		: 80974
1146.48/1145.43	c decisions		: 181528
1146.48/1145.43	c propagations		: 782097568
1146.48/1145.43	c inspects		: 1781145206
1146.48/1145.43	c learnt literals	: 13
1146.48/1145.43	c learnt binary clauses	: 586
1146.48/1145.43	c learnt ternary clauses	: 2022
1146.48/1145.43	c learnt clauses	: 80960
1146.48/1145.43	c root simplifications	: 0
1146.48/1145.43	c removed literals (reason simplification)	: 6618802
1146.48/1145.43	c reason swapping (by a shorter reason)	: 0
1146.48/1145.43	c Calls to reduceDB	: 0
1146.48/1145.43	c speed (decisions/second)	: 158.8108954590589
1146.48/1145.43	c non guided choices	3246
1146.48/1145.43	s UNKNOWN
1146.48/1145.43	c Total wall clock time (in seconds) : 1145.238
1146.48/1145.43	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/node34/watcher-315452-1172654212 -o ROOT/results/node34/solver-315452-1172654212 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315452-1172654212/sat4j-sat2007.jar /tmp/evaluation/315452-1172654212/instance-315452-1172654212.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.99 0.97 0.98 3/64 10559
/proc/meminfo: memFree=743776/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1520 CPUtime=0
/proc/10559/stat : 10559 (java) R 10557 10559 10094 0 -1 0 89 0 0 0 0 0 0 0 18 0 1 0 259185087 1556480 72 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7691233 0 0 4096 0 0 0 0 17 1 0 0
/proc/10559/statm: 380 73 56 9 0 10 0

[startup+0.0247359 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10559
/proc/meminfo: memFree=743776/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1824340 CPUtime=0.01
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 2057 0 1 0 0 1 0 0 18 0 2 0 259185087 1868124160 1807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 456085 1818 381 9 0 454099 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1824340

[startup+0.101733 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10559
/proc/meminfo: memFree=743776/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1831496 CPUtime=0.08
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 4029 0 1 0 5 3 0 0 18 0 12 0 259185087 1875451904 3771 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 457874 3771 1123 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301755 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10559
/proc/meminfo: memFree=743776/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1833932 CPUtime=0.34
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 7514 0 1 0 29 5 0 0 18 0 12 0 259185087 1877946368 7235 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 458483 7235 1286 9 0 456095 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1833932

[startup+0.701788 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10559
/proc/meminfo: memFree=743776/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1835664 CPUtime=0.83
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 10952 0 1 0 76 7 0 0 18 0 12 0 259185087 1879719936 10298 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 458916 10298 1299 9 0 456528 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1835664

[startup+1.50285 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 10571
/proc/meminfo: memFree=696384/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1835664 CPUtime=1.63
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 18591 0 1 0 152 11 0 0 18 0 12 0 259185087 1879719936 17936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 458916 17936 1304 9 0 456528 0
[pid=10559/tid=10561] ppid=10557 vsize=1835664 CPUtime=1.38
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 16586 0 1 0 128 10 0 0 25 0 12 0 259185088 1879719936 17936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 259185090 1879719936 17937 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 259185090 1879719936 17937 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 259185092 1879719936 17937 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 259185093 1879719936 17938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 259185093 1879719936 17938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 259185097 1879719936 17938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1835664 CPUtime=0.09
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 530 0 0 0 9 0 0 0 16 0 12 0 259185097 1879719936 17939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1835664 CPUtime=0.14
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 754 0 0 0 14 0 0 0 16 0 12 0 259185097 1879719936 17939 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259185097 1879719936 17940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1835664 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259185097 1879719936 17940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 1835664

[startup+3.10298 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 10571
/proc/meminfo: memFree=654208/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1837744 CPUtime=3.6
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 29318 0 1 0 343 17 0 0 18 0 13 0 259185087 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459436 27406 1317 9 0 457048 0
[pid=10559/tid=10561] ppid=10557 vsize=1837744 CPUtime=2.83
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 25531 0 1 0 268 15 0 0 17 0 13 0 259185088 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1837744 CPUtime=0.36
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1537 0 0 0 36 0 0 0 16 0 13 0 259185097 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1837744 CPUtime=0.38
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1525 0 0 0 38 0 0 0 16 0 13 0 259185097 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1837744 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1881849856 27406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1837744

[startup+6.30204 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 10572
/proc/meminfo: memFree=638528/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1837584 CPUtime=6.83
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 29403 0 1 0 665 18 0 0 18 0 13 0 259185087 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459396 27450 1317 9 0 457008 0
[pid=10559/tid=10561] ppid=10557 vsize=1837584 CPUtime=6.01
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 25615 0 1 0 585 16 0 0 25 0 13 0 259185088 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655520 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1837584 CPUtime=0.39
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1538 0 0 0 39 0 0 0 16 0 13 0 259185097 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1837584 CPUtime=0.4
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1525 0 0 0 40 0 0 0 16 0 13 0 259185097 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1881686016 27450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1837584

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 10572
/proc/meminfo: memFree=638144/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1837584 CPUtime=13.23
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 29484 0 1 0 1305 18 0 0 18 0 13 0 259185087 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459396 27531 1317 9 0 457008 0
[pid=10559/tid=10561] ppid=10557 vsize=1837584 CPUtime=12.41
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 25696 0 1 0 1225 16 0 0 25 0 13 0 259185088 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1837584 CPUtime=0.39
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1538 0 0 0 39 0 0 0 16 0 13 0 259185097 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1837584 CPUtime=0.4
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1525 0 0 0 40 0 0 0 16 0 13 0 259185097 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1837584 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1881686016 27531 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 1837584

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 10572
/proc/meminfo: memFree=638464/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1837012 CPUtime=26.05
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 29566 0 1 0 2587 18 0 0 18 0 13 0 259185087 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459253 27471 1320 9 0 456865 0
[pid=10559/tid=10561] ppid=10557 vsize=1837012 CPUtime=25.2
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 25769 0 1 0 2503 17 0 0 25 0 13 0 259185088 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109626762 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1837012 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1837012 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1837012 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1837012 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1881100288 27471 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10559] ppid=10557 vsize=1836852 CPUtime=1062.67
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 41703 0 1 0 106232 35 0 0 18 0 13 0 259185087 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459213 39565 1321 9 0 456825 0
[pid=10559/tid=10561] ppid=10557 vsize=1836852 CPUtime=1061.69
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 37895 0 1 0 106136 33 0 0 25 0 13 0 259185088 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109686313 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1836852 CPUtime=0.46
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1542 0 0 0 46 0 0 0 17 0 13 0 259185097 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1836852 CPUtime=0.48
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1541 0 0 0 48 0 0 0 16 0 13 0 259185097 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1880936448 39565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.67
Current children cumulated vsize (KiB) 1836852

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 10574
/proc/meminfo: memFree=587136/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1836852 CPUtime=1122.66
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 42351 0 1 0 112230 36 0 0 18 0 13 0 259185087 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 459213 40213 1321 9 0 456825 0
[pid=10559/tid=10561] ppid=10557 vsize=1836852 CPUtime=1121.68
/proc/10559/task/10561/stat : 10561 (java) R 10557 10559 10094 0 -1 64 38543 0 1 0 112134 34 0 0 25 0 13 0 259185088 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109655485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10562/stat : 10562 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 259185090 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10563/stat : 10563 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 259185090 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185092 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1836852 CPUtime=0.46
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1542 0 0 0 46 0 0 0 17 0 13 0 259185097 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1836852 CPUtime=0.48
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1541 0 0 0 48 0 0 0 16 0 13 0 259185097 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1836852 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1880936448 40213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 1836852



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1144.8 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 10574
/proc/meminfo: memFree=564736/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1843260 CPUtime=1145.3
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 49462 0 1 0 114491 39 0 0 18 0 13 0 259185087 1887498240 45951 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10559/statm: 460815 45951 1326 9 0 458427 0
[pid=10559/tid=10561] ppid=10557 vsize=1843260 CPUtime=1144.03
/proc/10559/task/10561/stat : 10561 (java) S 10557 10559 10094 0 -1 64 38823 0 1 0 114369 34 0 0 25 0 13 0 259185088 1887498240 45953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1843260 CPUtime=0.13
/proc/10559/task/10562/stat : 10562 (java) R 10557 10559 10094 0 -1 64 4098 0 0 0 12 1 0 0 18 0 13 0 259185090 1887498240 45954 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1843260 CPUtime=0.13
/proc/10559/task/10563/stat : 10563 (java) R 10557 10559 10094 0 -1 64 2740 0 0 0 13 0 0 0 18 0 13 0 259185090 1887498240 45955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 259185092 1887498240 45956 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1887498240 45957 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1887498240 45958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 259185097 1887498240 45959 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1843260 CPUtime=0.46
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1542 0 0 0 46 0 0 0 17 0 13 0 259185097 1887498240 45960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1843260 CPUtime=0.48
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1541 0 0 0 48 0 0 0 16 0 13 0 259185097 1887498240 45961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1887498240 45962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1887498240 45962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1887498240 45964 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1145.3
Current children cumulated vsize (KiB) 1843260

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

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

[startup+1145 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 10575
/proc/meminfo: memFree=505848/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1843260 CPUtime=1145.7
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 65799 0 1 0 114524 46 0 0 16 0 13 0 259185087 1887498240 60634 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10559/statm: 460815 60635 1326 9 0 458427 0
[pid=10559/tid=10561] ppid=10557 vsize=1843260 CPUtime=1144.03
/proc/10559/task/10561/stat : 10561 (java) S 10557 10559 10094 0 -1 64 38823 0 1 0 114369 34 0 0 25 0 13 0 259185088 1887498240 60637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1843260 CPUtime=0.33
/proc/10559/task/10562/stat : 10562 (java) R 10557 10559 10094 0 -1 64 16735 0 0 0 27 6 0 0 20 0 13 0 259185090 1887498240 60638 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1843260 CPUtime=0.33
/proc/10559/task/10563/stat : 10563 (java) R 10557 10559 10094 0 -1 64 6440 0 0 0 31 2 0 0 19 0 13 0 259185090 1887498240 60639 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 259185092 1887498240 60640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1887498240 60641 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1887498240 60642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185097 1887498240 60643 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1843260 CPUtime=0.46
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1542 0 0 0 46 0 0 0 17 0 13 0 259185097 1887498240 60645 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1843260 CPUtime=0.48
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1541 0 0 0 48 0 0 0 16 0 13 0 259185097 1887498240 60646 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1887498240 60647 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1887498240 60648 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1843260 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1887498240 60650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1145.7
Current children cumulated vsize (KiB) 1843260

[startup+1145.4 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 10575
/proc/meminfo: memFree=505848/2055920 swapFree=4183944/4192956
[pid=10559] ppid=10557 vsize=1844540 CPUtime=1146.48
/proc/10559/stat : 10559 (java) S 10557 10559 10094 0 -1 0 81006 0 1 0 114595 53 0 0 16 0 13 0 259185087 1888808960 74357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10559/statm: 461135 74359 1326 9 0 458747 0
[pid=10559/tid=10561] ppid=10557 vsize=1844540 CPUtime=1144.03
/proc/10559/task/10561/stat : 10561 (java) S 10557 10559 10094 0 -1 64 38823 0 1 0 114369 34 0 0 25 0 13 0 259185088 1888808960 74360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10562] ppid=10557 vsize=1844540 CPUtime=0.72
/proc/10559/task/10562/stat : 10562 (java) R 10557 10559 10094 0 -1 64 25828 0 0 0 61 11 0 0 20 0 13 0 259185090 1888808960 74361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10563] ppid=10557 vsize=1844540 CPUtime=0.73
/proc/10559/task/10563/stat : 10563 (java) R 10557 10559 10094 0 -1 64 12555 0 0 0 68 5 0 0 21 0 13 0 259185090 1888808960 74363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10564] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10564/stat : 10564 (java) S 10557 10559 10094 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 259185092 1888808960 74364 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10565] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10565/stat : 10565 (java) S 10557 10559 10094 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 259185093 1888808960 74364 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10566] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10566/stat : 10566 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 259185093 1888808960 74365 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10567] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10567/stat : 10567 (java) S 10557 10559 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259185097 1888808960 74366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10568] ppid=10557 vsize=1844540 CPUtime=0.46
/proc/10559/task/10568/stat : 10568 (java) S 10557 10559 10094 0 -1 64 1542 0 0 0 46 0 0 0 17 0 13 0 259185097 1888808960 74367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10559/tid=10569] ppid=10557 vsize=1844540 CPUtime=0.48
/proc/10559/task/10569/stat : 10569 (java) S 10557 10559 10094 0 -1 64 1541 0 0 0 48 0 0 0 16 0 13 0 259185097 1888808960 74368 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10570] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10570/stat : 10570 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259185097 1888808960 74369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10571] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10571/stat : 10571 (java) S 10557 10559 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259185097 1888808960 74371 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10559/tid=10572] ppid=10557 vsize=1844540 CPUtime=0
/proc/10559/task/10572/stat : 10572 (java) S 10557 10559 10094 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 259185327 1888808960 74372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1146.48
Current children cumulated vsize (KiB) 1844540

Child status: 143
Real time (s): 1145.49
CPU time (s): 1146.62
CPU user time (s): 1146.03
CPU system time (s): 0.584911
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 1844540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146.03
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82120
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= 23647
involuntary context switches= 2292

runsolver used 1.36679 second user time and 2.82457 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 09:16:53 UTC 2007

IDJOB= 315452
IDBENCH= 20417
IDSOLVER= 96
FILE ID= node34/315452-1172654212

PBS_JOBID= 3981202

Free space on /tmp= 66263 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h32-unknown.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315452-1172654212/sat4j-sat2007.jar /tmp/evaluation/315452-1172654212/instance-315452-1172654212.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-315452-1172654212 -o ROOT/results/node34/solver-315452-1172654212 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315452-1172654212/sat4j-sat2007.jar /tmp/evaluation/315452-1172654212/instance-315452-1172654212.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  31ebf23e42c2af5eeb4e8b1cb1366a0c

RANDOM SEED= 342063885

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        744184 kB
Buffers:         37932 kB
Cached:        1197192 kB
SwapCached:       3224 kB
Active:         394096 kB
Inactive:       865480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        744184 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:           15756 kB
Writeback:           0 kB
Mapped:          29960 kB
Slab:            38164 kB
Committed_AS:   625636 kB
PageTables:       1432 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= 66263 MiB

End job on node34 on Wed Feb 28 09:36:00 UTC 2007