Trace number 1855881

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.42 1794.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark960.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
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.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c MiniSAT restarts strategy
0.21/0.21	c Memory based learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-1855881-1244892486.opb
0.21/0.21	c reading problem ... 
1.87/1.32	c ... done. Wall clock time 1.108s.
1.87/1.32	c #vars     8405
1.87/1.32	c #constraints  11367
1.87/1.32	c constraints type 
1.87/1.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
1.87/1.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
1.87/1.32	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 700
586.27/582.47	c cleaning 174500 clauses out of 349000
1124.38/1119.56	c cleaning 159494 clauses out of 319000
1596.50/1590.71	c cleaning 166503 clauses out of 333013
1800.00/1793.71	c starts		: 21
1800.00/1793.71	c conflicts		: 728665
1800.00/1793.71	c decisions		: 899379
1800.00/1793.71	c propagations		: 21779065
1800.00/1793.71	c inspects		: 935988156
1800.00/1793.71	c learnt literals	: 0
1800.00/1793.71	c learnt binary clauses	: 0
1800.00/1793.71	c learnt ternary clauses	: 0
1800.00/1793.71	c learnt clauses	: 728665
1800.00/1793.71	c ignored clauses	: 0
1800.00/1793.71	c root simplifications	: 0
1800.00/1793.71	c removed literals (reason simplification)	: 2772569
1800.00/1793.71	c reason swapping (by a shorter reason)	: 0
1800.00/1793.71	c Calls to reduceDB	: 3
1800.00/1793.71	c speed (assignments/second)	: 12150.844877038548
1800.00/1793.71	c non guided choices	10672
1800.00/1793.79	c learnt constraints type 
1800.00/1793.79	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 228177
1800.00/1793.79	c constraints type 
1800.00/1793.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
1800.00/1793.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
1800.00/1793.79	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 700
1800.00/1793.79	s UNKNOWN
1800.00/1793.79	c Total wall clock time (in seconds): 1793.582

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-1855881-1244892486/watcher-1855881-1244892486 -o /tmp/evaluation-result-1855881-1244892486/solver-1855881-1244892486 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855881-1244892486.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 15379
/proc/meminfo: memFree=1319920/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1612 CPUtime=0
/proc/15379/stat : 15379 (java6) R 15377 15379 15250 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 156845785 1650688 138 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15379/statm: 403 138 102 9 0 45 0

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

