Trace number 1856286

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 CP 2.1.1? (TO) 1800.29 1784.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-afiro.opb
MD5SUM87ce4656e5ef67028f049e81ca6b4c7e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11897496
Best CPU time to get the best result obtained on this benchmark20.8658
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -11897496
Optimality of the best value was proved YES
Number of variables960
Total number of constraints27
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 constraints27
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 150
Biggest coefficient in the objective function 134217728000
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 316753837785
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 1304059445248
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 20964809094075
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@1d520c4
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 No 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-1856286-1244907230.opb
0.22/0.22	c reading problem ... 
0.73/0.55	c ... done. Wall clock time 0.329s.
0.73/0.55	c #vars     960
0.73/0.55	c #constraints  111
0.73/0.55	c constraints type 
0.73/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35
1800.05/1784.51	c starts		: 13
1800.05/1784.51	c conflicts		: 26688
1800.05/1784.51	c decisions		: 30934
1800.05/1784.51	c propagations		: 213917
1800.05/1784.51	c inspects		: 282932024
1800.05/1784.51	c learnt literals	: 0
1800.05/1784.51	c learnt binary clauses	: 0
1800.05/1784.51	c learnt ternary clauses	: 0
1800.05/1784.51	c learnt clauses	: 26688
1800.05/1784.51	c ignored clauses	: 0
1800.05/1784.51	c root simplifications	: 0
1800.05/1784.51	c removed literals (reason simplification)	: 0
1800.05/1784.51	c reason swapping (by a shorter reason)	: 0
1800.05/1784.51	c Calls to reduceDB	: 0
1800.05/1784.51	c speed (assignments/second)	: 119.91098480071078
1800.05/1784.51	c non guided choices	354
1800.05/1784.57	c learnt constraints type 
1800.05/1784.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 22
1800.05/1784.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26666
1800.05/1784.57	c constraints type 
1800.05/1784.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35
1800.05/1784.57	s UNKNOWN
1800.05/1784.57	c Total wall clock time (in seconds): 1784.353

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-1856286-1244907230/watcher-1856286-1244907230 -o /tmp/evaluation-result-1856286-1244907230/solver-1856286-1244907230 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856286-1244907230.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.08 1.07 2/64 7922
/proc/meminfo: memFree=1314440/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=272 CPUtime=0
/proc/7922/stat : 7922 (java6) D 7920 7922 7885 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 158323940 278528 37 1992294400 134512640 134550932 4294956160 18446744073709551615 7893796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7922/statm: 68 37 28 9 0 6 0

[startup+0.0500731 s]
/proc/loadavg: 1.00 1.08 1.07 2/64 7922
/proc/meminfo: memFree=1314440/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1470088 CPUtime=0.03
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 3179 0 1 0 2 1 0 0 20 0 7 0 158323940 1505370112 2924 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 367522 2924 1001 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101082 s]
/proc/loadavg: 1.00 1.08 1.07 2/64 7922
/proc/meminfo: memFree=1314440/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1472584 CPUtime=0.09
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 3614 0 1 0 7 2 0 0 20 0 12 0 158323940 1507926016 3357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301121 s]
/proc/loadavg: 1.00 1.08 1.07 2/64 7922
/proc/meminfo: memFree=1314440/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1475000 CPUtime=0.34
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 5019 0 1 0 31 3 0 0 20 0 12 0 158323940 1510400000 4756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 368750 4756 1360 9 0 366093 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475000

[startup+0.701208 s]
/proc/loadavg: 1.00 1.08 1.07 2/64 7922
/proc/meminfo: memFree=1314440/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1491240 CPUtime=1.13
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 10375 0 1 0 106 7 0 0 20 0 13 0 158323940 1527029760 8633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 372810 8633 1407 9 0 370153 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1491240

