Trace number 1859659

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1801.29 1786.35

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859659-1244975024.opb
0.22/0.22	c reading problem ... 
1800.93/1786.08	c starts		: 0
1800.93/1786.08	c conflicts		: 0
1800.93/1786.08	c decisions		: 0
1800.93/1786.08	c propagations		: 0
1800.93/1786.08	c inspects		: 0
1800.93/1786.08	c learnt literals	: 0
1800.93/1786.08	c learnt binary clauses	: 0
1800.93/1786.08	c learnt ternary clauses	: 0
1800.93/1786.08	c learnt clauses	: 0
1800.93/1786.08	c ignored clauses	: 0
1800.93/1786.08	c root simplifications	: 0
1800.93/1786.08	c removed literals (reason simplification)	: 0
1800.93/1786.08	c reason swapping (by a shorter reason)	: 0
1800.93/1786.08	c Calls to reduceDB	: 0
1800.93/1786.08	c speed (assignments/second)	: 0.0
1800.93/1786.08	c non guided choices	0
1800.93/1786.09	c learnt constraints type 
1800.93/1786.09	c constraints type 
1800.93/1786.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 1710
1800.93/1786.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.93/1786.09	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.93/1786.09	s UNKNOWN
1800.93/1786.09	c Total wall clock time (in seconds): 1785.87

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-1859659-1244975024/watcher-1859659-1244975024 -o /tmp/evaluation-result-1859659-1244975024/solver-1859659-1244975024 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859659-1244975024.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 1.00 3/64 16873
/proc/meminfo: memFree=1121136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=152 CPUtime=0
/proc/16873/stat : 16873 (java6) D 16871 16873 16699 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 165100332 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 8921892 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16873/statm: 38 26 19 9 0 4 0

