Trace number 1733941

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1201.1 1200.25

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2_autoenc.cnf
MD5SUM8e1d63506cdb99d6b859945ef44fe71f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables430
Number of clauses97558
Sum of the clauses size571598
Maximum clause length12
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21578
Number of clauses of size 30
Number of clauses of size 4738
Number of clauses of size 55690
Number of clauses of size over 589488

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c timeout=2147483647s
0.08/0.20	c DB Simplification allowed=true
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-1733941-1240794160.cnf
0.08/0.20	c reading problem ... 
0.87/0.72	c ... done. Wall clock time 0.525s.
0.87/0.72	c #vars     430
0.87/0.72	c #constraints  97558
0.87/0.72	c constraints type 
0.87/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95916
0.87/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1578
1200.47/1199.97	c starts		: 814
1200.47/1199.97	c conflicts		: 426230
1200.47/1199.97	c decisions		: 686270
1200.47/1199.97	c propagations		: 13246124
1200.47/1199.97	c inspects		: 3704716443
1200.47/1199.97	c learnt literals	: 7
1200.47/1199.97	c learnt binary clauses	: 15
1200.47/1199.97	c learnt ternary clauses	: 54
1200.47/1199.97	c learnt clauses	: 364241
1200.47/1199.97	c ignored clauses	: 61982
1200.47/1199.97	c root simplifications	: 821
1200.47/1199.97	c removed literals (reason simplification)	: 2427174
1200.47/1199.97	c reason swapping (by a shorter reason)	: 0
1200.47/1199.97	c Calls to reduceDB	: 0
1200.47/1199.97	c speed (assignments/second)	: 11045.501583095196
1200.47/1199.97	c non guided choices	1886
1200.87/1200.17	c learnt constraints type 
1200.87/1200.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1200.87/1200.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 364303
1200.87/1200.17	s UNKNOWN
1200.87/1200.17	c Total wall clock time (in seconds) : 1199.518

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1733941-1240794160/watcher-1733941-1240794160 -o /tmp/evaluation-result-1733941-1240794160/solver-1733941-1240794160 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1733941-1240794160.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): 1800 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: 1.00 1.02 1.00 3/64 3173
/proc/meminfo: memFree=1688008/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=18576 CPUtime=0
/proc/3173/stat : 3173 (runsolver) R 3171 3173 2562 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 107449979 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3173/statm: 4644 292 257 26 0 2626 0

