Trace number 1719061

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) 1200.47 1199.17

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.907
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

0.09/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.39	c See www.sat4j.org for details.
0.16/0.41	c version 2.1.0.v20090228
0.16/0.41	c sun.arch.data.model	32
0.16/0.41	c java.version	1.6.0_12
0.16/0.41	c os.name	Linux
0.16/0.41	c os.version	2.6.9-22.EL.rootsmp
0.16/0.41	c os.arch	i386
0.16/0.41	c Free memory 1651659224
0.16/0.41	c Max memory 1654456320
0.16/0.41	c Total memory 1654456320
0.16/0.41	c Number of processors 2
0.16/0.45	c c --- Begin Solver configuration ---
0.16/0.45	c Stops conflict analysis at the first Unique Implication Point
0.16/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.16/0.45	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/0.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/0.45	c Expensive reason simplification
0.16/0.45	c Armin Biere (Picosat) restarts strategy
0.16/0.45	c timeout=2147483647s
0.16/0.45	c DB Simplification allowed=true
0.16/0.45	c --- End Solver configuration ---
0.16/0.45	c solving HOME/instance-1719061-1240642742.cnf
0.16/0.45	c reading problem ... 
1.94/2.00	c ... done. Wall clock time 1.545s.
1.94/2.00	c #vars     44095
1.94/2.00	c #constraints  542253
1.94/2.00	c constraints type 
1.94/2.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42025
1.94/2.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500227
1200.01/1198.92	c starts		: 968
1200.01/1198.92	c conflicts		: 615535
1200.01/1198.92	c decisions		: 2839667
1200.01/1198.92	c propagations		: 277491272
1200.01/1198.92	c inspects		: 2393810954
1200.01/1198.92	c learnt literals	: 1
1200.01/1198.92	c learnt binary clauses	: 343
1200.01/1198.92	c learnt ternary clauses	: 629
1200.01/1198.92	c learnt clauses	: 615534
1200.01/1198.92	c ignored clauses	: 0
1200.01/1198.92	c root simplifications	: 969
1200.01/1198.92	c removed literals (reason simplification)	: 57032752
1200.01/1198.92	c reason swapping (by a shorter reason)	: 0
1200.01/1198.92	c Calls to reduceDB	: 0
1200.01/1198.92	c speed (assignments/second)	: 231838.79389931617
1200.01/1198.92	c non guided choices	270494
1200.21/1199.10	c learnt constraints type 
1200.21/1199.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 343
1200.21/1199.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 614822
1200.21/1199.10	s UNKNOWN
1200.21/1199.10	c Total wall clock time (in seconds) : 1198.462

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-1719061-1240642742/watcher-1719061-1240642742 -o /tmp/evaluation-result-1719061-1240642742/solver-1719061-1240642742 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719061-1240642742.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.00 1.00 1/64 27632
/proc/meminfo: memFree=1797696/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=200 CPUtime=0
/proc/27632/stat : 27632 (java6) D 27630 27632 27386 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 92302763 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 8606628 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27632/statm: 50 33 26 9 0 4 0

