Trace number 1859609

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) 1800.39 1792.68

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__256.opb
MD5SUM236786dd2c62aa0c592a46a79d99b528
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 variables384498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint256
Maximum length of a constraint5377
Number of terms in the objective function 384000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 13135455744
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 13135455744
Number of bits of the biggest sum of numbers34
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.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1859609-1244973790.opb
0.21/0.22	c reading problem ... 
15.21/12.91	c ... done. Wall clock time 12.685s.
15.21/12.91	c #vars     384498
15.21/12.91	c #constraints  2500
15.21/12.91	c constraints type 
15.21/12.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
15.21/12.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
15.21/12.91	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.05/1792.41	c starts		: 16
1800.05/1792.41	c conflicts		: 113047
1800.05/1792.41	c decisions		: 8044181
1800.05/1792.41	c propagations		: 32962840
1800.05/1792.41	c inspects		: 137673265
1800.05/1792.41	c learnt literals	: 0
1800.05/1792.41	c learnt binary clauses	: 0
1800.05/1792.41	c learnt ternary clauses	: 0
1800.05/1792.41	c learnt clauses	: 113046
1800.05/1792.41	c ignored clauses	: 0
1800.05/1792.41	c root simplifications	: 0
1800.05/1792.41	c removed literals (reason simplification)	: 1118638
1800.05/1792.41	c reason swapping (by a shorter reason)	: 0
1800.05/1792.41	c Calls to reduceDB	: 0
1800.05/1792.41	c speed (assignments/second)	: 18523.62148307702
1800.05/1792.41	c non guided choices	3928113
1800.05/1792.47	c learnt constraints type 
1800.05/1792.47	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 113049
1800.05/1792.47	c constraints type 
1800.05/1792.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.05/1792.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.05/1792.47	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.05/1792.47	s UNKNOWN
1800.05/1792.47	c Total wall clock time (in seconds): 1792.253

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-1859609-1244973790/watcher-1859609-1244973790 -o /tmp/evaluation-result-1859609-1244973790/solver-1859609-1244973790 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859609-1244973790.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.06 1.02 1.00 3/64 19771
/proc/meminfo: memFree=1360376/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=152 CPUtime=0
/proc/19771/stat : 19771 (java6) R 19769 19771 18612 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 164979667 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 9695531 0 0 4096 0 0 0 0 17 1 0 0
/proc/19771/statm: 38 26 19 9 0 4 0

