Trace number 320330

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? (TO) 1200.17 1198.98

General information on the benchmark

Nameindustrial/
manolios/manol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.565
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.11/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.36	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.36	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.37	c version SAT COMPETITION 2007
0.11/0.37	c sun.arch.data.model	32
0.11/0.37	c java.version	1.6.0
0.11/0.37	c os.name	Linux
0.11/0.37	c os.version	2.6.9-22.EL.rootsmp
0.11/0.37	c os.arch	i386
0.11/0.37	c Free memory 1703279312
0.11/0.37	c Max memory 1706164224
0.11/0.37	c Total memory 1706164224
0.11/0.37	c Number of processors 2
0.19/0.43	c --- Begin Solver configuration ---
0.19/0.43	c Stops conflict analysis at the first Unique Implication Point
0.19/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.43	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.43	c Expensive reason simplification
0.19/0.43	c --- End Solver configuration ---
0.19/0.43	c timeout: 2147483s
0.19/0.43	c solving /tmp/evaluation/320330-1173044354/instance-320330-1173044354.cnf
0.19/0.43	c reading problem ... 
1.70/1.87	c ... done. Wall clock time 1.44s.
1.70/1.87	c CPU time (experimental) 1.53s.
1.70/1.87	c #vars     185149
1.70/1.87	c #constraints  552411
1200.09/1198.92	c starts		: 19
1200.09/1198.92	c conflicts		: 316803
1200.09/1198.92	c decisions		: 605455
1200.09/1198.92	c propagations		: 692309848
1200.09/1198.92	c inspects		: 2228721032
1200.09/1198.92	c learnt literals	: 38
1200.09/1198.92	c learnt binary clauses	: 231
1200.09/1198.92	c learnt ternary clauses	: 837
1200.09/1198.92	c learnt clauses	: 316765
1200.09/1198.92	c root simplifications	: 0
1200.09/1198.92	c removed literals (reason simplification)	: 17955143
1200.09/1198.92	c reason swapping (by a shorter reason)	: 0
1200.09/1198.92	c Calls to reduceDB	: 0
1200.09/1198.92	c speed (decisions/second)	: 505.81965583327343
1200.09/1198.92	c non guided choices	2776
1200.09/1198.92	s UNKNOWN
1200.09/1198.92	c Total wall clock time (in seconds) : 1198.484
1200.09/1198.92	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/node16/watcher-320330-1173044354 -o ROOT/results/node16/solver-320330-1173044354 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320330-1173044354/sat4j-sat2007.jar /tmp/evaluation/320330-1173044354/instance-320330-1173044354.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 969
/proc/meminfo: memFree=1561176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=272 CPUtime=0
/proc/969/stat : 969 (java) D 967 969 862 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 324389724 278528 37 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/969/statm: 68 37 28 9 0 6 0

