Trace number 1856803

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 1797.96

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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.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-1856803-1244926086.opb
0.22/0.21	c reading problem ... 
3.16/2.57	c ... done. Wall clock time 2.36s.
3.16/2.57	c #vars     24751
3.16/2.57	c #constraints  79589
3.16/2.57	c constraints type 
3.16/2.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
3.16/2.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.16/2.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 24420
1800.04/1797.81	c starts		: 11
1800.04/1797.81	c conflicts		: 15607
1800.04/1797.81	c decisions		: 20690
1800.04/1797.81	c propagations		: 4907114
1800.04/1797.81	c inspects		: 34411616
1800.04/1797.81	c learnt literals	: 0
1800.04/1797.81	c learnt binary clauses	: 1
1800.04/1797.81	c learnt ternary clauses	: 0
1800.04/1797.81	c learnt clauses	: 15606
1800.04/1797.81	c ignored clauses	: 0
1800.04/1797.81	c root simplifications	: 0
1800.04/1797.81	c removed literals (reason simplification)	: 131242562
1800.04/1797.81	c reason swapping (by a shorter reason)	: 0
1800.04/1797.81	c Calls to reduceDB	: 0
1800.04/1797.81	c speed (assignments/second)	: 2733.405821400839
1800.04/1797.81	c non guided choices	94
1800.04/1797.86	c learnt constraints type 
1800.04/1797.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15606
1800.04/1797.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/1797.86	c constraints type 
1800.04/1797.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.04/1797.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1797.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 24420
1800.04/1797.86	s UNKNOWN
1800.04/1797.86	c Total wall clock time (in seconds): 1797.651

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-1856803-1244926086/watcher-1856803-1244926086 -o /tmp/evaluation-result-1856803-1244926086/solver-1856803-1244926086 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856803-1244926086.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.05 1.02 1.00 3/64 15329
/proc/meminfo: memFree=1680016/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1472 CPUtime=0
/proc/15329/stat : 15329 (java6) R 15327 15329 15039 0 -1 0 115 0 0 0 0 0 0 0 20 0 1 0 160209337 1507328 88 1992294400 134512640 134550932 4294956176 18446744073709551615 134539408 0 0 4096 0 0 0 0 17 1 0 0
/proc/15329/statm: 369 100 77 9 0 11 0