[startup+1.50236 s]
/proc/loadavg: 1.00 1.08 1.07 4/77 7935
/proc/meminfo: memFree=1278240/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1493676 CPUtime=2.64
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 18958 0 1 0 253 11 0 0 20 0 13 0 158323940 1529524224 14151 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 373419 14162 1417 9 0 370762 0
[pid=7922/tid=7924] ppid=7920 vsize=1493676 CPUtime=0.75
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 8625 0 1 0 69 6 0 0 19 0 13 0 158323942 1529524224 14170 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158323943 1529524224 14180 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 158323943 1529524224 14184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 158323945 1529524224 14184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 158323945 1529524224 14184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158323945 1529524224 14184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1493676 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1529524224 14184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1493676 CPUtime=0.78
/proc/7922/task/7931/stat : 7931 (java) R 7920 7922 7885 0 -1 64 2810 0 0 0 77 1 0 0 17 0 13 0 158323949 1529524224 14147 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1493528 CPUtime=1.07
/proc/7922/task/7932/stat : 7932 (java) R 7920 7922 7885 0 -1 64 6812 0 0 0 105 2 0 0 18 0 13 0 158323949 1529372672 14147 1992294400 134512640 134550932 4294956000 18446744073709551615 103150229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1493528 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1529372672 14147 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1493528 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1529372672 14147 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1493528 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1529372672 14147 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1493676

[startup+3.10166 s]
/proc/loadavg: 1.08 1.10 1.07 2/77 7935
/proc/meminfo: memFree=1196576/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1492964 CPUtime=4.85
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 44301 0 1 0 463 22 0 0 20 0 13 0 158323940 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 373241 37633 1432 9 0 370584 0
[pid=7922/tid=7924] ppid=7920 vsize=1492964 CPUtime=2.17
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 31008 0 1 0 202 15 0 0 22 0 13 0 158323942 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1492964 CPUtime=0.01
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 582 0 0 0 1 0 0 0 16 0 13 0 158323943 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 493 0 0 0 0 0 0 0 15 0 13 0 158323943 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1492964 CPUtime=1.14
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 4598 0 0 0 112 2 0 0 16 0 13 0 158323949 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1492964 CPUtime=1.47
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6861 0 0 0 145 2 0 0 17 0 13 0 158323949 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1528795136 37633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1492964

[startup+6.30226 s]
/proc/loadavg: 1.08 1.10 1.07 2/77 7935
/proc/meminfo: memFree=1160160/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1492964 CPUtime=8.15
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 48505 0 1 0 791 24 0 0 20 0 13 0 158323940 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 373241 41772 1432 9 0 370584 0
[pid=7922/tid=7924] ppid=7920 vsize=1492964 CPUtime=5.27
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 31016 0 1 0 512 15 0 0 25 0 13 0 158323942 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4109523607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1492964 CPUtime=0.07
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 2607 0 0 0 7 0 0 0 17 0 13 0 158323943 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1492964 CPUtime=0.07
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 2645 0 0 0 6 1 0 0 16 0 13 0 158323943 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1492964 CPUtime=1.18
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 4599 0 0 0 116 2 0 0 16 0 13 0 158323949 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1492964 CPUtime=1.49
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6862 0 0 0 147 2 0 0 16 0 13 0 158323949 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1528795136 41772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1492964

[startup+12.7015 s]
/proc/loadavg: 1.07 1.10 1.07 2/77 7935
/proc/meminfo: memFree=1127968/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1492964 CPUtime=14.65
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 55694 0 1 0 1437 28 0 0 20 0 13 0 158323940 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 373241 48160 1432 9 0 370584 0
[pid=7922/tid=7924] ppid=7920 vsize=1492964 CPUtime=11.56
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 33514 0 1 0 1140 16 0 0 25 0 13 0 158323942 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1492964 CPUtime=0.16
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 5132 0 0 0 14 2 0 0 16 0 13 0 158323943 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1492964 CPUtime=0.16
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 4808 0 0 0 14 2 0 0 16 0 13 0 158323943 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1492964 CPUtime=1.18
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 4599 0 0 0 116 2 0 0 16 0 13 0 158323949 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1492964 CPUtime=1.52
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6865 0 0 0 150 2 0 0 17 0 13 0 158323949 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1492964 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1528795136 48160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 1492964