[startup+0.0655749 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16873
/proc/meminfo: memFree=1121136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1470220 CPUtime=0.05
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 3309 0 1 0 3 2 0 0 18 0 7 0 165100332 1505505280 3054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 367555 3054 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101578 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16873
/proc/meminfo: memFree=1121136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1472584 CPUtime=0.08
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 165100332 1507926016 3341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301605 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16873
/proc/meminfo: memFree=1121136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1475096 CPUtime=0.32
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 18898 0 1 0 24 8 0 0 18 0 12 0 165100332 1510498304 18636 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368774 18636 1342 9 0 366117 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475096

[startup+0.701641 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16873
/proc/meminfo: memFree=1121136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1475384 CPUtime=0.93
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 21959 0 1 0 82 11 0 0 18 0 12 0 165100332 1510793216 21481 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368846 21481 1390 9 0 366189 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1475384

[startup+1.50171 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16885
/proc/meminfo: memFree=1016656/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1475384 CPUtime=1.87
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 49431 0 1 0 163 24 0 0 18 0 12 0 165100332 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368846 48951 1401 9 0 366189 0
[pid=16873/tid=16875] ppid=16871 vsize=1475384 CPUtime=1.22
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16699 0 -1 64 30913 0 1 0 108 14 0 0 17 0 12 0 165100333 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1475384 CPUtime=0.13
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 5955 0 0 0 11 2 0 0 18 0 12 0 165100335 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1475384 CPUtime=0.13
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 10652 0 0 0 8 5 0 0 18 0 12 0 165100335 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16699 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1475384 CPUtime=0.18
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 422 0 0 0 18 0 0 0 17 0 12 0 165100341 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1475384 CPUtime=0.15
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 740 0 0 0 15 0 0 0 16 0 12 0 165100341 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1510793216 48951 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1475384

[startup+3.10187 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 16885
/proc/meminfo: memFree=931024/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1475384 CPUtime=3.61
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 58944 0 1 0 330 31 0 0 18 0 12 0 165100332 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368846 57459 1401 9 0 366189 0
[pid=16873/tid=16875] ppid=16871 vsize=1475384 CPUtime=2.68
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16699 0 -1 64 30914 0 1 0 253 15 0 0 17 0 12 0 165100333 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4109472273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1475384 CPUtime=0.27
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 10985 0 0 0 23 4 0 0 17 0 12 0 165100335 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1475384 CPUtime=0.28
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 15131 0 0 0 19 9 0 0 18 0 12 0 165100335 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16699 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1475384 CPUtime=0.18
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 422 0 0 0 18 0 0 0 17 0 12 0 165100341 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1475384 CPUtime=0.15
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 740 0 0 0 15 0 0 0 16 0 12 0 165100341 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1510793216 57459 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1475384 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1510793216 57459 1992294400 134512640 134550932 4294956016 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) 1475384

[startup+6.30219 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 16885
/proc/meminfo: memFree=879632/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1475160 CPUtime=7.09
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 70307 0 1 0 669 40 0 0 18 0 12 0 165100332 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 368790 67153 1401 9 0 366133 0
[pid=16873/tid=16875] ppid=16871 vsize=1475160 CPUtime=5.59
/proc/16873/task/16875/stat : 16875 (java) R 16871 16873 16699 0 -1 64 30918 0 1 0 542 17 0 0 21 0 12 0 165100333 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4109466241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1475160 CPUtime=0.56
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 18197 0 0 0 48 8 0 0 18 0 12 0 165100335 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1475160 CPUtime=0.56
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 19278 0 0 0 44 12 0 0 18 0 12 0 165100335 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16699 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165100337 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1475160 CPUtime=0.18
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 422 0 0 0 18 0 0 0 17 0 12 0 165100341 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1475160 CPUtime=0.15
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 740 0 0 0 15 0 0 0 16 0 12 0 165100341 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1475160 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1510563840 67153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1475160

[startup+12.7028 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 16885
/proc/meminfo: memFree=769488/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1477728 CPUtime=14.73
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 97910 0 1 0 1416 57 0 0 18 0 12 0 165100332 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 369432 91431 1406 9 0 366775 0
[pid=16873/tid=16875] ppid=16871 vsize=1477728 CPUtime=10.71
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 30925 0 1 0 1053 18 0 0 20 0 12 0 165100333 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1477728 CPUtime=1.82
/proc/16873/task/16876/stat : 16876 (java) R 16871 16873 16699 0 -1 64 31821 0 0 0 165 17 0 0 17 0 12 0 165100335 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1477728 CPUtime=1.82
/proc/16873/task/16877/stat : 16877 (java) R 16871 16873 16699 0 -1 64 33245 0 0 0 163 19 0 0 16 0 12 0 165100335 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16699 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 165100337 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1477728 CPUtime=0.18
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 422 0 0 0 18 0 0 0 17 0 12 0 165100341 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1477728 CPUtime=0.15
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 745 0 0 0 15 0 0 0 16 0 12 0 165100341 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1477728 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1513193472 91431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 1477728

[startup+25.5011 s]
/proc/loadavg: 1.24 1.06 1.02 2/76 16885
/proc/meminfo: memFree=528336/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1478720 CPUtime=32.13
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 168762 0 1 0 3122 91 0 0 18 0 12 0 165100332 1514209280 154404 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 369680 154404 1417 9 0 367023 0
[pid=16873/tid=16875] ppid=16871 vsize=1478720 CPUtime=18.85
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 30971 0 1 0 1865 20 0 0 20 0 12 0 165100333 1514209280 154404 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1478720 CPUtime=6.3
/proc/16873/task/16876/stat : 16876 (java) R 16871 16873 16699 0 -1 64 64681 0 0 0 598 32 0 0 18 0 12 0 165100335 1514209280 154405 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1478720 CPUtime=6.21
/proc/16873/task/16877/stat : 16877 (java) R 16871 16873 16699 0 -1 64 70749 0 0 0 585 36 0 0 17 0 12 0 165100335 1514209280 154406 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1478720 CPUtime=0
/proc/16873/task/16878/stat : 16878 (java) S 16871 16873 16699 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 165100337 1514209280 154408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1478720 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1514209280 154410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1478720 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1514209280 154411 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1478720 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1514209280 154413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1478720 CPUtime=0.37

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

/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 166817 0 0 0 1627 79 0 0 16 0 12 0 165100335 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1494724 CPUtime=1638.64
/proc/16873/task/16878/stat : 16878 (java) R 16871 16873 16699 0 -1 64 6555811 0 0 0 160939 2925 0 0 17 0 12 0 165100337 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 105696582 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1494724 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1494724 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1494724 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1494724 CPUtime=0.42
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 165100341 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1494724 CPUtime=0.36
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 937 0 0 0 36 0 0 0 16 0 12 0 165100341 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1494724 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1494724 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1530597376 341300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.3
Current children cumulated vsize (KiB) 1494724

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16887
/proc/meminfo: memFree=32208/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1486724 CPUtime=1797.22
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 7163332 0 1 0 176497 3225 0 0 18 0 12 0 165100332 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 371681 339300 1419 9 0 369024 0
[pid=16873/tid=16875] ppid=16871 vsize=1486724 CPUtime=64.86
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 31430 0 1 0 6455 31 0 0 17 0 12 0 165100333 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1486724 CPUtime=16.76
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 172691 0 0 0 1593 83 0 0 16 0 12 0 165100335 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1486724 CPUtime=17.06
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 166817 0 0 0 1627 79 0 0 16 0 12 0 165100335 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1486724 CPUtime=1697.72
/proc/16873/task/16878/stat : 16878 (java) R 16871 16873 16699 0 -1 64 6790040 0 0 0 166742 3030 0 0 17 0 12 0 165100337 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 104177793 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1486724 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1486724 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1486724 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1486724 CPUtime=0.42
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 165100341 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1486724 CPUtime=0.36
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 937 0 0 0 36 0 0 0 16 0 12 0 165100341 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1486724 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1486724 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1522405376 339300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 1486724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16887
/proc/meminfo: memFree=32144/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1510724 CPUtime=1800.03
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 7175334 0 1 0 176773 3230 0 0 18 0 12 0 165100332 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 377681 345300 1419 9 0 375024 0
[pid=16873/tid=16875] ppid=16871 vsize=1510724 CPUtime=64.86
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 31430 0 1 0 6455 31 0 0 17 0 12 0 165100333 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1510724 CPUtime=16.76
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 172691 0 0 0 1593 83 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1510724 CPUtime=17.06
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 166817 0 0 0 1627 79 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1510724 CPUtime=1700.52
/proc/16873/task/16878/stat : 16878 (java) R 16871 16873 16699 0 -1 64 6802042 0 0 0 167018 3034 0 0 21 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1510724 CPUtime=0.42
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1510724 CPUtime=0.36
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 937 0 0 0 36 0 0 0 16 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1510724

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

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

[startup+1785.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16888
/proc/meminfo: memFree=32136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1510724 CPUtime=1800.33
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 7175335 0 1 0 176803 3230 0 0 16 0 12 0 165100332 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16873/statm: 377681 345300 1419 9 0 375024 0
[pid=16873/tid=16875] ppid=16871 vsize=1510724 CPUtime=64.86
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 31430 0 1 0 6455 31 0 0 17 0 12 0 165100333 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1510724 CPUtime=16.76
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 172691 0 0 0 1593 83 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1510724 CPUtime=17.06
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 166817 0 0 0 1627 79 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1510724 CPUtime=1700.81
/proc/16873/task/16878/stat : 16878 (java) R 16871 16873 16699 0 -1 64 6802042 0 0 0 167047 3034 0 0 21 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1510724 CPUtime=0.42
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1510724 CPUtime=0.36
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 937 0 0 0 36 0 0 0 16 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1510724

[startup+1785.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16888
/proc/meminfo: memFree=32136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=1510724 CPUtime=1800.73
/proc/16873/stat : 16873 (java) S 16871 16873 16699 0 -1 0 7175335 0 1 0 176843 3230 0 0 16 0 12 0 165100332 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16873/statm: 377681 345300 1419 9 0 375024 0
[pid=16873/tid=16875] ppid=16871 vsize=1510724 CPUtime=64.86
/proc/16873/task/16875/stat : 16875 (java) S 16871 16873 16699 0 -1 64 31430 0 1 0 6455 31 0 0 17 0 12 0 165100333 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16876] ppid=16871 vsize=1510724 CPUtime=16.76
/proc/16873/task/16876/stat : 16876 (java) S 16871 16873 16699 0 -1 64 172691 0 0 0 1593 83 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16877] ppid=16871 vsize=1510724 CPUtime=17.06
/proc/16873/task/16877/stat : 16877 (java) S 16871 16873 16699 0 -1 64 166817 0 0 0 1627 79 0 0 16 0 12 0 165100335 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16878] ppid=16871 vsize=1510724 CPUtime=1701.21
/proc/16873/task/16878/stat : 16878 (java) R 16871 16873 16699 0 -1 64 6802042 0 0 0 167087 3034 0 0 23 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16873/tid=16879] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16879/stat : 16879 (java) S 16871 16873 16699 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16880] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16880/stat : 16880 (java) S 16871 16873 16699 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165100337 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16881] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16881/stat : 16881 (java) S 16871 16873 16699 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16882] ppid=16871 vsize=1510724 CPUtime=0.42
/proc/16873/task/16882/stat : 16882 (java) S 16871 16873 16699 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16883] ppid=16871 vsize=1510724 CPUtime=0.36
/proc/16873/task/16883/stat : 16883 (java) S 16871 16873 16699 0 -1 64 937 0 0 0 36 0 0 0 16 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16884] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16884/stat : 16884 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16873/tid=16885] ppid=16871 vsize=1510724 CPUtime=0
/proc/16873/task/16885/stat : 16885 (java) S 16871 16873 16699 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165100341 1546981376 345300 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 1510724

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16888
/proc/meminfo: memFree=32136/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=0 CPUtime=1801.12
/proc/16873/stat : 16873 (java) Z 16871 16873 16699 0 -1 1036 7175359 0 1 0 176876 3236 0 0 16 0 2 0 165100332 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 0

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16890
/proc/meminfo: memFree=1116352/2055920 swapFree=4192952/4192956
[pid=16873] ppid=16871 vsize=0 CPUtime=1801.23
/proc/16873/stat : 16873 (java) Z 16871 16873 16699 0 -1 1036 7175359 0 1 0 176876 3247 0 0 16 0 2 0 165100332 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16873/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.35
CPU time (s): 1801.29
CPU user time (s): 1768.77
CPU system time (s): 32.5171
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (KiB): 1526728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.77
system time used= 32.5171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7175359
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37321
involuntary context switches= 32803

runsolver used 1.93371 second user time and 4.68429 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-14 12:23:50
IDJOB=1859659
IDBENCH=71878
IDSOLVER=682
FILE ID=node36/1859659-1244975024
PBS_JOBID= 9355046
Free space on /tmp= 66112 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__512.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859659-1244975024/watcher-1859659-1244975024 -o /tmp/evaluation-result-1859659-1244975024/solver-1859659-1244975024 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859659-1244975024.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=646804676

node36.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.230
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.230
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:       1121616 kB
Buffers:         76136 kB
Cached:         768284 kB
SwapCached:          4 kB
Active:         237408 kB
Inactive:       621012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121616 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:          125816 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            62000 kB
Committed_AS:   130572 kB
PageTables:       1360 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= 66112 MiB
End job on node36 at 2009-06-14 12:53:37