[startup+0.0820401 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 15329
/proc/meminfo: memFree=1680016/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1470220 CPUtime=0.07
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 3465 0 1 0 5 2 0 0 18 0 7 0 160209337 1505505280 3210 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 367555 3210 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101044 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 15329
/proc/meminfo: memFree=1680016/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1472584 CPUtime=0.09
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 3615 0 1 0 7 2 0 0 18 0 12 0 160209337 1507926016 3358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 368146 3358 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301085 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 15329
/proc/meminfo: memFree=1680016/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1475024 CPUtime=0.35
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 5141 0 1 0 32 3 0 0 18 0 12 0 160209337 1510424576 4878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 368756 4878 1353 9 0 366099 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475024

[startup+0.701173 s]
/proc/loadavg: 1.05 1.02 1.00 3/64 15329
/proc/meminfo: memFree=1680016/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1477180 CPUtime=1.02
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 7597 0 1 0 97 5 0 0 18 0 12 0 160209337 1512632320 6954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 369295 6954 1397 9 0 366638 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1477180

[startup+1.50133 s]
/proc/loadavg: 1.05 1.02 1.00 2/76 15341
/proc/meminfo: memFree=1645296/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1477244 CPUtime=1.98
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 23125 0 1 0 184 14 0 0 18 0 12 0 160209337 1512697856 22252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 369311 22253 1401 9 0 366654 0
[pid=15329/tid=15331] ppid=15327 vsize=1477244 CPUtime=1.28
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 20377 0 1 0 116 12 0 0 20 0 12 0 160209338 1512697856 22254 1992294400 134512640 134550932 4294956016 18446744073709551615 4109523448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160209339 1512697856 22255 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160209339 1512697856 22256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 160209341 1512697856 22257 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160209341 1512697856 22258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160209341 1512697856 22259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160209346 1512697856 22260 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1477244 CPUtime=0.39
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 893 0 0 0 39 0 0 0 16 0 12 0 160209346 1512697856 22261 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1477244 CPUtime=0.27
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 1116 0 0 0 27 0 0 0 16 0 12 0 160209346 1512697856 22262 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160209346 1512697856 22263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1477244 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160209346 1512697856 22264 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1477244

[startup+3.10269 s]
/proc/loadavg: 1.05 1.02 1.00 3/76 15341
/proc/meminfo: memFree=1552048/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1484928 CPUtime=4.29
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 40098 0 1 0 407 22 0 0 18 0 13 0 160209337 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 371232 36852 1424 9 0 368575 0
[pid=15329/tid=15331] ppid=15327 vsize=1484928 CPUtime=2.75
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 30964 0 1 0 257 18 0 0 24 0 13 0 160209338 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4109757322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1484928 CPUtime=0.04
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 1005 0 0 0 4 0 0 0 16 0 13 0 160209339 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1484928 CPUtime=0.04
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 1321 0 0 0 4 0 0 0 17 0 13 0 160209339 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160209341 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1484928 CPUtime=0.72
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2470 0 0 0 71 1 0 0 16 0 13 0 160209346 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1484928 CPUtime=0.69
/proc/15329/task/15339/stat : 15339 (java) R 15327 15329 15039 0 -1 64 3586 0 0 0 68 1 0 0 19 0 13 0 160209346 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 104163874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1484928 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1520566272 36852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1484928

[startup+6.30136 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 15342
/proc/meminfo: memFree=1537896/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483188 CPUtime=8.1
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 41349 0 1 0 787 23 0 0 18 0 13 0 160209337 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370797 36675 1427 9 0 368140 0
[pid=15329/tid=15331] ppid=15327 vsize=1483188 CPUtime=5.92
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 30970 0 1 0 574 18 0 0 17 0 13 0 160209338 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483188 CPUtime=0.04
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 1005 0 0 0 4 0 0 0 16 0 13 0 160209339 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483188 CPUtime=0.04
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 1321 0 0 0 4 0 0 0 17 0 13 0 160209339 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483188 CPUtime=0.95
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2490 0 0 0 94 1 0 0 16 0 13 0 160209346 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483188 CPUtime=1.11
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4811 0 0 0 109 2 0 0 15 0 13 0 160209346 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518784512 36675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 1483188

[startup+12.7027 s]
/proc/loadavg: 1.11 1.04 1.00 2/77 15342
/proc/meminfo: memFree=1537768/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483188 CPUtime=14.54
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 41427 0 1 0 1431 23 0 0 18 0 13 0 160209337 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370797 36687 1427 9 0 368140 0
[pid=15329/tid=15331] ppid=15327 vsize=1483188 CPUtime=12.31
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 30971 0 1 0 1213 18 0 0 25 0 13 0 160209338 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483188 CPUtime=0.04
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 1005 0 0 0 4 0 0 0 16 0 13 0 160209339 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483188 CPUtime=0.04
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 1321 0 0 0 4 0 0 0 17 0 13 0 160209339 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483188 CPUtime=0.95
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2490 0 0 0 94 1 0 0 16 0 13 0 160209346 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483188 CPUtime=1.16
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4888 0 0 0 114 2 0 0 17 0 13 0 160209346 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483188 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518784512 36687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.54
Current children cumulated vsize (KiB) 1483188

[startup+25.5015 s]
/proc/loadavg: 1.09 1.04 1.00 2/77 15342
/proc/meminfo: memFree=1537896/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483152 CPUtime=27.42
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 41441 0 1 0 2719 23 0 0 18 0 13 0 160209337 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370788 36699 1427 9 0 368131 0
[pid=15329/tid=15331] ppid=15327 vsize=1483152 CPUtime=25.09
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 30973 0 1 0 2491 18 0 0 25 0 13 0 160209338 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483152 CPUtime=0.04
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 1005 0 0 0 4 0 0 0 16 0 13 0 160209339 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483152 CPUtime=0.04
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 1321 0 0 0 4 0 0 0 17 0 13 0 160209339 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483152 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160209341 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483152 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518747648 36699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483152 CPUtime=0

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

[pid=15329/tid=15334] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483024 CPUtime=1.29
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2524 0 0 0 128 1 0 0 17 0 13 0 160209346 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483024 CPUtime=1.22
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4889 0 0 0 120 2 0 0 17 0 13 0 160209346 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518616576 110563 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.48
Current children cumulated vsize (KiB) 1483024

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 15350
/proc/meminfo: memFree=1221928/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483024 CPUtime=1664.51
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 121431 0 1 0 166373 78 0 0 18 0 13 0 160209337 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370756 115445 1431 9 0 368099 0
[pid=15329/tid=15331] ppid=15327 vsize=1483024 CPUtime=1660.26
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 30999 0 1 0 166000 26 0 0 25 0 13 0 160209338 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4109791784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483024 CPUtime=0.83
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 41281 0 0 0 62 21 0 0 17 0 13 0 160209339 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483024 CPUtime=0.85
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 40982 0 0 0 60 25 0 0 16 0 13 0 160209339 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483024 CPUtime=1.29
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2524 0 0 0 128 1 0 0 17 0 13 0 160209346 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483024 CPUtime=1.22
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4889 0 0 0 120 2 0 0 17 0 13 0 160209346 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518616576 115445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.51
Current children cumulated vsize (KiB) 1483024

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 15350
/proc/meminfo: memFree=1211176/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483024 CPUtime=1724.52
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 124232 0 1 0 172372 80 0 0 18 0 13 0 160209337 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370756 118121 1431 9 0 368099 0
[pid=15329/tid=15331] ppid=15327 vsize=1483024 CPUtime=1720.21
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 31001 0 1 0 171995 26 0 0 25 0 13 0 160209338 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4109648480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483024 CPUtime=0.86
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 42522 0 0 0 64 22 0 0 16 0 13 0 160209339 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483024 CPUtime=0.88
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 42540 0 0 0 62 26 0 0 16 0 13 0 160209339 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483024 CPUtime=1.29
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2524 0 0 0 128 1 0 0 17 0 13 0 160209346 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483024 CPUtime=1.22
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4889 0 0 0 120 2 0 0 17 0 13 0 160209346 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518616576 118121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.52
Current children cumulated vsize (KiB) 1483024

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15350
/proc/meminfo: memFree=1200936/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483024 CPUtime=1784.53
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 126897 0 1 0 178371 82 0 0 18 0 13 0 160209337 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370756 120665 1431 9 0 368099 0
[pid=15329/tid=15331] ppid=15327 vsize=1483024 CPUtime=1780.15
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 31003 0 1 0 177989 26 0 0 25 0 13 0 160209338 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483024 CPUtime=0.89
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 43684 0 0 0 66 23 0 0 16 0 13 0 160209339 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483024 CPUtime=0.91
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 44041 0 0 0 64 27 0 0 16 0 13 0 160209339 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483024 CPUtime=1.3
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2524 0 0 0 129 1 0 0 17 0 13 0 160209346 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483024 CPUtime=1.22
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4889 0 0 0 120 2 0 0 17 0 13 0 160209346 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518616576 120665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 1483024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15350
/proc/meminfo: memFree=1195624/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=1483024 CPUtime=1800.04
/proc/15329/stat : 15329 (java) S 15327 15329 15039 0 -1 0 128250 0 1 0 179921 83 0 0 18 0 13 0 160209337 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15329/statm: 370756 122001 1431 9 0 368099 0
[pid=15329/tid=15331] ppid=15327 vsize=1483024 CPUtime=1795.63
/proc/15329/task/15331/stat : 15331 (java) R 15327 15329 15039 0 -1 64 31004 0 1 0 179537 26 0 0 25 0 13 0 160209338 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4109938068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15332] ppid=15327 vsize=1483024 CPUtime=0.9
/proc/15329/task/15332/stat : 15332 (java) S 15327 15329 15039 0 -1 64 44657 0 0 0 67 23 0 0 16 0 13 0 160209339 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15333] ppid=15327 vsize=1483024 CPUtime=0.93
/proc/15329/task/15333/stat : 15333 (java) S 15327 15329 15039 0 -1 64 44420 0 0 0 66 27 0 0 16 0 13 0 160209339 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15334] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15334/stat : 15334 (java) S 15327 15329 15039 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15335] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15335/stat : 15335 (java) S 15327 15329 15039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15336] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15336/stat : 15336 (java) S 15327 15329 15039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160209341 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15337] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15337/stat : 15337 (java) S 15327 15329 15039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160209346 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15338] ppid=15327 vsize=1483024 CPUtime=1.3
/proc/15329/task/15338/stat : 15338 (java) S 15327 15329 15039 0 -1 64 2524 0 0 0 129 1 0 0 17 0 13 0 160209346 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15339] ppid=15327 vsize=1483024 CPUtime=1.22
/proc/15329/task/15339/stat : 15339 (java) S 15327 15329 15039 0 -1 64 4889 0 0 0 120 2 0 0 17 0 13 0 160209346 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15340] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15340/stat : 15340 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160209346 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15329/tid=15341] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15341/stat : 15341 (java) S 15327 15329 15039 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160209346 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15329/tid=15342] ppid=15327 vsize=1483024 CPUtime=0
/proc/15329/task/15342/stat : 15342 (java) S 15327 15329 15039 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 160209603 1518616576 122001 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1483024

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

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

