Trace number 1856135

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.51 1791.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
Bench CategoryOPT-BIGINT (optimisation, big integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
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-1856135-1244903529.opb
0.22/0.22	c reading problem ... 
4.39/3.28	c ... done. Wall clock time 3.064s.
4.39/3.28	c #vars     58150
4.39/3.28	c #constraints  26556
4.39/3.28	c constraints type 
4.39/3.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.06/1791.31	c starts		: 21
1800.06/1791.31	c conflicts		: 743282
1800.06/1791.31	c decisions		: 986932
1800.06/1791.31	c propagations		: 42129416
1800.06/1791.31	c inspects		: 1212097626
1800.06/1791.31	c learnt literals	: 0
1800.06/1791.31	c learnt binary clauses	: 0
1800.06/1791.31	c learnt ternary clauses	: 0
1800.06/1791.31	c learnt clauses	: 743282
1800.06/1791.31	c ignored clauses	: 0
1800.06/1791.31	c root simplifications	: 0
1800.06/1791.31	c removed literals (reason simplification)	: 7282138
1800.06/1791.31	c reason swapping (by a shorter reason)	: 0
1800.06/1791.31	c Calls to reduceDB	: 0
1800.06/1791.31	c speed (assignments/second)	: 23561.93383888069
1800.06/1791.31	c non guided choices	43094
1800.26/1791.44	c learnt constraints type 
1800.26/1791.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 743405
1800.26/1791.44	c constraints type 
1800.26/1791.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.26/1791.44	s UNKNOWN
1800.26/1791.44	c Total wall clock time (in seconds): 1791.219

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-1856135-1244903529/watcher-1856135-1244903529 -o /tmp/evaluation-result-1856135-1244903529/solver-1856135-1244903529 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856135-1244903529.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 10773
/proc/meminfo: memFree=1323376/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=140 CPUtime=0
/proc/10773/stat : 10773 (java6) R 10771 10773 10694 0 -1 0 23 0 0 0 0 0 0 0 18 0 1 0 157954053 143360 8 1992294400 134512640 134550932 4294956176 18446744073709551615 5793504 0 0 4096 0 0 0 0 17 1 0 0
/proc/10773/statm: 37 19 14 9 0 3 0

[startup+0.043414 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10773
/proc/meminfo: memFree=1323376/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1468752 CPUtime=0.02
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 3014 0 1 0 1 1 0 0 18 0 4 0 157954053 1504002048 2761 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 367188 2761 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101422 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10773
/proc/meminfo: memFree=1323376/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1472584 CPUtime=0.08
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 157954053 1507926016 3342 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301445 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10773
/proc/meminfo: memFree=1323376/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1475316 CPUtime=0.36
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 5320 0 1 0 33 3 0 0 18 0 12 0 157954053 1510723584 5040 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 368829 5040 1356 9 0 366172 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475316

[startup+0.701494 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10773
/proc/meminfo: memFree=1323376/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1477816 CPUtime=0.94
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 9651 0 1 0 89 5 0 0 18 0 12 0 157954053 1513283584 8918 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 369454 8918 1394 9 0 366797 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1477816

[startup+1.50259 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 10785
/proc/meminfo: memFree=1276240/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1491648 CPUtime=2.3
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 23474 0 1 0 218 12 0 0 18 0 12 0 157954053 1527447552 19703 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 372912 19704 1400 9 0 370255 0
[pid=10773/tid=10775] ppid=10771 vsize=1491648 CPUtime=1.05
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 14746 0 1 0 97 8 0 0 18 0 12 0 157954054 1527447552 19705 1992294400 134512640 134550932 4294956016 18446744073709551615 4109575136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 157954056 1527447552 19705 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157954056 1527447552 19706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157954058 1527447552 19707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 157954058 1527447552 19708 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 157954058 1527447552 19709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157954062 1527447552 19710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1491648 CPUtime=0.51
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 2714 0 0 0 50 1 0 0 16 0 12 0 157954062 1527447552 19711 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1491648 CPUtime=0.71
/proc/10773/task/10783/stat : 10783 (java) R 10771 10773 10694 0 -1 64 5273 0 0 0 69 2 0 0 18 0 12 0 157954062 1527447552 19714 1992294400 134512640 134550932 4294956016 18446744073709551615 103148816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157954062 1527447552 19714 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1491648 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157954062 1527447552 19714 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1491648

[startup+3.10278 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 10785
/proc/meminfo: memFree=1203472/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1488600 CPUtime=4.29
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 47054 0 1 0 406 23 0 0 18 0 12 0 157954053 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 372150 41613 1415 9 0 369493 0
[pid=10773/tid=10775] ppid=10771 vsize=1488600 CPUtime=2.46
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 30907 0 1 0 231 15 0 0 22 0 12 0 157954054 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4109524960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1488600 CPUtime=0.1
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 3133 0 0 0 9 1 0 0 17 0 12 0 157954056 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1488600 CPUtime=0.11
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 3216 0 0 0 10 1 0 0 16 0 12 0 157954056 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 157954058 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 157954058 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157954058 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157954062 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1488600 CPUtime=0.63
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 2719 0 0 0 62 1 0 0 16 0 12 0 157954062 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1488600 CPUtime=0.94
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6329 0 0 0 91 3 0 0 16 0 12 0 157954062 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157954062 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1488600 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157954062 1524326400 41613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1488600

[startup+6.30215 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 10786
/proc/meminfo: memFree=1126856/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1488316 CPUtime=8.73
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 56927 0 1 0 845 28 0 0 18 0 13 0 157954053 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 372079 50252 1432 9 0 369422 0
[pid=10773/tid=10775] ppid=10771 vsize=1488316 CPUtime=5.34
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 30957 0 1 0 519 15 0 0 25 0 13 0 157954054 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4109854775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1488316 CPUtime=0.26
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 6669 0 0 0 23 3 0 0 18 0 13 0 157954056 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1488316 CPUtime=0.25
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 8991 0 0 0 22 3 0 0 16 0 13 0 157954056 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 157954058 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1488316 CPUtime=1.45
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3191 0 0 0 144 1 0 0 15 0 13 0 157954062 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1488316 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 15 0 13 0 157954062 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1488316 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1524035584 50252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 1488316

[startup+12.7029 s]
/proc/loadavg: 1.07 1.02 1.00 3/77 10786
/proc/meminfo: memFree=1127944/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1486364 CPUtime=15.42
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 57160 0 1 0 1514 28 0 0 18 0 13 0 157954053 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371591 49976 1432 9 0 368934 0
[pid=10773/tid=10775] ppid=10771 vsize=1486364 CPUtime=11.52
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 30962 0 1 0 1137 15 0 0 22 0 13 0 157954054 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4109856528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1486364 CPUtime=0.47
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 6789 0 0 0 44 3 0 0 17 0 13 0 157954056 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1486364 CPUtime=0.46
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 9091 0 0 0 43 3 0 0 17 0 13 0 157954056 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1486364 CPUtime=1.55
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3199 0 0 0 154 1 0 0 17 0 13 0 157954062 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1486364 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 13 0 157954062 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1522036736 49976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 1486364

[startup+25.5014 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 10786
/proc/meminfo: memFree=1109384/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1486364 CPUtime=28.4
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 63652 0 1 0 2809 31 0 0 18 0 13 0 157954053 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371591 54654 1432 9 0 368934 0
[pid=10773/tid=10775] ppid=10771 vsize=1486364 CPUtime=24.12
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 30970 0 1 0 2397 15 0 0 19 0 13 0 157954054 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4110056157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1486364 CPUtime=0.66
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 10285 0 0 0 61 5 0 0 16 0 13 0 157954056 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1486364 CPUtime=0.65
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 12079 0 0 0 60 5 0 0 16 0 13 0 157954056 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 157954058 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1486364 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1522036736 54654 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1486364 CPUtime=0

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

[pid=10773/tid=10778] ppid=10771 vsize=1484448 CPUtime=0.09
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 6 3 0 0 16 0 13 0 157954058 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1484448 CPUtime=1.63
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3199 0 0 0 162 1 0 0 16 0 13 0 157954062 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1484448 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 13 0 157954062 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1520074752 257638 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.71
Current children cumulated vsize (KiB) 1484448

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10788
/proc/meminfo: memFree=279752/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1484448 CPUtime=1730.87
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 281652 0 1 0 172929 158 0 0 18 0 13 0 157954053 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371112 261523 1432 9 0 368455 0
[pid=10773/tid=10775] ppid=10771 vsize=1484448 CPUtime=1713.62
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 31413 0 1 0 171345 17 0 0 25 0 13 0 157954054 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4110033112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1484448 CPUtime=7.11
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 115591 0 0 0 648 63 0 0 16 0 13 0 157954056 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1484448 CPUtime=6.98
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 124330 0 0 0 630 68 0 0 16 0 13 0 157954056 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1484448 CPUtime=0.09
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 6 3 0 0 16 0 13 0 157954058 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1484448 CPUtime=1.63
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3199 0 0 0 162 1 0 0 16 0 13 0 157954062 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1484448 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 13 0 157954062 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1520074752 261523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.87
Current children cumulated vsize (KiB) 1484448

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10794
/proc/meminfo: memFree=262856/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1484448 CPUtime=1791.06
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 287510 0 1 0 178945 161 0 0 18 0 13 0 157954053 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371112 266701 1432 9 0 368455 0
[pid=10773/tid=10775] ppid=10771 vsize=1484448 CPUtime=1773.31
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 31419 0 1 0 177314 17 0 0 18 0 13 0 157954054 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4109955529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1484448 CPUtime=7.38
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 118031 0 0 0 674 64 0 0 17 0 13 0 157954056 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1484448 CPUtime=7.22
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 127742 0 0 0 652 70 0 0 16 0 13 0 157954056 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1484448 CPUtime=0.09
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 6 3 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1484448 CPUtime=1.63
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3199 0 0 0 162 1 0 0 16 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1484448 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.06
Current children cumulated vsize (KiB) 1484448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10794
/proc/meminfo: memFree=258824/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1484448 CPUtime=1800.06
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 287510 0 1 0 179845 161 0 0 18 0 13 0 157954053 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371112 266701 1432 9 0 368455 0
[pid=10773/tid=10775] ppid=10771 vsize=1484448 CPUtime=1782.31
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 31419 0 1 0 178214 17 0 0 25 0 13 0 157954054 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4109955009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1484448 CPUtime=7.38
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 118031 0 0 0 674 64 0 0 17 0 13 0 157954056 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1484448 CPUtime=7.22
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 127742 0 0 0 652 70 0 0 16 0 13 0 157954056 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1484448 CPUtime=0.09
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 6 3 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157954058 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1484448 CPUtime=1.63
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3199 0 0 0 162 1 0 0 16 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1484448 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) R 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157954062 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1484448 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157954482 1520074752 266701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1484448

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

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

[startup+1791.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10794
/proc/meminfo: memFree=258824/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=1485096 CPUtime=1800.26
/proc/10773/stat : 10773 (java) S 10771 10773 10694 0 -1 0 287531 0 1 0 179865 161 0 0 16 0 15 0 157954053 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 371274 266722 1434 9 0 368617 0
[pid=10773/tid=10775] ppid=10771 vsize=1485096 CPUtime=1782.41
/proc/10773/task/10775/stat : 10775 (java) R 10771 10773 10694 0 -1 64 31419 0 1 0 178224 17 0 0 25 0 15 0 157954054 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4109955565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10776] ppid=10771 vsize=1485096 CPUtime=7.38
/proc/10773/task/10776/stat : 10776 (java) S 10771 10773 10694 0 -1 64 118031 0 0 0 674 64 0 0 17 0 15 0 157954056 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10777] ppid=10771 vsize=1485096 CPUtime=7.22
/proc/10773/task/10777/stat : 10777 (java) S 10771 10773 10694 0 -1 64 127742 0 0 0 652 70 0 0 16 0 15 0 157954056 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10778] ppid=10771 vsize=1485096 CPUtime=0.09
/proc/10773/task/10778/stat : 10778 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 6 3 0 0 16 0 15 0 157954058 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10779] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10779/stat : 10779 (java) S 10771 10773 10694 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 157954058 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10780] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10780/stat : 10780 (java) S 10771 10773 10694 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 157954058 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10781] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10781/stat : 10781 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 157954062 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10782] ppid=10771 vsize=1485096 CPUtime=1.67
/proc/10773/task/10782/stat : 10782 (java) S 10771 10773 10694 0 -1 64 3201 0 0 0 166 1 0 0 17 0 15 0 157954062 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10783] ppid=10771 vsize=1485096 CPUtime=1.37
/proc/10773/task/10783/stat : 10783 (java) S 10771 10773 10694 0 -1 64 6364 0 0 0 134 3 0 0 17 0 15 0 157954062 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10773/tid=10784] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10784/stat : 10784 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 157954062 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10785] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10785/stat : 10785 (java) S 10771 10773 10694 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 157954062 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10773/tid=10786] ppid=10771 vsize=1485096 CPUtime=0
/proc/10773/task/10786/stat : 10786 (java) S 10771 10773 10694 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 157954482 1520738304 266722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1485096