[startup+0.0616239 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 19771
/proc/meminfo: memFree=1360376/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1470088 CPUtime=0.04
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 3255 0 1 0 2 2 0 0 18 0 7 0 164979667 1505370112 3000 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 367522 3000 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101631 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 19771
/proc/meminfo: memFree=1360376/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1472584 CPUtime=0.08
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 3584 0 1 0 6 2 0 0 18 0 12 0 164979667 1507926016 3327 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 368146 3327 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301673 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 19771
/proc/meminfo: memFree=1360376/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1475148 CPUtime=0.34
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 7088 0 1 0 30 4 0 0 18 0 12 0 164979667 1510551552 6825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 368787 6825 1353 9 0 366130 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475148

[startup+0.701734 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 19771
/proc/meminfo: memFree=1360376/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1476064 CPUtime=0.96
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 10979 0 1 0 90 6 0 0 18 0 12 0 164979667 1511489536 10460 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369016 10461 1390 9 0 366359 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476064

[startup+1.50187 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 19783
/proc/meminfo: memFree=1301208/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1476064 CPUtime=1.76
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 25741 0 1 0 163 13 0 0 18 0 12 0 164979667 1511489536 25222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369016 25222 1390 9 0 366359 0
[pid=19771/tid=19773] ppid=19769 vsize=1476064 CPUtime=1.4
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 23820 0 1 0 128 12 0 0 25 0 12 0 164979669 1511489536 25223 1992294400 134512640 134550932 4294956016 18446744073709551615 4109292582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 164979670 1511489536 25224 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 164979670 1511489536 25224 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 164979672 1511489536 25225 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 164979672 1511489536 25226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 164979672 1511489536 25226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164979677 1511489536 25227 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1476064 CPUtime=0.18
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 492 0 0 0 18 0 0 0 16 0 12 0 164979677 1511489536 25228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1476064 CPUtime=0.16
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 691 0 0 0 16 0 0 0 16 0 12 0 164979677 1511489536 25229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164979677 1511489536 25229 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164979677 1511489536 25230 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1476064

[startup+3.10217 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 19783
/proc/meminfo: memFree=1210520/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1476064 CPUtime=3.67
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 39428 0 1 0 349 18 0 0 18 0 12 0 164979667 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369016 38753 1417 9 0 366359 0
[pid=19771/tid=19773] ppid=19769 vsize=1476064 CPUtime=2.86
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 30929 0 1 0 272 14 0 0 25 0 12 0 164979669 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4109550874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1476064 CPUtime=0.08
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 3998 0 0 0 7 1 0 0 16 0 12 0 164979670 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1476064 CPUtime=0.08
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 2398 0 0 0 8 0 0 0 16 0 12 0 164979670 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 164979672 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 164979672 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164979672 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164979677 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1476064 CPUtime=0.28
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 556 0 0 0 28 0 0 0 17 0 12 0 164979677 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1476064 CPUtime=0.32
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 800 0 0 0 32 0 0 0 17 0 12 0 164979677 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164979677 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1476064 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164979677 1511489536 38753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1476064

[startup+6.30275 s]
/proc/loadavg: 1.06 1.01 1.00 3/76 19783
/proc/meminfo: memFree=1113496/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1476296 CPUtime=7.6
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 72575 0 1 0 723 37 0 0 18 0 12 0 164979667 1511727104 67249 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369074 67250 1417 9 0 366417 0
[pid=19771/tid=19773] ppid=19769 vsize=1476296 CPUtime=5.31
/proc/19771/task/19773/stat : 19773 (java) S 19769 19771 18612 0 -1 64 30933 0 1 0 516 15 0 0 23 0 12 0 164979669 1511727104 67251 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1476296 CPUtime=0.83
/proc/19771/task/19774/stat : 19774 (java) R 19769 19771 18612 0 -1 64 20398 0 0 0 72 11 0 0 16 0 12 0 164979670 1511727104 67252 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1476296 CPUtime=0.82
/proc/19771/task/19775/stat : 19775 (java) R 19769 19771 18612 0 -1 64 19145 0 0 0 73 9 0 0 17 0 12 0 164979670 1511727104 67253 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 164979672 1511727104 67254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 164979672 1511727104 67255 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164979672 1511727104 67256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164979677 1511727104 67257 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1476296 CPUtime=0.28
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 556 0 0 0 28 0 0 0 17 0 12 0 164979677 1511727104 67259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1476296 CPUtime=0.32
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 800 0 0 0 32 0 0 0 17 0 12 0 164979677 1511727104 67263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164979677 1511727104 67263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1476296 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164979677 1511727104 67264 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1476296

[startup+12.7029 s]
/proc/loadavg: 1.05 1.01 1.00 3/76 19783
/proc/meminfo: memFree=1021344/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1476352 CPUtime=15
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 94044 0 1 0 1448 52 0 0 18 0 12 0 164979667 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369088 85947 1417 9 0 366431 0
[pid=19771/tid=19773] ppid=19769 vsize=1476352 CPUtime=10.48
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 30987 0 1 0 1031 17 0 0 25 0 12 0 164979669 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1476352 CPUtime=1.89
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 33054 0 0 0 171 18 0 0 15 0 12 0 164979670 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1476352 CPUtime=1.93
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 27896 0 0 0 178 15 0 0 16 0 12 0 164979670 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 164979672 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 164979672 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164979672 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164979677 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1476352 CPUtime=0.33
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 560 0 0 0 33 0 0 0 17 0 12 0 164979677 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1476352 CPUtime=0.32
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 800 0 0 0 32 0 0 0 16 0 12 0 164979677 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164979677 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1476352 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164979677 1511784448 85947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 1476352

[startup+25.5012 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 19784
/proc/meminfo: memFree=989656/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1478940 CPUtime=28.87
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 103089 0 1 0 2829 58 0 0 18 0 13 0 164979667 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369735 93811 1432 9 0 367078 0
[pid=19771/tid=19773] ppid=19769 vsize=1478940 CPUtime=22.68
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 31034 0 1 0 2251 17 0 0 25 0 13 0 164979669 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4109737419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1478940 CPUtime=2.09
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 36313 0 0 0 189 20 0 0 17 0 13 0 164979670 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1478940 CPUtime=2.14
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 31797 0 0 0 196 18 0 0 16 0 13 0 164979670 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1478940 CPUtime=0
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478940 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478940 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478940 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514434560 93811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478940 CPUtime=1.01

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

[pid=19771/tid=19776] ppid=19769 vsize=1478812 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 164979672 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478812 CPUtime=1.2
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 1010 0 0 0 120 0 0 0 16 0 13 0 164979677 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1478812 CPUtime=0.95
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 2191 0 0 0 94 1 0 0 16 0 13 0 164979677 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164979677 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 18612 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 164981064 1514303488 291916 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1609.79
Current children cumulated vsize (KiB) 1478812

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19784
/proc/meminfo: memFree=186776/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1478812 CPUtime=1669.84
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 321362 0 1 0 166814 170 0 0 18 0 13 0 164979667 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369703 294064 1432 9 0 367046 0
[pid=19771/tid=19773] ppid=19769 vsize=1478812 CPUtime=1653.72
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 31147 0 1 0 165353 19 0 0 25 0 13 0 164979669 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4109778322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1478812 CPUtime=6.89
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 144172 0 0 0 613 76 0 0 17 0 13 0 164979670 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1478812 CPUtime=7.02
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 142089 0 0 0 630 72 0 0 16 0 13 0 164979670 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1478812 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 164979672 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478812 CPUtime=1.2
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 1010 0 0 0 120 0 0 0 16 0 13 0 164979677 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1478812 CPUtime=0.95
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 2191 0 0 0 94 1 0 0 16 0 13 0 164979677 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164979677 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 18612 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 164981064 1514303488 294064 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1669.84
Current children cumulated vsize (KiB) 1478812

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 19784
/proc/meminfo: memFree=171096/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1478812 CPUtime=1729.9
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 325508 0 1 0 172818 172 0 0 18 0 13 0 164979667 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369703 297987 1432 9 0 367046 0
[pid=19771/tid=19773] ppid=19769 vsize=1478812 CPUtime=1713.6
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 31149 0 1 0 171341 19 0 0 25 0 13 0 164979669 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4109777996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1478812 CPUtime=6.99
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 146427 0 0 0 622 77 0 0 17 0 13 0 164979670 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1478812 CPUtime=7.1
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 143978 0 0 0 637 73 0 0 16 0 13 0 164979670 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1478812 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 164979672 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478812 CPUtime=1.2
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 1010 0 0 0 120 0 0 0 16 0 13 0 164979677 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1478812 CPUtime=0.95
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 2191 0 0 0 94 1 0 0 16 0 13 0 164979677 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164979677 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 18612 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 164981064 1514303488 297987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1729.9
Current children cumulated vsize (KiB) 1478812

[startup+1782.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 19784
/proc/meminfo: memFree=144472/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1478812 CPUtime=1789.95
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 332504 0 1 0 178819 176 0 0 18 0 13 0 164979667 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369703 304606 1432 9 0 367046 0
[pid=19771/tid=19773] ppid=19769 vsize=1478812 CPUtime=1773.47
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 31151 0 1 0 177328 19 0 0 25 0 13 0 164979669 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1478812 CPUtime=7.08
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 151407 0 0 0 629 79 0 0 17 0 13 0 164979670 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1478812 CPUtime=7.18
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 145992 0 0 0 644 74 0 0 16 0 13 0 164979670 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1478812 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478812 CPUtime=1.2
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 1010 0 0 0 120 0 0 0 16 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1478812 CPUtime=0.95
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 2191 0 0 0 94 1 0 0 16 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 18612 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 164981064 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 1478812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 19784
/proc/meminfo: memFree=144472/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=1478812 CPUtime=1800.05
/proc/19771/stat : 19771 (java) S 19769 19771 18612 0 -1 0 332504 0 1 0 179829 176 0 0 18 0 13 0 164979667 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 369703 304606 1432 9 0 367046 0
[pid=19771/tid=19773] ppid=19769 vsize=1478812 CPUtime=1783.57
/proc/19771/task/19773/stat : 19773 (java) R 19769 19771 18612 0 -1 64 31151 0 1 0 178338 19 0 0 25 0 13 0 164979669 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4109623423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19774] ppid=19769 vsize=1478812 CPUtime=7.08
/proc/19771/task/19774/stat : 19774 (java) S 19769 19771 18612 0 -1 64 151407 0 0 0 629 79 0 0 17 0 13 0 164979670 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19775] ppid=19769 vsize=1478812 CPUtime=7.18
/proc/19771/task/19775/stat : 19775 (java) S 19769 19771 18612 0 -1 64 145992 0 0 0 644 74 0 0 16 0 13 0 164979670 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19776] ppid=19769 vsize=1478812 CPUtime=0.01
/proc/19771/task/19776/stat : 19776 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19777] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19777/stat : 19777 (java) S 19769 19771 18612 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19778] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19778/stat : 19778 (java) S 19769 19771 18612 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164979672 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19779] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19779/stat : 19779 (java) S 19769 19771 18612 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19780] ppid=19769 vsize=1478812 CPUtime=1.2
/proc/19771/task/19780/stat : 19780 (java) S 19769 19771 18612 0 -1 64 1010 0 0 0 120 0 0 0 16 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19771/tid=19781] ppid=19769 vsize=1478812 CPUtime=0.95
/proc/19771/task/19781/stat : 19781 (java) S 19769 19771 18612 0 -1 64 2191 0 0 0 94 1 0 0 16 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19782] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19782/stat : 19782 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19783] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19783/stat : 19783 (java) S 19769 19771 18612 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164979677 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19771/tid=19784] ppid=19769 vsize=1478812 CPUtime=0
/proc/19771/task/19784/stat : 19784 (java) S 19769 19771 18612 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 164981064 1514303488 304606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1478812

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

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

