Trace number 1856445

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.26 1795.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
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 variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.1.1.v20090612
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0_12
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1342000320
0.07/0.15	c Max memory 1344274432
0.07/0.15	c Total memory 1344274432
0.07/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856445-1244911689.opb
0.22/0.21	c reading problem ... 
20.86/17.27	c ... done. Wall clock time 17.063s.
20.86/17.27	c #vars     399966
20.86/17.27	c #constraints  116334
20.86/17.27	c constraints type 
20.86/17.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
20.86/17.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
1800.05/1795.31	c starts		: 11
1800.05/1795.31	c conflicts		: 12712
1800.05/1795.31	c decisions		: 45791
1800.05/1795.31	c propagations		: 5177821
1800.05/1795.31	c inspects		: 28085342
1800.05/1795.31	c learnt literals	: 0
1800.05/1795.31	c learnt binary clauses	: 17
1800.05/1795.31	c learnt ternary clauses	: 8
1800.05/1795.31	c learnt clauses	: 12711
1800.05/1795.31	c ignored clauses	: 0
1800.05/1795.31	c root simplifications	: 0
1800.05/1795.31	c removed literals (reason simplification)	: 4514867
1800.05/1795.31	c reason swapping (by a shorter reason)	: 0
1800.05/1795.31	c Calls to reduceDB	: 0
1800.05/1795.31	c speed (assignments/second)	: 2912.0996919636655
1800.05/1795.31	c non guided choices	22662
1800.05/1795.34	c learnt constraints type 
1800.05/1795.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12694
1800.05/1795.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.05/1795.34	c constraints type 
1800.05/1795.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1800.05/1795.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
1800.05/1795.34	s UNKNOWN
1800.05/1795.34	c Total wall clock time (in seconds): 1795.133

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-1856445-1244911689/watcher-1856445-1244911689 -o /tmp/evaluation-result-1856445-1244911689/solver-1856445-1244911689 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856445-1244911689.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.07 1.02 1.00 3/64 11747
/proc/meminfo: memFree=1279648/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=144 CPUtime=0
/proc/11747/stat : 11747 (java6) R 11745 11747 11526 0 -1 0 34 0 0 0 0 0 0 0 20 0 1 0 158768742 147456 19 1992294400 134512640 134550932 4294956176 18446744073709551615 7007260 0 0 4096 0 0 0 0 17 1 0 0
/proc/11747/statm: 37 20 14 9 0 3 0