[startup+1791.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10794
/proc/meminfo: memFree=258824/2055920 swapFree=4192040/4192956
[pid=10773] ppid=10771 vsize=0 CPUtime=1800.48
/proc/10773/stat : 10773 (java) Z 10771 10773 10694 0 -1 1036 287534 0 1 0 179873 175 0 0 15 0 2 0 157954053 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10773/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.62
CPU time (s): 1800.51
CPU user time (s): 1798.74
CPU system time (s): 1.77273
CPU usage (%): 100.496
Max. virtual memory (cumulated for all children) (KiB): 1492500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.77273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287534
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= 41370
involuntary context switches= 38723

runsolver used 2.10168 second user time and 4.43433 second system time

The end

Launcher Data

Begin job on node1 at 2009-06-13 16:32:10
IDJOB=1856135
IDBENCH=2363
IDSOLVER=682
FILE ID=node1/1856135-1244903529
PBS_JOBID= 9354494
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dc1c.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856135-1244903529/watcher-1856135-1244903529 -o /tmp/evaluation-result-1856135-1244903529/solver-1856135-1244903529 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856135-1244903529.opb

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=1757352838

node1.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.245
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.245
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:       1323856 kB
Buffers:         73340 kB
Cached:         562312 kB
SwapCached:        420 kB
Active:          51412 kB
Inactive:       597684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323856 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:            4740 kB
Writeback:           0 kB
Mapped:          22552 kB
Slab:            68984 kB
Committed_AS:   110504 kB
PageTables:       1436 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= 66308 MiB
End job on node1 at 2009-06-13 17:02:03