Trace number 1856172

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.17 1783.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
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 constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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@ecd7e
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-1856172-1244904530.opb
0.22/0.22	c reading problem ... 
9.70/7.73	c ... done. Wall clock time 7.509s.
9.70/7.73	c #vars     155020
9.70/7.73	c #constraints  53809
9.70/7.73	c constraints type 
9.70/7.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.07/1783.41	c starts		: 2
1800.07/1783.41	c conflicts		: 151
1800.07/1783.41	c decisions		: 13615
1800.07/1783.41	c propagations		: 202530
1800.07/1783.41	c inspects		: 727312
1800.07/1783.41	c learnt literals	: 0
1800.07/1783.41	c learnt binary clauses	: 0
1800.07/1783.41	c learnt ternary clauses	: 0
1800.07/1783.41	c learnt clauses	: 150
1800.07/1783.41	c ignored clauses	: 0
1800.07/1783.41	c root simplifications	: 0
1800.07/1783.41	c removed literals (reason simplification)	: 0
1800.07/1783.41	c reason swapping (by a shorter reason)	: 0
1800.07/1783.41	c Calls to reduceDB	: 0
1800.07/1783.41	c speed (assignments/second)	: 114.05764886823702
1800.07/1783.41	c non guided choices	0
1800.07/1783.41	c learnt constraints type 
1800.07/1783.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 150
1800.07/1783.41	c constraints type 
1800.07/1783.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.07/1783.41	s UNKNOWN
1800.07/1783.41	c Total wall clock time (in seconds): 1783.195

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-1856172-1244904530/watcher-1856172-1244904530 -o /tmp/evaluation-result-1856172-1244904530/solver-1856172-1244904530 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856172-1244904530.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: 0.92 0.98 0.99 3/64 14093
/proc/meminfo: memFree=1416904/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=18576 CPUtime=0
/proc/14093/stat : 14093 (runsolver) R 14091 14093 14014 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 158050345 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14093/statm: 0 0 0 0 0 0 0