[startup+1797.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15350
/proc/meminfo: memFree=1195624/2055920 swapFree=4192812/4192956
[pid=15329] ppid=15327 vsize=0 CPUtime=1800.2
/proc/15329/stat : 15329 (java) Z 15327 15329 15039 0 -1 1036 128273 0 1 0 179934 86 0 0 15 0 2 0 160209337 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.96
CPU time (s): 1800.26
CPU user time (s): 1799.35
CPU system time (s): 0.908861
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 1484928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128273
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= 37203
involuntary context switches= 38164

runsolver used 2.04269 second user time and 4.51331 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-13 22:48:06
IDJOB=1856803
IDBENCH=2963
IDSOLVER=682
FILE ID=node10/1856803-1244926086
PBS_JOBID= 9354661
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856803-1244926086/watcher-1856803-1244926086 -o /tmp/evaluation-result-1856803-1244926086/solver-1856803-1244926086 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856803-1244926086.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=528402141

node10.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.263
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.263
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:       1680432 kB
Buffers:         57188 kB
Cached:         243708 kB
SwapCached:        140 kB
Active:          47304 kB
Inactive:       267148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          23236 kB
Slab:            47016 kB
Committed_AS:   135880 kB
PageTables:       1380 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= 66272 MiB
End job on node10 at 2009-06-13 23:18:06