[startup+0.0459109 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11747
/proc/meminfo: memFree=1279648/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1468752 CPUtime=0.02
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 3067 0 1 0 1 1 0 0 18 0 4 0 158768742 1504002048 2814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 367188 2814 954 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101914 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11747
/proc/meminfo: memFree=1279648/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1472584 CPUtime=0.07
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 3601 0 1 0 5 2 0 0 18 0 12 0 158768742 1507926016 3344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 368146 3344 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1472584

[startup+0.302171 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11747
/proc/meminfo: memFree=1279648/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1474540 CPUtime=0.34
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 8144 0 1 0 29 5 0 0 18 0 12 0 158768742 1509928960 7881 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 368635 7881 1349 9 0 365978 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474540

[startup+0.701951 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11747
/proc/meminfo: memFree=1279648/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1485308 CPUtime=1.13
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 14396 0 1 0 104 9 0 0 18 0 12 0 158768742 1520955392 13350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 371327 13350 1398 9 0 368670 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1485308

[startup+1.503 s]
/proc/loadavg: 1.07 1.02 1.00 3/76 11759
/proc/meminfo: memFree=1218240/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1487940 CPUtime=2.32
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 31630 0 1 0 215 17 0 0 18 0 12 0 158768742 1523650560 28346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 371985 28347 1400 9 0 369328 0
[pid=11747/tid=11749] ppid=11745 vsize=1487940 CPUtime=1.16
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 23774 0 1 0 104 12 0 0 20 0 12 0 158768744 1523650560 28348 1992294400 134512640 134550932 4294956016 18446744073709551615 4109559192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 158768745 1523650560 28349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 158768745 1523650560 28350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158768747 1523650560 28350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 158768748 1523650560 28351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 158768748 1523650560 28352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158768752 1523650560 28353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1487940 CPUtime=0.67
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 4961 0 0 0 65 2 0 0 15 0 12 0 158768752 1523650560 28353 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1487940 CPUtime=0.45
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2157 0 0 0 44 1 0 0 17 0 12 0 158768752 1523650560 28354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158768752 1523650560 28355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1487940 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158768752 1523650560 28355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1487940

[startup+3.10211 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 11759
/proc/meminfo: memFree=1109504/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1488264 CPUtime=4.14
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 53247 0 1 0 387 27 0 0 18 0 12 0 158768742 1523982336 49116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 372066 49117 1411 9 0 369409 0
[pid=11747/tid=11749] ppid=11745 vsize=1488264 CPUtime=2.54
/proc/11747/task/11749/stat : 11749 (java) S 11745 11747 11526 0 -1 64 30924 0 1 0 239 15 0 0 24 0 12 0 158768744 1523982336 49118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1488264 CPUtime=0.21
/proc/11747/task/11750/stat : 11750 (java) R 11745 11747 11526 0 -1 64 7086 0 0 0 18 3 0 0 17 0 12 0 158768745 1523982336 49119 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1488264 CPUtime=0.21
/proc/11747/task/11751/stat : 11751 (java) R 11745 11747 11526 0 -1 64 7373 0 0 0 18 3 0 0 17 0 12 0 158768745 1523982336 49120 1992294400 134512640 134550932 4294956016 18446744073709551615 106197491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158768747 1523982336 49121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158768748 1523982336 49121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158768748 1523982336 49122 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158768752 1523982336 49123 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1488264 CPUtime=0.67
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 4961 0 0 0 65 2 0 0 15 0 12 0 158768752 1523982336 49124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1488264 CPUtime=0.45
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2157 0 0 0 44 1 0 0 17 0 12 0 158768752 1523982336 49125 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158768752 1523982336 49126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1488264 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158768752 1523982336 49127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1488264

[startup+6.30131 s]
/proc/loadavg: 1.06 1.02 1.00 3/76 11759
/proc/meminfo: memFree=1039680/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1485848 CPUtime=7.88
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 74955 0 1 0 750 38 0 0 18 0 12 0 158768742 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 371462 66380 1411 9 0 368805 0
[pid=11747/tid=11749] ppid=11745 vsize=1485848 CPUtime=5.19
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 30928 0 1 0 503 16 0 0 23 0 12 0 158768744 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4109593030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1485848 CPUtime=0.75
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 16510 0 0 0 68 7 0 0 18 0 12 0 158768745 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1485848 CPUtime=0.74
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 19650 0 0 0 65 9 0 0 18 0 12 0 158768745 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158768747 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158768748 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158768748 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158768752 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1485848 CPUtime=0.69
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 4961 0 0 0 67 2 0 0 16 0 12 0 158768752 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1485848 CPUtime=0.45
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2157 0 0 0 44 1 0 0 17 0 12 0 158768752 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158768752 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158768752 1521508352 66380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 1485848

[startup+12.7019 s]
/proc/loadavg: 1.06 1.01 1.00 2/76 11759
/proc/meminfo: memFree=900608/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1485848 CPUtime=15.74
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 111390 0 1 0 1516 58 0 0 18 0 12 0 158768742 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 371462 98201 1421 9 0 368805 0
[pid=11747/tid=11749] ppid=11745 vsize=1485848 CPUtime=10.15
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 30952 0 1 0 998 17 0 0 18 0 12 0 158768744 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4109504101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1485848 CPUtime=2.12
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 33467 0 0 0 196 16 0 0 17 0 12 0 158768745 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1485848 CPUtime=2.11
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 39096 0 0 0 192 19 0 0 16 0 12 0 158768745 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158768747 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158768748 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158768748 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158768752 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1485848 CPUtime=0.74
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 4962 0 0 0 72 2 0 0 16 0 12 0 158768752 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1485848 CPUtime=0.56
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2164 0 0 0 55 1 0 0 17 0 12 0 158768752 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158768752 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1485848 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158768752 1521508352 98201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 1485848

[startup+25.5027 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 11760
/proc/meminfo: memFree=805624/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1483416 CPUtime=29.88
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 136051 0 1 0 2916 72 0 0 18 0 13 0 158768742 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 370854 119648 1425 9 0 368197 0
[pid=11747/tid=11749] ppid=11745 vsize=1483416 CPUtime=21.94
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 31000 0 1 0 2176 18 0 0 25 0 13 0 158768744 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4109724411 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1483416 CPUtime=2.97
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 45946 0 0 0 274 23 0 0 16 0 13 0 158768745 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1483416 CPUtime=2.98
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 50923 0 0 0 274 24 0 0 17 0 13 0 158768745 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1483416 CPUtime=0
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158768747 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483416 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483416 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483416 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1519017984 119648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483416 CPUtime=1.14

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

[pid=11747/tid=11752] ppid=11745 vsize=1483064 CPUtime=0.01
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158768747 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483064 CPUtime=1.2
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 5246 0 0 0 117 3 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1483064 CPUtime=1.06
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2199 0 0 0 105 1 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11760] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11760/stat : 11760 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158770587 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.1
Current children cumulated vsize (KiB) 1483064

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11768
/proc/meminfo: memFree=715256/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1483064 CPUtime=1667.09
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 161069 0 1 0 166619 90 0 0 18 0 13 0 158768742 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 370766 142101 1429 9 0 368109 0
[pid=11747/tid=11749] ppid=11745 vsize=1483064 CPUtime=1657.49
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 31052 0 1 0 165730 19 0 0 25 0 13 0 158768744 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4109822956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1483064 CPUtime=3.63
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 59792 0 0 0 331 32 0 0 16 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1483064 CPUtime=3.64
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 62027 0 0 0 332 32 0 0 17 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1483064 CPUtime=0.01
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158768747 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483064 CPUtime=1.2
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 5246 0 0 0 117 3 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1483064 CPUtime=1.06
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2199 0 0 0 105 1 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11760] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11760/stat : 11760 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158770587 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.09
Current children cumulated vsize (KiB) 1483064

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11768
/proc/meminfo: memFree=715192/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1483064 CPUtime=1727.07
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 161069 0 1 0 172617 90 0 0 18 0 13 0 158768742 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 370766 142101 1429 9 0 368109 0
[pid=11747/tid=11749] ppid=11745 vsize=1483064 CPUtime=1717.47
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 31052 0 1 0 171728 19 0 0 25 0 13 0 158768744 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4109914873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1483064 CPUtime=3.63
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 59792 0 0 0 331 32 0 0 16 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1483064 CPUtime=3.64
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 62027 0 0 0 332 32 0 0 17 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1483064 CPUtime=0.01
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158768747 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483064 CPUtime=1.2
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 5246 0 0 0 117 3 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1483064 CPUtime=1.06
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2199 0 0 0 105 1 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11760] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11760/stat : 11760 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158770587 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.07
Current children cumulated vsize (KiB) 1483064

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11768
/proc/meminfo: memFree=715064/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1483064 CPUtime=1787.05
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 161069 0 1 0 178615 90 0 0 18 0 13 0 158768742 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 370766 142101 1429 9 0 368109 0
[pid=11747/tid=11749] ppid=11745 vsize=1483064 CPUtime=1777.45
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 31052 0 1 0 177726 19 0 0 25 0 13 0 158768744 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4109913996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1483064 CPUtime=3.63
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 59792 0 0 0 331 32 0 0 16 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1483064 CPUtime=3.64
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 62027 0 0 0 332 32 0 0 17 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1483064 CPUtime=0.01
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158768747 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483064 CPUtime=1.2
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 5246 0 0 0 117 3 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1483064 CPUtime=1.06
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2199 0 0 0 105 1 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11760] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11760/stat : 11760 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158770587 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 1483064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11768
/proc/meminfo: memFree=715064/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=1483064 CPUtime=1800.05
/proc/11747/stat : 11747 (java) S 11745 11747 11526 0 -1 0 161069 0 1 0 179915 90 0 0 18 0 13 0 158768742 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11747/statm: 370766 142101 1429 9 0 368109 0
[pid=11747/tid=11749] ppid=11745 vsize=1483064 CPUtime=1790.45
/proc/11747/task/11749/stat : 11749 (java) R 11745 11747 11526 0 -1 64 31052 0 1 0 179026 19 0 0 25 0 13 0 158768744 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4109766764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11750] ppid=11745 vsize=1483064 CPUtime=3.63
/proc/11747/task/11750/stat : 11750 (java) S 11745 11747 11526 0 -1 64 59792 0 0 0 331 32 0 0 16 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11751] ppid=11745 vsize=1483064 CPUtime=3.64
/proc/11747/task/11751/stat : 11751 (java) S 11745 11747 11526 0 -1 64 62027 0 0 0 332 32 0 0 17 0 13 0 158768745 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11752] ppid=11745 vsize=1483064 CPUtime=0.01
/proc/11747/task/11752/stat : 11752 (java) S 11745 11747 11526 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 158768747 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11753] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11753/stat : 11753 (java) S 11745 11747 11526 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11754] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11754/stat : 11754 (java) S 11745 11747 11526 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158768748 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11755] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11755/stat : 11755 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11756] ppid=11745 vsize=1483064 CPUtime=1.2
/proc/11747/task/11756/stat : 11756 (java) S 11745 11747 11526 0 -1 64 5246 0 0 0 117 3 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11757] ppid=11745 vsize=1483064 CPUtime=1.06
/proc/11747/task/11757/stat : 11757 (java) S 11745 11747 11526 0 -1 64 2199 0 0 0 105 1 0 0 16 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11747/tid=11758] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11758/stat : 11758 (java) S 11745 11747 11526 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11759] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11759/stat : 11759 (java) S 11745 11747 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158768752 1518657536 142101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11747/tid=11760] ppid=11745 vsize=1483064 CPUtime=0
/proc/11747/task/11760/stat : 11760 (java) S 11745 11747 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158770587 1518657536 142101 1992294400 134512640 134550932 4294956016 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) 1483064

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

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