[startup+25.503 s]
/proc/loadavg: 1.06 1.09 1.07 2/77 7935
/proc/meminfo: memFree=1116000/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1493988 CPUtime=27.57
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 59012 0 1 0 2727 30 0 0 20 0 13 0 158323940 1529843712 50978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 373497 50978 1432 9 0 370840 0
[pid=7922/tid=7924] ppid=7920 vsize=1493988 CPUtime=24.24
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 33525 0 1 0 2408 16 0 0 25 0 13 0 158323942 1529843712 50978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1493988 CPUtime=0.24
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 6752 0 0 0 21 3 0 0 16 0 13 0 158323943 1529843712 50978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1493988 CPUtime=0.24
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 6202 0 0 0 21 3 0 0 16 0 13 0 158323943 1529843712 50978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1493988 CPUtime=0

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

[pid=7922/tid=7927] ppid=7920 vsize=1497060 CPUtime=0.15
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 31 0 0 0 10 5 0 0 16 0 13 0 158323945 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1497060 CPUtime=1.71
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 6635 0 0 0 168 3 0 0 17 0 13 0 158323949 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1497060 CPUtime=1.58
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6869 0 0 0 156 2 0 0 16 0 13 0 158323949 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1532989440 121681 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616
Current children cumulated vsize (KiB) 1497060

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7943
/proc/meminfo: memFree=825952/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1497060 CPUtime=1676.58
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 140632 0 1 0 167556 102 0 0 20 0 13 0 158323940 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 374265 123046 1436 9 0 371608 0
[pid=7922/tid=7924] ppid=7920 vsize=1497060 CPUtime=1647.71
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 34112 0 1 0 164752 19 0 0 25 0 13 0 158323942 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1497060 CPUtime=12.66
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 44261 0 0 0 1234 32 0 0 17 0 13 0 158323943 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1497060 CPUtime=12.7
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 47978 0 0 0 1233 37 0 0 16 0 13 0 158323943 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1497060 CPUtime=0.15
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 31 0 0 0 10 5 0 0 16 0 13 0 158323945 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1497060 CPUtime=1.71
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 6635 0 0 0 168 3 0 0 17 0 13 0 158323949 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1497060 CPUtime=1.58
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6869 0 0 0 156 2 0 0 16 0 13 0 158323949 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1532989440 123046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.58
Current children cumulated vsize (KiB) 1497060

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7943
/proc/meminfo: memFree=820448/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1497060 CPUtime=1737.21
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 142169 0 1 0 173616 105 0 0 20 0 13 0 158323940 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 374265 124435 1436 9 0 371608 0
[pid=7922/tid=7924] ppid=7920 vsize=1497060 CPUtime=1707.04
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 34128 0 1 0 170685 19 0 0 25 0 13 0 158323942 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1497060 CPUtime=13.31
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 44852 0 0 0 1298 33 0 0 16 0 13 0 158323943 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1497060 CPUtime=13.34
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 48907 0 0 0 1295 39 0 0 17 0 13 0 158323943 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1497060 CPUtime=0.17
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 32 0 0 0 11 6 0 0 16 0 13 0 158323945 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1497060 CPUtime=1.71
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 6635 0 0 0 168 3 0 0 17 0 13 0 158323949 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1497060 CPUtime=1.58
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6869 0 0 0 156 2 0 0 16 0 13 0 158323949 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1532989440 124435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.21
Current children cumulated vsize (KiB) 1497060

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7943
/proc/meminfo: memFree=815008/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1497060 CPUtime=1797.8
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 143541 0 1 0 179672 108 0 0 20 0 13 0 158323940 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 374265 125769 1436 9 0 371608 0
[pid=7922/tid=7924] ppid=7920 vsize=1497060 CPUtime=1766.4
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 34143 0 1 0 176621 19 0 0 25 0 13 0 158323942 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1497060 CPUtime=13.93
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 45449 0 0 0 1359 34 0 0 17 0 13 0 158323943 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1497060 CPUtime=13.96
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 49667 0 0 0 1355 41 0 0 17 0 13 0 158323943 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1497060 CPUtime=0.17
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 32 0 0 0 11 6 0 0 16 0 13 0 158323945 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1497060 CPUtime=1.71
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 6635 0 0 0 168 3 0 0 17 0 13 0 158323949 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1497060 CPUtime=1.58
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6869 0 0 0 156 2 0 0 16 0 13 0 158323949 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1532989440 125769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1497060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7943
/proc/meminfo: memFree=814560/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=1497060 CPUtime=1800.05
/proc/7922/stat : 7922 (java) S 7920 7922 7885 0 -1 0 143668 0 1 0 179896 109 0 0 20 0 13 0 158323940 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7922/statm: 374265 125878 1436 9 0 371608 0
[pid=7922/tid=7924] ppid=7920 vsize=1497060 CPUtime=1768.56
/proc/7922/task/7924/stat : 7924 (java) R 7920 7922 7885 0 -1 64 34144 0 1 0 176837 19 0 0 21 0 13 0 158323942 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4109925375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7925] ppid=7920 vsize=1497060 CPUtime=13.97
/proc/7922/task/7925/stat : 7925 (java) S 7920 7922 7885 0 -1 64 45521 0 0 0 1363 34 0 0 17 0 13 0 158323943 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7926] ppid=7920 vsize=1497060 CPUtime=14
/proc/7922/task/7926/stat : 7926 (java) S 7920 7922 7885 0 -1 64 49721 0 0 0 1359 41 0 0 16 0 13 0 158323943 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7920 vsize=1497060 CPUtime=0.17
/proc/7922/task/7927/stat : 7927 (java) S 7920 7922 7885 0 -1 64 32 0 0 0 11 6 0 0 16 0 13 0 158323945 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7928/stat : 7928 (java) S 7920 7922 7885 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7920 7922 7885 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158323945 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7930] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158323949 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7931] ppid=7920 vsize=1497060 CPUtime=1.71
/proc/7922/task/7931/stat : 7931 (java) S 7920 7922 7885 0 -1 64 6635 0 0 0 168 3 0 0 17 0 13 0 158323949 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7932] ppid=7920 vsize=1497060 CPUtime=1.58
/proc/7922/task/7932/stat : 7932 (java) S 7920 7922 7885 0 -1 64 6869 0 0 0 156 2 0 0 16 0 13 0 158323949 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7933] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7933/stat : 7933 (java) S 7920 7922 7885 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158323950 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7934] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7934/stat : 7934 (java) S 7920 7922 7885 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158323950 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7935] ppid=7920 vsize=1497060 CPUtime=0
/proc/7922/task/7935/stat : 7935 (java) S 7920 7922 7885 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158324007 1532989440 125878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1497060

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

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

