Trace number 1885206

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 Pseudo Resolution 2.1.1? (TO) 1800.45 1796.98

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.opb
MD5SUM4fe49ec64d4ff3b1fa25df12b0ed5a3a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270963
Total number of constraints1601376
Number of constraints which are clauses1601376
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint257
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.23	c See www.sat4j.org for details.
0.12/0.24	c version 2.1.1.v20090612
0.12/0.24	c sun.arch.data.model	32
0.12/0.24	c java.version	1.6.0_12
0.12/0.24	c os.name	Linux
0.12/0.24	c os.version	2.6.9-22.EL.rootsmp
0.12/0.24	c os.arch	i386
0.12/0.24	c Free memory 1342000320
0.12/0.24	c Max memory 1344274432
0.12/0.24	c Total memory 1344274432
0.12/0.24	c Number of processors 2
0.25/0.31	c Pseudo Boolean Optimization
0.25/0.31	c --- Begin Solver configuration ---
0.25/0.31	c Stops conflict analysis at the first Unique Implication Point
0.25/0.31	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.25/0.31	c Learn all clauses as in MiniSAT
0.25/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.31	c Expensive reason simplification
0.25/0.31	c MiniSAT restarts strategy
0.25/0.31	c Memory based learned constraints deletion strategy
0.25/0.31	c timeout=2147483s
0.25/0.31	c DB Simplification allowed=false
0.25/0.31	c --- End Solver configuration ---
0.25/0.31	c solving HOME/instance-1885206-1245264301.opb
0.25/0.31	c reading problem ... 
20.81/18.52	c ... done. Wall clock time 18.209s.
20.81/18.52	c #vars     270963
20.81/18.52	c #constraints  1454861
20.81/18.52	c constraints type 
20.81/18.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1088905
20.81/18.52	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 263092
1800.01/1796.71	c starts		: 19
1800.01/1796.71	c conflicts		: 427075
1800.01/1796.71	c decisions		: 530629
1800.01/1796.71	c propagations		: 498268910
1800.01/1796.71	c inspects		: 6682920684
1800.01/1796.71	c learnt literals	: 259
1800.01/1796.71	c learnt binary clauses	: 847
1800.01/1796.71	c learnt ternary clauses	: 1170
1800.01/1796.71	c learnt clauses	: 426816
1800.01/1796.71	c ignored clauses	: 0
1800.01/1796.71	c root simplifications	: 0
1800.01/1796.71	c removed literals (reason simplification)	: 86901441
1800.01/1796.71	c reason swapping (by a shorter reason)	: 0
1800.01/1796.71	c Calls to reduceDB	: 0
1800.01/1796.71	c speed (assignments/second)	: 280211.1331122472
1800.01/1796.71	c non guided choices	32935
1800.21/1796.87	c learnt constraints type 
1800.21/1796.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 425991
1800.21/1796.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 847
1800.21/1796.87	c constraints type 
1800.21/1796.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1088905
1800.21/1796.87	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 263092
1800.21/1796.87	s UNKNOWN
1800.21/1796.87	c Total wall clock time (in seconds): 1796.565

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885206-1245264301/watcher-1885206-1245264301 -o /tmp/evaluation-result-1885206-1245264301/solver-1885206-1245264301 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885206-1245264301.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 8167
/proc/meminfo: memFree=1774840/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1612 CPUtime=0
/proc/8167/stat : 8167 (java6) D 8165 8167 7790 0 -1 0 171 0 0 0 0 0 0 0 19 0 1 0 194028977 1650688 143 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/8167/statm: 403 143 107 9 0 45 0