[startup+0.0358641 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 3173
/proc/meminfo: memFree=1688008/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1777960 CPUtime=0.01
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 2956 0 1 0 0 1 0 0 20 0 4 0 107449979 1820631040 2703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 444490 2703 715 9 0 441841 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1777960

[startup+0.10187 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 3173
/proc/meminfo: memFree=1688008/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1781948 CPUtime=0.08
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 3885 0 1 0 6 2 0 0 20 0 12 0 107449979 1824714752 3628 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 445487 3628 1067 9 0 442834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781948

[startup+0.301891 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 3173
/proc/meminfo: memFree=1688008/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1783764 CPUtime=0.37
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 5373 0 1 0 33 4 0 0 20 0 12 0 107449979 1826574336 5109 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 445941 5109 1367 9 0 443288 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783764

[startup+0.701929 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 3173
/proc/meminfo: memFree=1688008/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1783796 CPUtime=0.87
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 7250 0 1 0 82 5 0 0 20 0 12 0 107449979 1826607104 6984 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 445949 6984 1382 9 0 443296 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783796

[startup+1.50301 s]
/proc/loadavg: 1.00 1.02 1.00 4/77 3186
/proc/meminfo: memFree=1663648/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784704 CPUtime=2.11
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 8136 0 1 0 206 5 0 0 20 0 13 0 107449979 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446176 7727 1407 9 0 443523 0
[pid=3173/tid=3175] ppid=3171 vsize=1784704 CPUtime=1.27
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 6225 0 1 0 123 4 0 0 19 0 13 0 107449981 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4109564236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784704 CPUtime=0.4
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 384 0 0 0 40 0 0 0 16 0 13 0 107449989 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784704 CPUtime=0.42
/proc/3173/task/3183/stat : 3183 (java) R 3171 3173 2562 0 -1 64 778 0 0 0 42 0 0 0 16 0 13 0 107449989 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 103340896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827536896 7727 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1784704

[startup+3.10216 s]
/proc/loadavg: 1.16 1.05 1.01 2/77 3186
/proc/meminfo: memFree=1661344/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784704 CPUtime=3.75
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 8647 0 1 0 369 6 0 0 20 0 13 0 107449979 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446176 8165 1411 9 0 443523 0
[pid=3173/tid=3175] ppid=3171 vsize=1784704 CPUtime=2.85
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 6656 0 1 0 281 4 0 0 25 0 13 0 107449981 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4109524723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784704 CPUtime=0.42
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 384 0 0 0 42 0 0 0 16 0 13 0 107449989 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784704 CPUtime=0.45
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 858 0 0 0 45 0 0 0 16 0 13 0 107449989 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784704 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827536896 8165 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1784704

[startup+6.30148 s]
/proc/loadavg: 1.16 1.05 1.01 2/77 3186
/proc/meminfo: memFree=1658400/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784572 CPUtime=6.98
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 9281 0 1 0 691 7 0 0 20 0 13 0 107449979 1827401728 8764 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446143 8764 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=6.04
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 7285 0 1 0 599 5 0 0 25 0 13 0 107449981 1827401728 8764 1992294400 134512640 134550932 4294955984 18446744073709551615 4109524358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784572 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 13 0 107449989 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784572 CPUtime=0.48
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 48 0 0 0 15 0 13 0 107449989 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827401728 8765 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 1784572

[startup+12.7021 s]
/proc/loadavg: 1.14 1.05 1.01 2/77 3186
/proc/meminfo: memFree=1654176/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784572 CPUtime=13.38
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 10236 0 1 0 1330 8 0 0 20 0 13 0 107449979 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446143 9719 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=12.44
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 8240 0 1 0 1238 6 0 0 25 0 13 0 107449981 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4109586652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784572 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 13 0 107449989 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784572 CPUtime=0.48
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 48 0 0 0 15 0 13 0 107449989 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827401728 9719 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 1784572

[startup+25.5024 s]
/proc/loadavg: 1.12 1.05 1.01 2/77 3186
/proc/meminfo: memFree=1648416/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784572 CPUtime=26.18
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 11616 0 1 0 2608 10 0 0 20 0 13 0 107449979 1827401728 11099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446143 11099 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=25.23
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 9620 0 1 0 2515 8 0 0 25 0 13 0 107449981 1827401728 11099 1992294400 134512640 134550932 4294955984 18446744073709551615 4109524754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 11099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 11099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3173/statm: 446143 36374 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=1121.75
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 34897 0 1 0 112141 34 0 0 25 0 13 0 107449981 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4109579607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784572 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 13 0 107449989 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784572 CPUtime=0.49
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 49 0 0 0 16 0 13 0 107449989 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827401728 36374 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 1784572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3186
/proc/meminfo: memFree=1543840/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784572 CPUtime=1182.69
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 37581 0 1 0 118233 36 0 0 20 0 13 0 107449979 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446143 37062 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=1181.74
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 35585 0 1 0 118139 35 0 0 25 0 13 0 107449981 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4109524705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784572 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 13 0 107449989 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784572 CPUtime=0.49
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 49 0 0 0 16 0 13 0 107449989 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827401728 37062 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.69
Current children cumulated vsize (KiB) 1784572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3186
/proc/meminfo: memFree=1542048/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1784572 CPUtime=1200.1
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 38016 0 1 0 119973 37 0 0 20 0 13 0 107449979 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446143 37497 1411 9 0 443490 0
[pid=3173/tid=3175] ppid=3171 vsize=1784572 CPUtime=1199.14
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 36020 0 1 0 119879 35 0 0 25 0 13 0 107449981 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4109579607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107449982 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107449982 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107449984 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107449985 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1784572 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 13 0 107449989 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1784572 CPUtime=0.49
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 49 0 0 0 16 0 13 0 107449989 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 107449989 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107449989 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1784572 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107450053 1827401728 37497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1784572

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

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

[startup+1199.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3186
/proc/meminfo: memFree=1542048/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1785220 CPUtime=1200.29
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 47213 0 1 0 119988 41 0 0 16 0 15 0 107449979 1828065280 46288 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446305 46291 1416 9 0 443652 0
[pid=3173/tid=3175] ppid=3171 vsize=1785220 CPUtime=1199.15
/proc/3173/task/3175/stat : 3175 (java) S 3171 3173 2562 0 -1 64 36020 0 1 0 119880 35 0 0 25 0 15 0 107449981 1828065280 46293 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1785220 CPUtime=0.09
/proc/3173/task/3176/stat : 3176 (java) R 3171 3173 2562 0 -1 64 3820 0 0 0 7 2 0 0 17 0 15 0 107449982 1828065280 46295 1992294400 134512640 134550932 4294955984 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1785220 CPUtime=0.08
/proc/3173/task/3177/stat : 3177 (java) R 3171 3173 2562 0 -1 64 5368 0 0 0 6 2 0 0 17 0 15 0 107449982 1828065280 46296 1992294400 134512640 134550932 4294955984 18446744073709551615 106196595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 3 0 0 0 0 0 0 0 16 0 15 0 107449984 1828065280 46299 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 11 0 0 0 0 0 0 0 25 0 15 0 107449985 1828065280 46300 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 107449985 1828065280 46302 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 107449989 1828065280 46304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1785220 CPUtime=0.43
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 386 0 0 0 43 0 0 0 16 0 15 0 107449989 1828065280 46306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1785220 CPUtime=0.49
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 861 0 0 0 49 0 0 0 16 0 15 0 107449989 1828065280 46307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 107449989 1828065280 46309 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 107449989 1828065280 46311 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 107450053 1828065280 46313 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 1785220

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 3189
/proc/meminfo: memFree=1462536/2055920 swapFree=4191900/4192956
[pid=3173] ppid=3171 vsize=1785220 CPUtime=1201.03
/proc/3173/stat : 3173 (java) S 3171 3173 2562 0 -1 0 59533 0 1 0 120057 46 0 0 16 0 14 0 107449979 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3173/statm: 446305 57350 1421 9 0 443652 0
[pid=3173/tid=3175] ppid=3171 vsize=1785220 CPUtime=1199.4
/proc/3173/task/3175/stat : 3175 (java) R 3171 3173 2562 0 -1 64 36020 0 1 0 119905 35 0 0 18 0 14 0 107449981 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4109579607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3171 vsize=1785220 CPUtime=0.23
/proc/3173/task/3176/stat : 3176 (java) S 3171 3173 2562 0 -1 64 9059 0 0 0 19 4 0 0 16 0 14 0 107449982 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3171 vsize=1785220 CPUtime=0.22
/proc/3173/task/3177/stat : 3177 (java) S 3171 3173 2562 0 -1 64 12427 0 0 0 18 4 0 0 18 0 14 0 107449982 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3178] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3171 3173 2562 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 107449984 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3179] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3179/stat : 3179 (java) S 3171 3173 2562 0 -1 64 12 0 0 0 0 0 0 0 16 0 14 0 107449985 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3180] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3171 3173 2562 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 107449985 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3181] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3171 3173 2562 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 107449989 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3182] ppid=3171 vsize=1785220 CPUtime=0.46
/proc/3173/task/3182/stat : 3182 (java) S 3171 3173 2562 0 -1 64 388 0 0 0 46 0 0 0 17 0 14 0 107449989 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3183] ppid=3171 vsize=1785220 CPUtime=0.5
/proc/3173/task/3183/stat : 3183 (java) S 3171 3173 2562 0 -1 64 862 0 0 0 50 0 0 0 16 0 14 0 107449989 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3184] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3184/stat : 3184 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 107449989 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3185] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3185/stat : 3185 (java) S 3171 3173 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 107449989 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3186] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3186/stat : 3186 (java) S 3171 3173 2562 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 107450053 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3173/tid=3188] ppid=3171 vsize=1785220 CPUtime=0
/proc/3173/task/3188/stat : 3188 (java) S 3171 3173 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 107569951 1828065280 57350 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1201.03
Current children cumulated vsize (KiB) 1785220

Child status: 143
Real time (s): 1200.25
CPU time (s): 1201.1
CPU user time (s): 1200.6
CPU system time (s): 0.498924
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 1785220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.6
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59533
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= 24667
involuntary context switches= 25006

runsolver used 1.39079 second user time and 2.98955 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-27 03:02:40
IDJOB=1733941
IDBENCH=71151
IDSOLVER=500
FILE ID=node12/1733941-1240794160
PBS_JOBID= 9187290
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_9gates_u2_autoenc.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733941-1240794160/watcher-1733941-1240794160 -o /tmp/evaluation-result-1733941-1240794160/solver-1733941-1240794160 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1733941-1240794160.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8e1d63506cdb99d6b859945ef44fe71f
RANDOM SEED=1310842219

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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:       1688424 kB
Buffers:         51184 kB
Cached:         242464 kB
SwapCached:        384 kB
Active:         122208 kB
Inactive:       184860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688424 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            46444 kB
Committed_AS:   532696 kB
PageTables:       1376 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= 66344 MiB
End job on node12 at 2009-04-27 03:22:42