[startup+0.059333 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 969
/proc/meminfo: memFree=1561176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=12056 CPUtime=0.01
/proc/969/stat : 969 (java) D 967 969 862 0 -1 0 384 0 20 0 0 1 0 0 18 0 1 0 324389724 12345344 211 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/969/statm: 3014 211 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.104277 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 969
/proc/meminfo: memFree=1561176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=12416 CPUtime=0.02
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 739 0 23 0 0 2 0 0 18 0 2 0 324389724 12713984 546 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 3104 546 236 9 0 1240 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12416

[startup+0.301255 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 969
/proc/meminfo: memFree=1561176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1832520 CPUtime=0.11
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 3989 0 36 0 6 5 0 0 18 0 12 0 324389724 1876500480 3765 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 458130 3765 1122 9 0 455749 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1832520

[startup+0.701208 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 969
/proc/meminfo: memFree=1561176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1834168 CPUtime=0.6
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 8573 0 36 0 53 7 0 0 18 0 12 0 324389724 1878188032 8323 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 458542 8323 1293 9 0 456154 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1834168

[startup+1.50211 s]
/proc/loadavg: 0.92 0.98 0.98 2/89 981
/proc/meminfo: memFree=1509176/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1834168 CPUtime=1.39
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 17644 0 36 0 129 10 0 0 18 0 12 0 324389724 1878188032 17393 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 458542 17394 1293 9 0 456154 0
[pid=969/tid=971] ppid=967 vsize=1834168 CPUtime=1.15
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 16384 0 13 0 107 8 0 0 18 0 12 0 324389731 1878188032 17394 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 324389740 1878188032 17394 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 324389740 1878188032 17395 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 324389744 1878188032 17395 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 324389745 1878188032 17395 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 324389745 1878188032 17396 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 324389753 1878188032 17396 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1834168 CPUtime=0.1
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 295 0 0 0 10 0 0 0 16 0 12 0 324389753 1878188032 17397 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=979] ppid=967 vsize=1834168 CPUtime=0.1
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 269 0 0 0 10 0 0 0 16 0 12 0 324389753 1878188032 17397 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 324389753 1878188032 17398 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1834168 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 324389753 1878188032 17398 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1834168

[startup+3.10292 s]
/proc/loadavg: 0.92 0.98 0.98 3/90 982
/proc/meminfo: memFree=1465520/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1836452 CPUtime=3.28
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 23498 0 36 0 315 13 0 0 18 0 13 0 324389724 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 459113 22875 1310 9 0 456725 0
[pid=969/tid=971] ppid=967 vsize=1836452 CPUtime=2.62
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 21341 0 13 0 252 10 0 0 25 0 13 0 324389731 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109597343 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 324389740 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 324389740 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 324389744 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 324389745 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 324389745 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1836452 CPUtime=0.26
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 713 0 0 0 26 0 0 0 16 0 13 0 324389753 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=979] ppid=967 vsize=1836452 CPUtime=0.35
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 743 0 0 0 35 0 0 0 16 0 13 0 324389753 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1836452 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1880526848 22875 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1836452

[startup+6.30254 s]
/proc/loadavg: 1.01 1.00 0.99 2/90 982
/proc/meminfo: memFree=1464896/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1836196 CPUtime=6.5
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 23523 0 36 0 636 14 0 0 18 0 13 0 324389724 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 459049 22834 1313 9 0 456661 0
[pid=969/tid=971] ppid=967 vsize=1836196 CPUtime=5.82
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 21362 0 13 0 571 11 0 0 25 0 13 0 324389731 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109605517 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 324389740 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 324389740 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324389744 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 324389745 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 324389745 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1836196 CPUtime=0.27
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 713 0 0 0 27 0 0 0 16 0 13 0 324389753 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1836196 CPUtime=0.36
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 747 0 0 0 36 0 0 0 17 0 13 0 324389753 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1836196 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1880264704 22834 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 1836196

[startup+12.7028 s]
/proc/loadavg: 1.01 1.00 0.99 2/90 982
/proc/meminfo: memFree=1465088/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1836104 CPUtime=13.02
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 23617 0 36 0 1288 14 0 0 18 0 13 0 324389724 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 459026 22904 1316 9 0 456638 0
[pid=969/tid=971] ppid=967 vsize=1836104 CPUtime=12.22
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 21442 0 13 0 1211 11 0 0 18 0 13 0 324389731 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109597340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 324389740 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 324389740 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324389744 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 324389745 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 324389745 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1836104 CPUtime=0.34
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 721 0 0 0 34 0 0 0 16 0 13 0 324389753 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1836104 CPUtime=0.42
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 753 0 0 0 42 0 0 0 17 0 13 0 324389753 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1836104 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1880170496 22904 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 1836104

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 982
/proc/meminfo: memFree=1464640/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1836040 CPUtime=25.82
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 23774 0 36 0 2568 14 0 0 18 0 13 0 324389724 1880104960 23045 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 459010 23045 1316 9 0 456622 0
[pid=969/tid=971] ppid=967 vsize=1836040 CPUtime=25.02
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 21599 0 13 0 2490 12 0 0 25 0 13 0 324389731 1880104960 23045 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109598289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1836040 CPUtime=0
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 324389740 1880104960 23045 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1836040 CPUtime=0
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 324389740 1880104960 23045 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1836040 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324389744 1880104960 23045 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=969] ppid=967 vsize=1842448 CPUtime=1063.48
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 80811 0 36 0 106286 62 0 0 18 0 13 0 324389724 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 460612 74347 1326 9 0 458224 0
[pid=969/tid=971] ppid=967 vsize=1842448 CPUtime=1060.88
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 38817 0 13 0 106046 42 0 0 25 0 13 0 324389731 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109652691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1842448 CPUtime=0.85
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 19590 0 0 0 77 8 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1842448 CPUtime=0.86
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 20217 0 0 0 77 9 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 324389744 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1842448 CPUtime=0.38
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 724 0 0 0 38 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1842448 CPUtime=0.46
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 756 0 0 0 46 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.48
Current children cumulated vsize (KiB) 1842448

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 982
/proc/meminfo: memFree=1258752/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1842448 CPUtime=1123.48
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 80811 0 36 0 112285 63 0 0 18 0 13 0 324389724 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 460612 74347 1326 9 0 458224 0
[pid=969/tid=971] ppid=967 vsize=1842448 CPUtime=1120.87
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 38817 0 13 0 112044 43 0 0 25 0 13 0 324389731 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109651961 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1842448 CPUtime=0.85
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 19590 0 0 0 77 8 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1842448 CPUtime=0.86
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 20217 0 0 0 77 9 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 324389744 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1842448 CPUtime=0.38
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 724 0 0 0 38 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1842448 CPUtime=0.46
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 756 0 0 0 46 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.48
Current children cumulated vsize (KiB) 1842448

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 982
/proc/meminfo: memFree=1258688/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1842448 CPUtime=1183.48
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 80811 0 36 0 118285 63 0 0 18 0 13 0 324389724 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 460612 74347 1326 9 0 458224 0
[pid=969/tid=971] ppid=967 vsize=1842448 CPUtime=1180.87
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 38817 0 13 0 118044 43 0 0 25 0 13 0 324389731 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109598289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1842448 CPUtime=0.85
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 19590 0 0 0 77 8 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1842448 CPUtime=0.86
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 20217 0 0 0 77 9 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 324389744 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1842448 CPUtime=0.38
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 724 0 0 0 38 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1842448 CPUtime=0.46
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 756 0 0 0 46 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.48
Current children cumulated vsize (KiB) 1842448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 982
/proc/meminfo: memFree=1258688/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1842448 CPUtime=1200.09
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 80811 0 36 0 119945 64 0 0 18 0 13 0 324389724 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 460612 74347 1326 9 0 458224 0
[pid=969/tid=971] ppid=967 vsize=1842448 CPUtime=1197.47
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 38817 0 13 0 119704 43 0 0 25 0 13 0 324389731 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109605426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1842448 CPUtime=0.85
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 19590 0 0 0 77 8 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1842448 CPUtime=0.86
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 20217 0 0 0 77 9 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 324389744 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1842448 CPUtime=0.38
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 724 0 0 0 38 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1842448 CPUtime=0.46
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 756 0 0 0 46 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1842448

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

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