[startup+0.104996 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14093
/proc/meminfo: memFree=1416904/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1472584 CPUtime=0.09
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 3634 0 1 0 7 2 0 0 18 0 12 0 158050345 1507926016 3377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 368146 3377 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.202005 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14093
/proc/meminfo: memFree=1416904/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1475004 CPUtime=0.22
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 4740 0 1 0 20 2 0 0 18 0 12 0 158050345 1510404096 4478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 368751 4478 1341 9 0 366094 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475004

[startup+0.302016 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14093
/proc/meminfo: memFree=1416904/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1475348 CPUtime=0.36
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 5899 0 1 0 33 3 0 0 18 0 12 0 158050345 1510756352 5632 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 368837 5632 1359 9 0 366180 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475348

[startup+0.701058 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14093
/proc/meminfo: memFree=1416904/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1476092 CPUtime=1
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 8806 0 1 0 96 4 0 0 18 0 12 0 158050345 1511518208 8245 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 369023 8245 1396 9 0 366366 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476092

[startup+1.50215 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 14105
/proc/meminfo: memFree=1372712/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1488784 CPUtime=2.55
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 24309 0 1 0 243 12 0 0 18 0 12 0 158050345 1524514816 19024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 372196 19027 1401 9 0 369539 0
[pid=14093/tid=14095] ppid=14091 vsize=1488784 CPUtime=0.96
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 14377 0 1 0 89 7 0 0 18 0 12 0 158050346 1524514816 19027 1992294400 134512640 134550932 4294956000 18446744073709551615 4109537240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158050348 1524514816 19029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158050348 1524514816 19030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158050349 1524514816 19030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158050350 1524514816 19031 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158050350 1524514816 19031 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158050354 1524514816 19031 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1488784 CPUtime=0.71
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 3781 0 0 0 70 1 0 0 16 0 12 0 158050354 1524514816 19032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1488784 CPUtime=0.84
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5411 0 0 0 82 2 0 0 18 0 12 0 158050354 1524514816 19033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158050354 1524514816 19033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158050354 1524514816 19034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1488784

[startup+3.10231 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 14105
/proc/meminfo: memFree=1287528/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1488784 CPUtime=4.38
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 49358 0 1 0 415 23 0 0 18 0 12 0 158050345 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 372196 43229 1416 9 0 369539 0
[pid=14093/tid=14095] ppid=14091 vsize=1488784 CPUtime=2.39
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 30928 0 1 0 224 15 0 0 22 0 12 0 158050346 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1488784 CPUtime=0.14
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 3721 0 0 0 12 2 0 0 17 0 12 0 158050348 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1488784 CPUtime=0.13
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 4538 0 0 0 12 1 0 0 16 0 12 0 158050348 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 158050349 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158050350 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158050350 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158050354 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1488784 CPUtime=0.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4007 0 0 0 79 1 0 0 15 0 12 0 158050354 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1488784 CPUtime=0.88
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5414 0 0 0 86 2 0 0 16 0 12 0 158050354 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158050354 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1488784 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158050354 1524514816 43229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1488784

[startup+6.30267 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 14105
/proc/meminfo: memFree=1184560/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1488780 CPUtime=8.13
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 73213 0 1 0 777 36 0 0 18 0 12 0 158050345 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 372195 64171 1416 9 0 369538 0
[pid=14093/tid=14095] ppid=14091 vsize=1488780 CPUtime=5.02
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 30933 0 1 0 486 16 0 0 17 0 12 0 158050346 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1488780 CPUtime=0.7
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 14842 0 0 0 63 7 0 0 16 0 12 0 158050348 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1488780 CPUtime=0.69
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 17267 0 0 0 61 8 0 0 16 0 12 0 158050348 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158050349 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158050350 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158050350 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158050354 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1488780 CPUtime=0.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4007 0 0 0 79 1 0 0 15 0 12 0 158050354 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1488780 CPUtime=0.88
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5414 0 0 0 86 2 0 0 16 0 12 0 158050354 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158050354 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1488780 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158050354 1524510720 64171 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1488780

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 14106
/proc/meminfo: memFree=1112424/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=16.29
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 88616 0 1 0 1583 46 0 0 18 0 13 0 158050345 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 77286 1434 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=10.58
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 31005 0 1 0 1042 16 0 0 21 0 13 0 158050346 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4109941009 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=1.26
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 23608 0 0 0 115 11 0 0 16 0 13 0 158050348 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=1.26
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 23709 0 0 0 114 12 0 0 16 0 13 0 158050348 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 158050349 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.55
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4058 0 0 0 154 1 0 0 17 0 13 0 158050354 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.57
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5481 0 0 0 154 3 0 0 16 0 13 0 158050354 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 1485904

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 14106
/proc/meminfo: memFree=1112296/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=29.14
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 88656 0 1 0 2865 49 0 0 18 0 13 0 158050345 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 77286 1434 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=23.15
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 31045 0 1 0 2299 16 0 0 25 0 13 0 158050346 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4109549931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=1.4
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 23608 0 0 0 127 13 0 0 16 0 13 0 158050348 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=1.39
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 23709 0 0 0 126 13 0 0 15 0 13 0 158050348 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.01
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 1 0 0 0 15 0 13 0 158050349 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 77286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0

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

[pid=14093] ppid=14091 vsize=1485904 CPUtime=1677.71
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 137352 0 1 0 167501 270 0 0 18 0 13 0 158050345 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 119013 1438 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=1634.97
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 34181 0 1 0 163471 26 0 0 25 0 13 0 158050346 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4109953028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=19.21
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 49233 0 0 0 1808 113 0 0 17 0 13 0 158050348 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=19.43
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 43610 0 0 0 1832 111 0 0 16 0 13 0 158050348 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.41
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 28 13 0 0 15 0 13 0 158050349 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4070 0 0 0 179 1 0 0 16 0 13 0 158050354 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.83
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5503 0 0 0 180 3 0 0 17 0 13 0 158050354 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 119013 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.71
Current children cumulated vsize (KiB) 1485904

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14114
/proc/meminfo: memFree=944296/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=1738.34
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 137613 0 1 0 173558 276 0 0 18 0 13 0 158050345 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 119160 1438 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=1693.91
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 34284 0 1 0 169365 26 0 0 25 0 13 0 158050346 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109549719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=20.02
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 49290 0 0 0 1887 115 0 0 16 0 13 0 158050348 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=20.28
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 43711 0 0 0 1914 114 0 0 16 0 13 0 158050348 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.43
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 29 14 0 0 15 0 13 0 158050349 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4070 0 0 0 179 1 0 0 16 0 13 0 158050354 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.83
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5503 0 0 0 180 3 0 0 17 0 13 0 158050354 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 119160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.34
Current children cumulated vsize (KiB) 1485904

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14114
/proc/meminfo: memFree=943080/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=1798.94
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 138043 0 1 0 179611 283 0 0 18 0 13 0 158050345 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 119441 1438 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=1752.94
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 34380 0 1 0 175268 26 0 0 20 0 13 0 158050346 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109953099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=20.77
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 49467 0 0 0 1959 118 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=21.09
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 43868 0 0 0 1992 117 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.44
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 30 14 0 0 16 0 13 0 158050349 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4070 0 0 0 179 1 0 0 16 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.83
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5503 0 0 0 180 3 0 0 17 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.94
Current children cumulated vsize (KiB) 1485904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14114
/proc/meminfo: memFree=943080/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=1800.07
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 138046 0 1 0 179724 283 0 0 18 0 13 0 158050345 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 119441 1438 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=1754.02
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 34383 0 1 0 175376 26 0 0 21 0 13 0 158050346 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109946012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=20.8
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 49467 0 0 0 1962 118 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=21.11
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 43868 0 0 0 1994 117 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.44
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 30 14 0 0 16 0 13 0 158050349 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4070 0 0 0 179 1 0 0 16 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.83
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5503 0 0 0 180 3 0 0 17 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1485904

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

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

[startup+1783.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14114
/proc/meminfo: memFree=943080/2055920 swapFree=4191900/4192956
[pid=14093] ppid=14091 vsize=1485904 CPUtime=1800.07
/proc/14093/stat : 14093 (java) S 14091 14093 14014 0 -1 0 138046 0 1 0 179724 283 0 0 18 0 13 0 158050345 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 371476 119441 1438 9 0 368819 0
[pid=14093/tid=14095] ppid=14091 vsize=1485904 CPUtime=1754.02
/proc/14093/task/14095/stat : 14095 (java) R 14091 14093 14014 0 -1 64 34383 0 1 0 175376 26 0 0 21 0 13 0 158050346 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109946012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14096] ppid=14091 vsize=1485904 CPUtime=20.8
/proc/14093/task/14096/stat : 14096 (java) S 14091 14093 14014 0 -1 64 49467 0 0 0 1962 118 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14097] ppid=14091 vsize=1485904 CPUtime=21.11
/proc/14093/task/14097/stat : 14097 (java) S 14091 14093 14014 0 -1 64 43868 0 0 0 1994 117 0 0 16 0 13 0 158050348 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14091 vsize=1485904 CPUtime=0.44
/proc/14093/task/14098/stat : 14098 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 30 14 0 0 16 0 13 0 158050349 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14099/stat : 14099 (java) S 14091 14093 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14100] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14091 14093 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158050350 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14101] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14091 14093 14014 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14102] ppid=14091 vsize=1485904 CPUtime=1.8
/proc/14093/task/14102/stat : 14102 (java) S 14091 14093 14014 0 -1 64 4070 0 0 0 179 1 0 0 16 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14103] ppid=14091 vsize=1485904 CPUtime=1.83
/proc/14093/task/14103/stat : 14103 (java) S 14091 14093 14014 0 -1 64 5503 0 0 0 180 3 0 0 17 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14104] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14104/stat : 14104 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14093/tid=14105] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14105/stat : 14105 (java) S 14091 14093 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158050354 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14106] ppid=14091 vsize=1485904 CPUtime=0
/proc/14093/task/14106/stat : 14106 (java) S 14091 14093 14014 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158051220 1521565696 119441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1485904

Child status: 143
Real time (s): 1783.5
CPU time (s): 1800.17
CPU user time (s): 1797.26
CPU system time (s): 2.91156
CPU usage (%): 100.935
Max. virtual memory (cumulated for all children) (KiB): 1490788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.91156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138069
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= 78205
involuntary context switches= 42209

runsolver used 2.17667 second user time and 5.58315 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-13 16:48:52
IDJOB=1856172
IDBENCH=2383
IDSOLVER=681
FILE ID=node37/1856172-1244904530
PBS_JOBID= 9354513
Free space on /tmp= 66312 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-greenbeb.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-1856172-1244904530/watcher-1856172-1244904530 -o /tmp/evaluation-result-1856172-1244904530/solver-1856172-1244904530 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856172-1244904530.opb

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=1722784424

node37.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:       1417384 kB
Buffers:         61676 kB
Cached:         497100 kB
SwapCached:        524 kB
Active:          80268 kB
Inactive:       492040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417384 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           14548 kB
Writeback:           0 kB
Mapped:          21812 kB
Slab:            52304 kB
Committed_AS:   131932 kB
PageTables:       1376 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= 66312 MiB
End job on node37 at 2009-06-13 17:18:37