[startup+1795.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11768
/proc/meminfo: memFree=715064/2055920 swapFree=4192952/4192956
[pid=11747] ppid=11745 vsize=0 CPUtime=1800.19
/proc/11747/stat : 11747 (java) Z 11745 11747 11526 0 -1 1036 161095 0 1 0 179925 94 0 0 15 0 2 0 158768742 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11747/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.47
CPU time (s): 1800.26
CPU user time (s): 1799.26
CPU system time (s): 1.00185
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 1490528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161095
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= 37577
involuntary context switches= 41647

runsolver used 1.85572 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-13 18:48:12
IDJOB=1856445
IDBENCH=2525
IDSOLVER=682
FILE ID=node30/1856445-1244911689
PBS_JOBID= 9354541
Free space on /tmp= 66232 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856445-1244911689/watcher-1856445-1244911689 -o /tmp/evaluation-result-1856445-1244911689/solver-1856445-1244911689 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856445-1244911689.opb

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

MD5SUM BENCH= 97b175564b36442f64835a62ac7058b3
RANDOM SEED=2106931273

node30.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.230
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.230
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:       1280064 kB
Buffers:         61808 kB
Cached:         627164 kB
SwapCached:          4 kB
Active:          83020 kB
Inactive:       619952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280064 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           31676 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            58864 kB
Committed_AS:   127732 kB
PageTables:       1364 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= 66232 MiB
End job on node30 at 2009-06-13 19:18:09