[startup+1198.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 982
/proc/meminfo: memFree=1258688/2055920 swapFree=4192812/4192956
[pid=969] ppid=967 vsize=1842448 CPUtime=1200.09
/proc/969/stat : 969 (java) S 967 969 862 0 -1 0 80811 0 36 0 119945 64 0 0 18 0 13 0 324389724 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/969/statm: 460612 74347 1326 9 0 458224 0
[pid=969/tid=971] ppid=967 vsize=1842448 CPUtime=1197.47
/proc/969/task/971/stat : 971 (java) R 967 969 862 0 -1 64 38817 0 13 0 119704 43 0 0 25 0 13 0 324389731 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109605426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=972] ppid=967 vsize=1842448 CPUtime=0.85
/proc/969/task/972/stat : 972 (java) S 967 969 862 0 -1 64 19590 0 0 0 77 8 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=973] ppid=967 vsize=1842448 CPUtime=0.86
/proc/969/task/973/stat : 973 (java) S 967 969 862 0 -1 64 20217 0 0 0 77 9 0 0 16 0 13 0 324389740 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=969/tid=974] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/974/stat : 974 (java) S 967 969 862 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 324389744 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=975] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/975/stat : 975 (java) S 967 969 862 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=976] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/976/stat : 976 (java) S 967 969 862 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 324389745 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=977] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/977/stat : 977 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=978] ppid=967 vsize=1842448 CPUtime=0.38
/proc/969/task/978/stat : 978 (java) S 967 969 862 0 -1 64 724 0 0 0 38 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=979] ppid=967 vsize=1842448 CPUtime=0.46
/proc/969/task/979/stat : 979 (java) S 967 969 862 0 -1 64 756 0 0 0 46 0 0 0 16 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=980] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/980/stat : 980 (java) S 967 969 862 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=981] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/981/stat : 981 (java) S 967 969 862 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324389753 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=969/tid=982] ppid=967 vsize=1842448 CPUtime=0
/proc/969/task/982/stat : 982 (java) S 967 969 862 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 324389918 1886666752 74347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1842448

Child status: 143
Real time (s): 1198.98
CPU time (s): 1200.17
CPU user time (s): 1199.48
CPU system time (s): 0.683896
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 1842448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.48
system time used= 0.683896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80831
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25035
involuntary context switches= 2010

runsolver used 1.09883 second user time and 3.2985 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Mar  4 21:39:14 UTC 2007

IDJOB= 320330
IDBENCH= 20501
IDSOLVER= 96
FILE ID= node16/320330-1173044354

PBS_JOBID= 4012269

Free space on /tmp= 66469 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f9n.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320330-1173044354/sat4j-sat2007.jar /tmp/evaluation/320330-1173044354/instance-320330-1173044354.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-320330-1173044354 -o ROOT/results/node16/solver-320330-1173044354 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320330-1173044354/sat4j-sat2007.jar /tmp/evaluation/320330-1173044354/instance-320330-1173044354.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  61e4a04a828a2cd33ae3f3dde54ef320

RANDOM SEED= 540676878

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1561648 kB
Buffers:         37192 kB
Cached:         346804 kB
SwapCached:          0 kB
Active:         235304 kB
Inactive:       202252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10852 kB
Writeback:           0 kB
Mapped:          72452 kB
Slab:            42380 kB
Committed_AS:  1268424 kB
PageTables:       1720 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= 66469 MiB

End job on node16 on Sun Mar  4 21:59:15 UTC 2007