[startup+1784.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7943
/proc/meminfo: memFree=814560/2055920 swapFree=4183064/4192956
[pid=7922] ppid=7920 vsize=0 CPUtime=1800.22
/proc/7922/stat : 7922 (java) Z 7920 7922 7885 0 -1 1036 143694 0 1 0 179912 110 0 0 15 0 2 0 158323940 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7922/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.68
CPU time (s): 1800.29
CPU user time (s): 1799.12
CPU system time (s): 1.16982
CPU usage (%): 100.875
Max. virtual memory (cumulated for all children) (KiB): 1497060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.16982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143694
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= 43335
involuntary context switches= 40606

runsolver used 1.9497 second user time and 4.5813 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-13 17:33:51
IDJOB=1856286
IDBENCH=2440
IDSOLVER=681
FILE ID=node5/1856286-1244907230
PBS_JOBID= 9354584
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-afiro.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856286-1244907230/watcher-1856286-1244907230 -o /tmp/evaluation-result-1856286-1244907230/solver-1856286-1244907230 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856286-1244907230.opb

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

MD5SUM BENCH= 87ce4656e5ef67028f049e81ca6b4c7e
RANDOM SEED=1041689873

node5.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.259
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	: 5931.00
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.259
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:       1314856 kB
Buffers:         76564 kB
Cached:         575060 kB
SwapCached:       4304 kB
Active:          44700 kB
Inactive:       615344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314856 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:             708 kB
Writeback:           0 kB
Mapped:          14456 kB
Slab:            67048 kB
Committed_AS:   121280 kB
PageTables:       1392 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= 66352 MiB
End job on node5 at 2009-06-13 18:03:37