[startup+0.020078 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 27632
/proc/meminfo: memFree=1797696/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=200 CPUtime=0
/proc/27632/stat : 27632 (java6) D 27630 27632 27386 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 92302763 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 8606628 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27632/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101108 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 27632
/proc/meminfo: memFree=1797696/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=12928 CPUtime=0.01
/proc/27632/stat : 27632 (java) D 27630 27632 27386 0 -1 0 366 0 21 0 0 1 0 0 18 0 1 0 92302763 13238272 194 1992294400 134512640 134550932 4294956000 18446744073709551615 8577834 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/27632/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301138 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 27632
/proc/meminfo: memFree=1797696/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1778560 CPUtime=0.09
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 3667 0 60 0 5 4 0 0 18 0 7 0 92302763 1821245440 3471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 444640 3471 1038 9 0 441991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1778560

[startup+0.701212 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 27632
/proc/meminfo: memFree=1797696/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1784648 CPUtime=0.63
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 6967 0 60 0 56 7 0 0 18 0 12 0 92302763 1827479552 6566 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446162 6567 1372 9 0 443509 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 1784648

[startup+1.50236 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27644
/proc/meminfo: memFree=1757152/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1784648 CPUtime=1.44
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 12655 0 60 0 134 10 0 0 18 0 12 0 92302763 1827479552 12253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446162 12254 1375 9 0 443509 0
[pid=27632/tid=27634] ppid=27630 vsize=1784648 CPUtime=1.14
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 10667 0 22 0 106 8 0 0 25 0 12 0 92302776 1827479552 12254 1992294400 134512640 134550932 4294956000 18446744073709551615 4109468883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 92302783 1827479552 12254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 92302783 1827479552 12254 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 92302787 1827479552 12255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 92302788 1827479552 12255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 92302788 1827479552 12255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 92302795 1827479552 12255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1784648 CPUtime=0.15
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 552 0 0 0 15 0 0 0 16 0 12 0 92302795 1827479552 12256 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1784648 CPUtime=0.11
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 733 0 0 0 11 0 0 0 15 0 12 0 92302796 1827479552 12256 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 92302796 1827479552 12256 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1784648 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 92302796 1827479552 12256 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1784648

[startup+3.10267 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27645
/proc/meminfo: memFree=1726616/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1786872 CPUtime=3.61
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 17924 0 60 0 348 13 0 0 18 0 13 0 92302763 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446718 17064 1409 9 0 444065 0
[pid=27632/tid=27634] ppid=27630 vsize=1786872 CPUtime=2.5
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 14844 0 22 0 239 11 0 0 24 0 13 0 92302776 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 92302783 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92302783 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92302787 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92302788 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92302788 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1786872 CPUtime=0.69
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1408 0 0 0 69 0 0 0 15 0 13 0 92302795 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1786872 CPUtime=0.39
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 964 0 0 0 39 0 0 0 16 0 13 0 92302796 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1786872 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1829756928 17064 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1786872

[startup+6.30228 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27645
/proc/meminfo: memFree=1722648/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1786232 CPUtime=6.89
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 18247 0 60 0 675 14 0 0 18 0 13 0 92302763 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446558 17203 1409 9 0 443905 0
[pid=27632/tid=27634] ppid=27630 vsize=1786232 CPUtime=5.67
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 15153 0 22 0 556 11 0 0 25 0 13 0 92302776 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4109649996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 92302783 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92302783 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92302787 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92302788 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92302788 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1786232 CPUtime=0.71
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1409 0 0 0 71 0 0 0 16 0 13 0 92302795 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1786232 CPUtime=0.47
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 977 0 0 0 47 0 0 0 17 0 13 0 92302796 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1786232 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1829101568 17203 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1786232

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27645
/proc/meminfo: memFree=1722592/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1785004 CPUtime=13.3
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 18664 0 60 0 1316 14 0 0 18 0 13 0 92302763 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446251 17314 1411 9 0 443598 0
[pid=27632/tid=27634] ppid=27630 vsize=1785004 CPUtime=12.07
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 15568 0 22 0 1195 12 0 0 25 0 13 0 92302776 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4109637650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 92302783 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92302783 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92302787 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92302788 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92302788 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1785004 CPUtime=0.72
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1411 0 0 0 72 0 0 0 16 0 13 0 92302795 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1785004 CPUtime=0.47
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 977 0 0 0 47 0 0 0 17 0 13 0 92302796 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1785004 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1827844096 17314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1785004

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27645
/proc/meminfo: memFree=1719328/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1784468 CPUtime=26.18
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 19646 0 60 0 2602 16 0 0 18 0 13 0 92302763 1827295232 18163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446117 18163 1411 9 0 443464 0
[pid=27632/tid=27634] ppid=27630 vsize=1784468 CPUtime=24.81
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 16535 0 22 0 2468 13 0 0 25 0 13 0 92302776 1827295232 18163 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1784468 CPUtime=0
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 92302783 1827295232 18163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1784468 CPUtime=0
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 92302783 1827295232 18163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1784468 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92302787 1827295232 18163 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=27632] ppid=27630 vsize=1785112 CPUtime=1123.42
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 121297 0 60 0 112259 83 0 0 18 0 13 0 92302763 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446278 106978 1420 9 0 443625 0
[pid=27632/tid=27634] ppid=27630 vsize=1785112 CPUtime=1120.4
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 37547 0 22 0 111996 44 0 0 25 0 13 0 92302776 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109687892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1785112 CPUtime=0.8
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 32720 0 0 0 65 15 0 0 16 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1785112 CPUtime=0.81
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 47911 0 0 0 60 21 0 0 20 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92302787 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1785112 CPUtime=0.83
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1423 0 0 0 83 0 0 0 16 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1785112 CPUtime=0.53
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 981 0 0 0 53 0 0 0 17 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.42
Current children cumulated vsize (KiB) 1785112

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27651
/proc/meminfo: memFree=1362848/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1785112 CPUtime=1183.41
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 121297 0 60 0 118257 84 0 0 18 0 13 0 92302763 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446278 106978 1420 9 0 443625 0
[pid=27632/tid=27634] ppid=27630 vsize=1785112 CPUtime=1180.38
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 37547 0 22 0 117994 44 0 0 25 0 13 0 92302776 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109746860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1785112 CPUtime=0.8
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 32720 0 0 0 65 15 0 0 16 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1785112 CPUtime=0.81
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 47911 0 0 0 60 21 0 0 20 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92302787 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1785112 CPUtime=0.83
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1423 0 0 0 83 0 0 0 16 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1785112 CPUtime=0.53
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 981 0 0 0 53 0 0 0 17 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.41
Current children cumulated vsize (KiB) 1785112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27651
/proc/meminfo: memFree=1362848/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1785112 CPUtime=1200.01
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 121297 0 60 0 119917 84 0 0 18 0 13 0 92302763 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27632/statm: 446278 106978 1420 9 0 443625 0
[pid=27632/tid=27634] ppid=27630 vsize=1785112 CPUtime=1196.99
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 37547 0 22 0 119654 45 0 0 25 0 13 0 92302776 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109547526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1785112 CPUtime=0.8
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 32720 0 0 0 65 15 0 0 16 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1785112 CPUtime=0.81
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 47911 0 0 0 60 21 0 0 20 0 13 0 92302783 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92302787 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 92302788 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1785112 CPUtime=0.83
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1423 0 0 0 83 0 0 0 16 0 13 0 92302795 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1785112 CPUtime=0.53
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 981 0 0 0 53 0 0 0 17 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 92302796 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1785112 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92302972 1827954688 106978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1785112

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

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

[startup+1199.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27651
/proc/meminfo: memFree=1362848/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1786316 CPUtime=1200.21
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 121449 0 60 0 119937 84 0 0 16 0 15 0 92302763 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27632/statm: 446579 107103 1420 9 0 443926 0
[pid=27632/tid=27634] ppid=27630 vsize=1786316 CPUtime=1197.09
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 37547 0 22 0 119664 45 0 0 25 0 15 0 92302776 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1786316 CPUtime=0.8
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 32720 0 0 0 65 15 0 0 16 0 15 0 92302783 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1786316 CPUtime=0.81
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 47911 0 0 0 60 21 0 0 20 0 15 0 92302783 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 92302787 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 92302788 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 92302788 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 92302795 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1786316 CPUtime=0.86
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1558 0 0 0 86 0 0 0 17 0 15 0 92302795 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1786316 CPUtime=0.53
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 981 0 0 0 53 0 0 0 17 0 15 0 92302796 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 92302796 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 92302796 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 92302972 1829187584 107103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 1786316

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27651
/proc/meminfo: memFree=1362848/2055920 swapFree=4192812/4192956
[pid=27632] ppid=27630 vsize=1786316 CPUtime=1200.38
/proc/27632/stat : 27632 (java) S 27630 27632 27386 0 -1 0 121453 0 60 0 119954 84 0 0 16 0 14 0 92302763 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27632/statm: 446579 107107 1421 9 0 443926 0
[pid=27632/tid=27634] ppid=27630 vsize=1786316 CPUtime=1197.18
/proc/27632/task/27634/stat : 27634 (java) R 27630 27632 27386 0 -1 64 37547 0 22 0 119673 45 0 0 25 0 14 0 92302776 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27635] ppid=27630 vsize=1786316 CPUtime=0.8
/proc/27632/task/27635/stat : 27635 (java) S 27630 27632 27386 0 -1 64 32720 0 0 0 65 15 0 0 16 0 14 0 92302783 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27636] ppid=27630 vsize=1786316 CPUtime=0.81
/proc/27632/task/27636/stat : 27636 (java) S 27630 27632 27386 0 -1 64 47911 0 0 0 60 21 0 0 20 0 14 0 92302783 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27637] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27637/stat : 27637 (java) S 27630 27632 27386 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 92302787 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27638] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27638/stat : 27638 (java) S 27630 27632 27386 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 92302788 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27639] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27639/stat : 27639 (java) S 27630 27632 27386 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 92302788 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27640] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27640/stat : 27640 (java) S 27630 27632 27386 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 92302795 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27641] ppid=27630 vsize=1786316 CPUtime=0.86
/proc/27632/task/27641/stat : 27641 (java) S 27630 27632 27386 0 -1 64 1558 0 0 0 86 0 0 0 17 0 14 0 92302795 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27642] ppid=27630 vsize=1786316 CPUtime=0.53
/proc/27632/task/27642/stat : 27642 (java) S 27630 27632 27386 0 -1 64 981 0 0 0 53 0 0 0 17 0 14 0 92302796 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27632/tid=27643] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27643/stat : 27643 (java) S 27630 27632 27386 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 92302796 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27644] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27644/stat : 27644 (java) S 27630 27632 27386 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 92302796 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27632/tid=27645] ppid=27630 vsize=1786316 CPUtime=0
/proc/27632/task/27645/stat : 27645 (java) S 27630 27632 27386 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 92302972 1829187584 107107 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.38
Current children cumulated vsize (KiB) 1786316

Child status: 143
Real time (s): 1199.17
CPU time (s): 1200.47
CPU user time (s): 1199.56
CPU system time (s): 0.910861
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 1786872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.56
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121453
page faults= 60
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25148
involuntary context switches= 3590

runsolver used 1.41078 second user time and 2.96955 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-25 08:59:03
IDJOB=1719061
IDBENCH=20577
IDSOLVER=500
FILE ID=node38/1719061-1240642742
PBS_JOBID= 9186460
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719061-1240642742/watcher-1719061-1240642742 -o /tmp/evaluation-result-1719061-1240642742/solver-1719061-1240642742 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719061-1240642742.cnf

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=1508272304

node38.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.265
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.265
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:       1798112 kB
Buffers:         26640 kB
Cached:         152200 kB
SwapCached:          0 kB
Active:          69856 kB
Inactive:       122864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10432 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            51020 kB
Committed_AS:   433108 kB
PageTables:       1456 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= 66316 MiB
End job on node38 at 2009-04-25 09:19:04