[startup+0.0651581 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 8167
/proc/meminfo: memFree=1774840/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=12928 CPUtime=0.03
/proc/8167/stat : 8167 (java) R 8165 8167 7790 0 -1 0 533 0 28 0 0 3 0 0 18 0 1 0 194028977 13238272 368 1992294400 134512640 134550932 4294956016 18446744073709551615 6759210 0 0 4096 0 0 0 0 17 0 0 0
/proc/8167/statm: 3232 373 140 9 0 1104 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12928

[startup+0.101197 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 8167
/proc/meminfo: memFree=1774840/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1469440 CPUtime=0.05
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 3080 0 30 0 1 4 0 0 18 0 5 0 194028977 1504706560 2856 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 367360 2856 975 9 0 364711 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1469440

[startup+0.301228 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 8167
/proc/meminfo: memFree=1774840/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1474964 CPUtime=0.25
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 4732 0 30 0 19 6 0 0 18 0 12 0 194028977 1510363136 4498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 368741 4498 1340 9 0 366084 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1474964

[startup+0.701268 s]
/proc/loadavg: 1.00 1.00 0.92 3/65 8167
/proc/meminfo: memFree=1774840/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1476232 CPUtime=0.86
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 8212 0 30 0 78 8 0 0 18 0 12 0 194028977 1511661568 7541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369058 7541 1387 9 0 366401 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1476232

[startup+1.5023 s]
/proc/loadavg: 1.00 1.00 0.92 5/77 8179
/proc/meminfo: memFree=1731160/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1476732 CPUtime=1.89
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 21970 0 30 0 175 14 0 0 18 0 12 0 194028977 1512173568 20841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369183 20842 1402 9 0 366526 0
[pid=8167/tid=8169] ppid=8165 vsize=1476732 CPUtime=1.14
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 19046 0 1 0 105 9 0 0 22 0 12 0 194028984 1512173568 20843 1992294400 134512640 134550932 4294956016 18446744073709551615 4109471751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 194028986 1512173568 20844 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194028986 1512173568 20845 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 194028987 1512173568 20846 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 194028988 1512173568 20847 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 194028988 1512173568 20848 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 194028994 1512173568 20849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1476732 CPUtime=0.38
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1389 0 0 0 38 0 0 0 16 0 12 0 194028994 1512173568 20850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1476732 CPUtime=0.32
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 821 0 0 0 32 0 0 0 17 0 12 0 194028994 1512173568 20851 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194028994 1512173568 20852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194028994 1512173568 20853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1476732

[startup+3.10246 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 8179
/proc/meminfo: memFree=1628568/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1476732 CPUtime=3.6
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 40702 0 30 0 334 26 0 0 18 0 12 0 194028977 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369183 39550 1413 9 0 366526 0
[pid=8167/tid=8169] ppid=8165 vsize=1476732 CPUtime=2.64
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30922 0 1 0 248 16 0 0 20 0 12 0 194028984 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4109462866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1476732 CPUtime=0.09
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 3427 0 0 0 7 2 0 0 16 0 12 0 194028986 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1476732 CPUtime=0.09
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 3416 0 0 0 7 2 0 0 16 0 12 0 194028986 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 194028987 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 194028988 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194028988 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 194028994 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1476732 CPUtime=0.38
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1389 0 0 0 38 0 0 0 16 0 12 0 194028994 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1476732 CPUtime=0.32
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 822 0 0 0 32 0 0 0 16 0 12 0 194028994 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194028994 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1476732 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194028994 1512173568 39550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1476732

[startup+6.30184 s]
/proc/loadavg: 1.08 1.02 0.93 2/77 8179
/proc/meminfo: memFree=1595416/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1476700 CPUtime=7.19
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 46539 0 30 0 689 30 0 0 18 0 12 0 194028977 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369175 44901 1419 9 0 366518 0
[pid=8167/tid=8169] ppid=8165 vsize=1476700 CPUtime=5.45
/proc/8167/task/8169/stat : 8169 (java) S 8165 8167 7790 0 -1 64 30932 0 1 0 528 17 0 0 20 0 12 0 194028984 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1476700 CPUtime=0.46
/proc/8167/task/8170/stat : 8170 (java) R 8165 8167 7790 0 -1 64 5801 0 0 0 43 3 0 0 16 0 12 0 194028986 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 106195396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1476700 CPUtime=0.45
/proc/8167/task/8171/stat : 8171 (java) R 8165 8167 7790 0 -1 64 6864 0 0 0 42 3 0 0 16 0 12 0 194028986 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 104188273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 194028987 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 194028988 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194028988 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 194028994 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1476700 CPUtime=0.4
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1391 0 0 0 40 0 0 0 16 0 12 0 194028994 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1476700 CPUtime=0.32
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 822 0 0 0 32 0 0 0 16 0 12 0 194028994 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194028994 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1476700 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194028994 1512140800 44901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1476700

[startup+12.7025 s]
/proc/loadavg: 1.15 1.03 0.93 2/77 8179
/proc/meminfo: memFree=1531608/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1477024 CPUtime=14.43
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 63574 0 30 0 1403 40 0 0 18 0 12 0 194028977 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369256 60976 1420 9 0 366599 0
[pid=8167/tid=8169] ppid=8165 vsize=1477024 CPUtime=10.91
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30944 0 1 0 1071 20 0 0 19 0 12 0 194028984 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4109435085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1477024 CPUtime=1.35
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 14339 0 0 0 129 6 0 0 16 0 12 0 194028986 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1477024 CPUtime=1.35
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 15348 0 0 0 128 7 0 0 17 0 12 0 194028986 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 194028987 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 194028988 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194028988 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 194028994 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1477024 CPUtime=0.4
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1391 0 0 0 40 0 0 0 16 0 12 0 194028994 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1477024 CPUtime=0.33
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 823 0 0 0 33 0 0 0 16 0 12 0 194028994 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194028994 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1477024 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194028994 1512472576 60976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 1477024

[startup+25.5027 s]
/proc/loadavg: 1.32 1.08 0.95 2/78 8180
/proc/meminfo: memFree=1492496/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1479940 CPUtime=28.58
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 75048 0 30 0 2810 48 0 0 18 0 13 0 194028977 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369985 70087 1431 9 0 367328 0
[pid=8167/tid=8169] ppid=8165 vsize=1479940 CPUtime=22.93
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30983 0 1 0 2271 22 0 0 25 0 13 0 194028984 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4109760489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1479940 CPUtime=1.91
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 19383 0 0 0 182 9 0 0 16 0 13 0 194028986 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1479940 CPUtime=1.93
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 20086 0 0 0 183 10 0 0 16 0 13 0 194028986 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1479940 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 194028987 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1479940 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 194028988 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1479940 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194028988 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1479940 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 194028994 1515458560 70087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1479940 CPUtime=0.97

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

[pid=8167] ppid=8165 vsize=1479396 CPUtime=1725.63
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 124725 0 30 0 172490 73 0 0 18 0 13 0 194028977 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369849 110698 1431 9 0 367192 0
[pid=8167/tid=8169] ppid=8165 vsize=1479396 CPUtime=1718.63
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30987 0 1 0 171839 24 0 0 25 0 13 0 194028984 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109751691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1479396 CPUtime=2.53
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 41408 0 0 0 235 18 0 0 16 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1479396 CPUtime=2.55
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 47727 0 0 0 232 23 0 0 18 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 194028987 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1479396 CPUtime=0.99
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1979 0 0 0 99 0 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1479396 CPUtime=0.83
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 1889 0 0 0 82 1 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8180] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8180/stat : 8180 (java) S 8165 8167 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 194030858 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.63
Current children cumulated vsize (KiB) 1479396

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 8188
/proc/meminfo: memFree=1328656/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1479396 CPUtime=1785.61
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 124725 0 30 0 178488 73 0 0 18 0 13 0 194028977 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369849 110698 1431 9 0 367192 0
[pid=8167/tid=8169] ppid=8165 vsize=1479396 CPUtime=1778.61
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30987 0 1 0 177837 24 0 0 25 0 13 0 194028984 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1479396 CPUtime=2.53
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 41408 0 0 0 235 18 0 0 16 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1479396 CPUtime=2.55
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 47727 0 0 0 232 23 0 0 18 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 194028987 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1479396 CPUtime=0.99
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1979 0 0 0 99 0 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1479396 CPUtime=0.83
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 1889 0 0 0 82 1 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8180] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8180/stat : 8180 (java) S 8165 8167 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 194030858 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 1479396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 8188
/proc/meminfo: memFree=1328656/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1479396 CPUtime=1800.01
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 124725 0 30 0 179928 73 0 0 18 0 13 0 194028977 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8167/statm: 369849 110698 1431 9 0 367192 0
[pid=8167/tid=8169] ppid=8165 vsize=1479396 CPUtime=1793.01
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30987 0 1 0 179277 24 0 0 25 0 13 0 194028984 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1479396 CPUtime=2.53
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 41408 0 0 0 235 18 0 0 16 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1479396 CPUtime=2.55
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 47727 0 0 0 232 23 0 0 18 0 13 0 194028986 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 194028987 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194028988 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1479396 CPUtime=0.99
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1979 0 0 0 99 0 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1479396 CPUtime=0.83
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 1889 0 0 0 82 1 0 0 16 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194028994 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8180] ppid=8165 vsize=1479396 CPUtime=0
/proc/8167/task/8180/stat : 8180 (java) S 8165 8167 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 194030858 1514901504 110698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1479396

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

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

[startup+1796.81 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 8188
/proc/meminfo: memFree=1328656/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1480044 CPUtime=1800.21
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 124747 0 30 0 179948 73 0 0 16 0 15 0 194028977 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8167/statm: 370011 110720 1431 9 0 367354 0
[pid=8167/tid=8169] ppid=8165 vsize=1480044 CPUtime=1793.12
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30987 0 1 0 179288 24 0 0 25 0 15 0 194028984 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1480044 CPUtime=2.53
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 41408 0 0 0 235 18 0 0 16 0 15 0 194028986 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1480044 CPUtime=2.55
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 47727 0 0 0 232 23 0 0 18 0 15 0 194028986 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 15 0 194028987 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 194028988 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 194028988 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 194028994 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1480044 CPUtime=0.99
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1979 0 0 0 99 0 0 0 16 0 15 0 194028994 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1480044 CPUtime=0.86
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 1891 0 0 0 85 1 0 0 16 0 15 0 194028994 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 15 0 194028994 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 194028994 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8180] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8180/stat : 8180 (java) S 8165 8167 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 194030858 1515565056 110720 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1480044

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 8188
/proc/meminfo: memFree=1328656/2055920 swapFree=4169972/4192956
[pid=8167] ppid=8165 vsize=1480044 CPUtime=1800.37
/proc/8167/stat : 8167 (java) S 8165 8167 7790 0 -1 0 124750 0 30 0 179964 73 0 0 16 0 14 0 194028977 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8167/statm: 370011 110723 1432 9 0 367354 0
[pid=8167/tid=8169] ppid=8165 vsize=1480044 CPUtime=1793.21
/proc/8167/task/8169/stat : 8169 (java) R 8165 8167 7790 0 -1 64 30987 0 1 0 179297 24 0 0 25 0 14 0 194028984 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4109753028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8170] ppid=8165 vsize=1480044 CPUtime=2.53
/proc/8167/task/8170/stat : 8170 (java) S 8165 8167 7790 0 -1 64 41408 0 0 0 235 18 0 0 16 0 14 0 194028986 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8171] ppid=8165 vsize=1480044 CPUtime=2.55
/proc/8167/task/8171/stat : 8171 (java) S 8165 8167 7790 0 -1 64 47727 0 0 0 232 23 0 0 18 0 14 0 194028986 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8172] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8172/stat : 8172 (java) S 8165 8167 7790 0 -1 64 17 0 0 0 0 0 0 0 16 0 14 0 194028987 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8173] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8173/stat : 8173 (java) S 8165 8167 7790 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 194028988 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8174] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8174/stat : 8174 (java) S 8165 8167 7790 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 194028988 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8167/tid=8175] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8175/stat : 8175 (java) S 8165 8167 7790 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 194028994 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8176] ppid=8165 vsize=1480044 CPUtime=0.99
/proc/8167/task/8176/stat : 8176 (java) S 8165 8167 7790 0 -1 64 1979 0 0 0 99 0 0 0 16 0 14 0 194028994 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8177] ppid=8165 vsize=1480044 CPUtime=0.86
/proc/8167/task/8177/stat : 8177 (java) S 8165 8167 7790 0 -1 64 1891 0 0 0 85 1 0 0 16 0 14 0 194028994 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8178] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8178/stat : 8178 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 194028994 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8179] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8179/stat : 8179 (java) S 8165 8167 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 194028994 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8167/tid=8180] ppid=8165 vsize=1480044 CPUtime=0
/proc/8167/task/8180/stat : 8180 (java) S 8165 8167 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 194030858 1515565056 110723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1480044

Child status: 143
Real time (s): 1796.98
CPU time (s): 1800.45
CPU user time (s): 1799.65
CPU system time (s): 0.798878
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 1480220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.798878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124750
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37542
involuntary context switches= 6512

runsolver used 2.10568 second user time and 4.44932 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 20:45:04
IDJOB=1885206
IDBENCH=72034
IDSOLVER=682
FILE ID=node84/1885206-1245264301
PBS_JOBID= 9372378
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885206-1245264301/watcher-1885206-1245264301 -o /tmp/evaluation-result-1885206-1245264301/solver-1885206-1245264301 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885206-1245264301.opb

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

MD5SUM BENCH= 4fe49ec64d4ff3b1fa25df12b0ed5a3a
RANDOM SEED=653522365

node84.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775256 kB
Buffers:         19768 kB
Cached:         181716 kB
SwapCached:      16864 kB
Active:         117804 kB
Inactive:       102916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775256 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           55960 kB
Writeback:           0 kB
Mapped:          24892 kB
Slab:            45884 kB
Committed_AS:   126260 kB
PageTables:       1396 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= 66468 MiB
End job on node84 at 2009-06-17 21:15:02