[startup+0.10131 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15379
/proc/meminfo: memFree=1319920/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1472584 CPUtime=0.08
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 3624 0 1 0 6 2 0 0 18 0 12 0 156845785 1507926016 3367 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 368146 3372 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301341 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15379
/proc/meminfo: memFree=1319920/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1475356 CPUtime=0.34
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 5079 0 1 0 31 3 0 0 18 0 12 0 156845785 1510764544 4817 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 368839 4817 1355 9 0 366182 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475356

[startup+0.701388 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15379
/proc/meminfo: memFree=1319920/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1479060 CPUtime=1.03
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 9389 0 1 0 97 6 0 0 18 0 12 0 156845785 1514557440 8240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369765 8240 1407 9 0 367108 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1479060

[startup+1.50248 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15391
/proc/meminfo: memFree=1234320/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1478788 CPUtime=2.2
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 27928 0 1 0 206 14 0 0 18 0 12 0 156845785 1514278912 26036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369697 26037 1414 9 0 367040 0
[pid=15379/tid=15381] ppid=15377 vsize=1478788 CPUtime=1.1
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 23803 0 1 0 98 12 0 0 23 0 12 0 156845786 1514278912 26037 1992294400 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 156845788 1514278912 26037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 156845788 1514278912 26037 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 156845789 1514278912 26038 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 156845790 1514278912 26038 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 156845790 1514278912 26038 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156845794 1514278912 26038 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1478788 CPUtime=0.6
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 1859 0 0 0 60 0 0 0 17 0 12 0 156845794 1514278912 26039 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1478788 CPUtime=0.47
/proc/15379/task/15389/stat : 15389 (java) R 15377 15379 15250 0 -1 64 1526 0 0 0 47 0 0 0 17 0 12 0 156845794 1514278912 26039 1992294400 134512640 134550932 4294956016 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 156845794 1514278912 26039 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1478788 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) R 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 156845794 1514278912 26039 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1478788

[startup+3.10265 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 15392
/proc/meminfo: memFree=1216072/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1478952 CPUtime=4.34
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 31972 0 1 0 417 17 0 0 18 0 13 0 156845785 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369738 28354 1425 9 0 367081 0
[pid=15379/tid=15381] ppid=15377 vsize=1478952 CPUtime=2.45
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 26108 0 1 0 231 14 0 0 17 0 13 0 156845786 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4109919442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 156845788 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156845788 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156845789 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 156845790 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 156845790 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1478952 CPUtime=0.97
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2252 0 0 0 97 0 0 0 16 0 13 0 156845794 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1478952 CPUtime=0.89
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 2866 0 0 0 88 1 0 0 16 0 13 0 156845794 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1478952 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1514446848 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1478952

[startup+6.302 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 15392
/proc/meminfo: memFree=1202696/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1478472 CPUtime=7.54
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 35091 0 1 0 735 19 0 0 18 0 13 0 156845785 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369618 31360 1425 9 0 366961 0
[pid=15379/tid=15381] ppid=15377 vsize=1478472 CPUtime=5.64
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 29225 0 1 0 548 16 0 0 25 0 13 0 156845786 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4109847952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 156845788 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 156845788 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156845789 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 156845790 1513955328 31360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 156845790 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1478472 CPUtime=0.97
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2252 0 0 0 97 0 0 0 16 0 13 0 156845794 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1478472 CPUtime=0.9
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 2868 0 0 0 89 1 0 0 17 0 13 0 156845794 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1513955328 31361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1478472

[startup+12.7017 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 15392
/proc/meminfo: memFree=1164168/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1478472 CPUtime=14.03
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 45107 0 1 0 1380 23 0 0 18 0 13 0 156845785 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369618 40032 1434 9 0 366961 0
[pid=15379/tid=15381] ppid=15377 vsize=1478472 CPUtime=11.93
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 30829 0 1 0 1176 17 0 0 21 0 13 0 156845786 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4109829443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1478472 CPUtime=0.04
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 3797 0 0 0 3 1 0 0 17 0 13 0 156845788 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1478472 CPUtime=0.04
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 4287 0 0 0 3 1 0 0 17 0 13 0 156845788 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 156845789 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156845790 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 156845790 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1478472 CPUtime=1.01
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2386 0 0 0 100 1 0 0 16 0 13 0 156845794 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1478472 CPUtime=0.96
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 95 1 0 0 17 0 13 0 156845794 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1513955328 40032 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 1478472

[startup+25.5021 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 15392
/proc/meminfo: memFree=1163976/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1478472 CPUtime=26.83
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 45202 0 1 0 2660 23 0 0 18 0 13 0 156845785 1513955328 40127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 369618 40127 1434 9 0 366961 0
[pid=15379/tid=15381] ppid=15377 vsize=1478472 CPUtime=24.73
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 30924 0 1 0 2456 17 0 0 25 0 13 0 156845786 1513955328 40127 1992294400 134512640 134550932 4294956016 18446744073709551615 4109828184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1478472 CPUtime=0.04
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 3797 0 0 0 3 1 0 0 17 0 13 0 156845788 1513955328 40127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1478472 CPUtime=0.04
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 4287 0 0 0 3 1 0 0 17 0 13 0 156845788 1513955328 40127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1478472 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 156845789 1513955328 40127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1478472 CPUtime=0

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

[pid=15379/tid=15384] ppid=15377 vsize=1481544 CPUtime=2.69
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 269 0 0 0 16 0 13 0 156845789 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1481544 CPUtime=1.2
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2955 0 0 0 119 1 0 0 17 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1481544 CPUtime=0.99
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 98 1 0 0 16 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.42
Current children cumulated vsize (KiB) 1481544

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15394
/proc/meminfo: memFree=15176/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1481544 CPUtime=1728.51
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 498275 0 1 0 172609 242 0 0 18 0 13 0 156845785 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 370386 326629 1440 9 0 367729 0
[pid=15379/tid=15381] ppid=15377 vsize=1481544 CPUtime=1712.92
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 31012 0 1 0 171272 20 0 0 25 0 13 0 156845786 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4109848308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1481544 CPUtime=5.34
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 218135 0 0 0 431 103 0 0 16 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1481544 CPUtime=5.31
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 242363 0 0 0 417 114 0 0 17 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1481544 CPUtime=2.69
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 269 0 0 0 16 0 13 0 156845789 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1481544 CPUtime=1.2
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2955 0 0 0 119 1 0 0 17 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1481544 CPUtime=0.99
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 98 1 0 0 16 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.51
Current children cumulated vsize (KiB) 1481544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15394
/proc/meminfo: memFree=15176/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1481544 CPUtime=1788.6
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 498276 0 1 0 178617 243 0 0 18 0 13 0 156845785 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 370386 326629 1440 9 0 367729 0
[pid=15379/tid=15381] ppid=15377 vsize=1481544 CPUtime=1772.81
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 31013 0 1 0 177260 21 0 0 25 0 13 0 156845786 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4109829322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1481544 CPUtime=5.45
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 218135 0 0 0 442 103 0 0 17 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1481544 CPUtime=5.41
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 242363 0 0 0 427 114 0 0 16 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1481544 CPUtime=2.69
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 269 0 0 0 16 0 13 0 156845789 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1481544 CPUtime=1.2
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2955 0 0 0 119 1 0 0 17 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1481544 CPUtime=0.99
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 98 1 0 0 16 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (KiB) 1481544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15394
/proc/meminfo: memFree=15112/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1481544 CPUtime=1800
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 498276 0 1 0 179757 243 0 0 18 0 13 0 156845785 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15379/statm: 370386 326629 1440 9 0 367729 0
[pid=15379/tid=15381] ppid=15377 vsize=1481544 CPUtime=1784.21
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 31013 0 1 0 178400 21 0 0 25 0 13 0 156845786 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4109829284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1481544 CPUtime=5.45
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 218135 0 0 0 442 103 0 0 17 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1481544 CPUtime=5.41
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 242363 0 0 0 427 114 0 0 16 0 13 0 156845788 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1481544 CPUtime=2.69
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 269 0 0 0 16 0 13 0 156845789 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 156845790 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1481544 CPUtime=1.2
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2955 0 0 0 119 1 0 0 17 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1481544 CPUtime=0.99
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 98 1 0 0 16 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156845794 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1481544 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 156845951 1517101056 326629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1481544

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

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

[startup+1793.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15394
/proc/meminfo: memFree=15112/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=1482192 CPUtime=1800.19
/proc/15379/stat : 15379 (java) S 15377 15379 15250 0 -1 0 498319 0 1 0 179776 243 0 0 16 0 14 0 156845785 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15379/statm: 370548 326672 1441 9 0 367891 0
[pid=15379/tid=15381] ppid=15377 vsize=1482192 CPUtime=1784.32
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 15250 0 -1 64 31013 0 1 0 178411 21 0 0 25 0 14 0 156845786 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4109828234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1482192 CPUtime=5.45
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 15250 0 -1 64 218135 0 0 0 442 103 0 0 17 0 14 0 156845788 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1482192 CPUtime=5.41
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 15250 0 -1 64 242363 0 0 0 427 114 0 0 16 0 14 0 156845788 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1482192 CPUtime=2.69
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 269 0 0 0 16 0 14 0 156845789 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 15250 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 156845790 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 15250 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 156845790 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 156845794 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1482192 CPUtime=1.24
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 15250 0 -1 64 2976 0 0 0 123 1 0 0 16 0 14 0 156845794 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1482192 CPUtime=0.99
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 15250 0 -1 64 3055 0 0 0 98 1 0 0 16 0 14 0 156845794 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 15250 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 156845794 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 15250 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 156845794 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1482192 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 15250 0 -1 64 5 0 0 0 0 0 0 0 19 0 14 0 156845951 1517764608 326672 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1482192

[startup+1794 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15397
/proc/meminfo: memFree=1128640/2055920 swapFree=4192044/4192956
[pid=15379] ppid=15377 vsize=0 CPUtime=1800.38
/proc/15379/stat : 15379 (java) Z 15377 15379 15250 0 -1 1036 498319 0 1 0 179778 260 0 0 15 0 2 0 156845785 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15379/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.04
CPU time (s): 1800.42
CPU user time (s): 1797.78
CPU system time (s): 2.6346
CPU usage (%): 100.356
Max. virtual memory (cumulated for all children) (KiB): 1482192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.6346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498319
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= 37476
involuntary context switches= 6512

runsolver used 1.9477 second user time and 4.71728 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-13 13:28:06
IDJOB=1855881
IDBENCH=2233
IDSOLVER=682
FILE ID=node38/1855881-1244892486
PBS_JOBID= 9354478
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855881-1244892486/watcher-1855881-1244892486 -o /tmp/evaluation-result-1855881-1244892486/solver-1855881-1244892486 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855881-1244892486.opb

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=90816506

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
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.232
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:       1320464 kB
Buffers:         76580 kB
Cached:         558296 kB
SwapCached:        448 kB
Active:          48324 kB
Inactive:       600032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320464 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:             856 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            73156 kB
Committed_AS:   116536 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node38 at 2009-06-13 13:58:02