[startup+1792.6 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 19784
/proc/meminfo: memFree=144472/2055920 swapFree=4182996/4192956
[pid=19771] ppid=19769 vsize=0 CPUtime=1800.3
/proc/19771/stat : 19771 (java) Z 19769 19771 18612 0 -1 1036 332528 0 1 0 179844 186 0 0 15 0 2 0 164979667 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19771/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.68
CPU time (s): 1800.39
CPU user time (s): 1798.45
CPU system time (s): 1.9427
CPU usage (%): 100.43
Max. virtual memory (cumulated for all children) (KiB): 1479056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.9427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332528
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= 38798
involuntary context switches= 5267

runsolver used 2.25366 second user time and 4.28535 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-14 12:03:11
IDJOB=1859609
IDBENCH=71853
IDSOLVER=682
FILE ID=node12/1859609-1244973790
PBS_JOBID= 9355006
Free space on /tmp= 66348 MiB

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

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

MD5SUM BENCH= 236786dd2c62aa0c592a46a79d99b528
RANDOM SEED=1189386008

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1360792 kB
Buffers:         75732 kB
Cached:         535072 kB
SwapCached:       3780 kB
Active:         115288 kB
Inactive:       503380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360792 kB
SwapTotal:     4192956 kB
SwapFree:      4182996 kB
Dirty:           17828 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            62540 kB
Committed_AS:   130736 kB
PageTables:       1384 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= 66348 MiB
End job on node12 at 2009-06-14 12:33:05