Trace number 1856470

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.4 1777.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-blend2.opb
MD5SUM583b02132cd61d8427630f4009f80dd3
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 33023540
Optimality of the best value was proved NO
Number of variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 24014225
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 235593725
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 8935312239624192
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1346963845029350184
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856470-1244912486.opb
0.22/0.22	c reading problem ... 
1.71/1.09	c ... done. Wall clock time 0.877s.
1.71/1.09	c #vars     2944
1.71/1.09	c #constraints  1091
1.71/1.09	c constraints type 
1.71/1.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
1.71/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 280
1800.06/1777.41	c starts		: 14
1800.06/1777.41	c conflicts		: 44580
1800.06/1777.41	c decisions		: 473459
1800.06/1777.41	c propagations		: 1238661
1800.06/1777.41	c inspects		: 307298616
1800.06/1777.41	c learnt literals	: 0
1800.06/1777.41	c learnt binary clauses	: 0
1800.06/1777.41	c learnt ternary clauses	: 0
1800.06/1777.41	c learnt clauses	: 44579
1800.06/1777.41	c ignored clauses	: 0
1800.06/1777.41	c root simplifications	: 0
1800.06/1777.41	c removed literals (reason simplification)	: 0
1800.06/1777.41	c reason swapping (by a shorter reason)	: 0
1800.06/1777.41	c Calls to reduceDB	: 0
1800.06/1777.41	c speed (assignments/second)	: 697.3201840213115
1800.06/1777.41	c non guided choices	5427
1800.06/1777.48	c learnt constraints type 
1800.06/1777.48	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 251
1800.06/1777.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44328
1800.06/1777.48	c constraints type 
1800.06/1777.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
1800.06/1777.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 280
1800.06/1777.48	s UNKNOWN
1800.06/1777.48	c Total wall clock time (in seconds): 1777.263

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-1856470-1244912486/watcher-1856470-1244912486 -o /tmp/evaluation-result-1856470-1244912486/solver-1856470-1244912486 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856470-1244912486.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4509
/proc/meminfo: memFree=1452848/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1520 CPUtime=0
/proc/4509/stat : 4509 (java6) R 4507 4509 4330 0 -1 0 78 0 0 0 0 0 0 0 18 0 1 0 158842476 1556480 62 1992294400 134512640 134550932 4294956160 18446744073709551615 7169841 0 0 4096 0 0 0 0 17 0 0 0
/proc/4509/statm: 380 72 56 9 0 10 0

[startup+0.0105949 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4509
/proc/meminfo: memFree=1452848/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=12928 CPUtime=0
/proc/4509/stat : 4509 (java) R 4507 4509 4330 0 -1 0 408 0 0 0 0 0 0 0 18 0 1 0 158842476 13238272 216 1992294400 134512640 134550932 4294956000 18446744073709551615 7177002 0 0 4096 0 0 0 0 17 0 0 0
/proc/4509/statm: 3232 223 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101613 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4509
/proc/meminfo: memFree=1452848/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1472584 CPUtime=0.08
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 158842476 1507926016 3355 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301664 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4509
/proc/meminfo: memFree=1452848/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1475000 CPUtime=0.34
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 5045 0 1 0 30 4 0 0 18 0 12 0 158842476 1510400000 4782 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 368750 4782 1352 9 0 366093 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475000

[startup+0.701754 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4509
/proc/meminfo: memFree=1452848/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1480492 CPUtime=1.11
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 8454 0 1 0 106 5 0 0 18 0 12 0 158842476 1516023808 7543 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 370123 7543 1399 9 0 367466 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1480492

[startup+1.50293 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 4521
/proc/meminfo: memFree=1411856/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1487856 CPUtime=2.6
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 18245 0 1 0 250 10 0 0 18 0 13 0 158842476 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 371964 14387 1413 9 0 369307 0
[pid=4509/tid=4511] ppid=4507 vsize=1487856 CPUtime=1.13
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 10058 0 1 0 107 6 0 0 19 0 13 0 158842477 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4109600668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 158842478 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 158842478 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158842480 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 158842481 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 158842481 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1487856 CPUtime=0.84
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 5650 0 0 0 82 2 0 0 17 0 13 0 158842485 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1487856 CPUtime=0.6
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 1789 0 0 0 60 0 0 0 16 0 13 0 158842485 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1487856 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1523564544 14387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1487856

[startup+3.10226 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 4522
/proc/meminfo: memFree=1385032/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1487888 CPUtime=4.68
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 41378 0 1 0 447 21 0 0 18 0 13 0 158842476 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 371972 36572 1426 9 0 369315 0
[pid=4509/tid=4511] ppid=4507 vsize=1487888 CPUtime=2.48
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 31004 0 1 0 232 16 0 0 18 0 13 0 158842477 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455494 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1487888 CPUtime=0.02
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 583 0 0 0 2 0 0 0 17 0 13 0 158842478 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1487888 CPUtime=0.01
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 558 0 0 0 1 0 0 0 16 0 13 0 158842478 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158842480 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1487888 CPUtime=1.15
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 6376 0 0 0 113 2 0 0 16 0 13 0 158842485 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1487888 CPUtime=0.96
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 2103 0 0 0 96 0 0 0 16 0 13 0 158842485 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1487888 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1523597312 36572 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1487888

[startup+6.30296 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 4522
/proc/meminfo: memFree=1304328/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1488860 CPUtime=8.44
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 45983 0 1 0 820 24 0 0 18 0 13 0 158842476 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372215 38310 1427 9 0 369558 0
[pid=4509/tid=4511] ppid=4507 vsize=1488860 CPUtime=5.57
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 31007 0 1 0 541 16 0 0 25 0 13 0 158842477 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1488860 CPUtime=0.03
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 1268 0 0 0 3 0 0 0 16 0 13 0 158842478 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1488860 CPUtime=0.03
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 1398 0 0 0 3 0 0 0 16 0 13 0 158842478 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 158842480 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1488860 CPUtime=1.38
/proc/4509/task/4518/stat : 4518 (java) R 4507 4509 4330 0 -1 64 7773 0 0 0 135 3 0 0 17 0 13 0 158842485 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1488860 CPUtime=1.37
/proc/4509/task/4519/stat : 4519 (java) R 4507 4509 4330 0 -1 64 3778 0 0 0 136 1 0 0 17 0 13 0 158842485 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 103149525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1488860 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1524592640 38310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1488860

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 4522
/proc/meminfo: memFree=1273864/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1488552 CPUtime=15.14
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 54876 0 1 0 1486 28 0 0 18 0 13 0 158842476 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372138 46285 1431 9 0 369481 0
[pid=4509/tid=4511] ppid=4507 vsize=1488552 CPUtime=11.74
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 33804 0 1 0 1156 18 0 0 20 0 13 0 158842477 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4109600611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1488552 CPUtime=0.16
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 3827 0 0 0 14 2 0 0 16 0 13 0 158842478 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1488552 CPUtime=0.15
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 4446 0 0 0 14 1 0 0 16 0 13 0 158842478 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 158842480 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1488552 CPUtime=1.52
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 7784 0 0 0 149 3 0 0 17 0 13 0 158842485 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1488552 CPUtime=1.5
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4236 0 0 0 149 1 0 0 16 0 13 0 158842485 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1488552 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1524277248 46285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1488552

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 4522
/proc/meminfo: memFree=1267592/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1488552 CPUtime=28.36
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 56692 0 1 0 2807 29 0 0 18 0 13 0 158842476 1524277248 47465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372138 47465 1435 9 0 369481 0
[pid=4509/tid=4511] ppid=4507 vsize=1488552 CPUtime=24.36
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 33825 0 1 0 2418 18 0 0 18 0 13 0 158842477 1524277248 47465 1992294400 134512640 134550932 4294956000 18446744073709551615 4109724359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1488552 CPUtime=0.21
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 4461 0 0 0 19 2 0 0 16 0 13 0 158842478 1524277248 47465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1488552 CPUtime=0.21
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 5117 0 0 0 19 2 0 0 16 0 13 0 158842478 1524277248 47465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1488552 CPUtime=0.01
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 34 0 0 0 1 0 0 0 16 0 13 0 158842480 1524277248 47465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1488552 CPUtime=0

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

[pid=4509/tid=4514] ppid=4507 vsize=1491624 CPUtime=0.38
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 35 0 0 0 24 14 0 0 16 0 13 0 158842480 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1491624 CPUtime=2.57
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 9850 0 0 0 253 4 0 0 17 0 13 0 158842485 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1491624 CPUtime=1.64
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4280 0 0 0 163 1 0 0 17 0 13 0 158842485 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1527422976 214750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.58
Current children cumulated vsize (KiB) 1491624

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4522
/proc/meminfo: memFree=553480/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1491624 CPUtime=1622.39
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 254880 0 1 0 162084 155 0 0 18 0 13 0 158842476 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372906 225547 1435 9 0 370249 0
[pid=4509/tid=4511] ppid=4507 vsize=1491624 CPUtime=1582.38
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 35384 0 1 0 158214 24 0 0 25 0 13 0 158842477 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4109565784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1491624 CPUtime=17.67
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 103712 0 0 0 1711 56 0 0 16 0 13 0 158842478 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1491624 CPUtime=17.68
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 100874 0 0 0 1716 52 0 0 16 0 13 0 158842478 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1491624 CPUtime=0.38
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 35 0 0 0 24 14 0 0 16 0 13 0 158842480 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1491624 CPUtime=2.57
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 9850 0 0 0 253 4 0 0 17 0 13 0 158842485 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1491624 CPUtime=1.64
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4280 0 0 0 163 1 0 0 17 0 13 0 158842485 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1527422976 225547 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.39
Current children cumulated vsize (KiB) 1491624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4522
/proc/meminfo: memFree=506312/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1491624 CPUtime=1683.22
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 267783 0 1 0 168159 163 0 0 18 0 13 0 158842476 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372906 237311 1435 9 0 370249 0
[pid=4509/tid=4511] ppid=4507 vsize=1491624 CPUtime=1641.48
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 35431 0 1 0 164124 24 0 0 25 0 13 0 158842477 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1491624 CPUtime=18.53
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 110226 0 0 0 1794 59 0 0 17 0 13 0 158842478 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1491624 CPUtime=18.53
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 107216 0 0 0 1797 56 0 0 16 0 13 0 158842478 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1491624 CPUtime=0.39
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 35 0 0 0 25 14 0 0 16 0 13 0 158842480 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1491624 CPUtime=2.57
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 9850 0 0 0 253 4 0 0 17 0 13 0 158842485 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1491624 CPUtime=1.64
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4280 0 0 0 163 1 0 0 17 0 13 0 158842485 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1527422976 237311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.22
Current children cumulated vsize (KiB) 1491624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4522
/proc/meminfo: memFree=454728/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1491624 CPUtime=1744.19
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 281939 0 1 0 174249 170 0 0 18 0 13 0 158842476 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372906 250240 1435 9 0 370249 0
[pid=4509/tid=4511] ppid=4507 vsize=1491624 CPUtime=1700.41
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 35471 0 1 0 170016 25 0 0 25 0 13 0 158842477 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1491624 CPUtime=19.56
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 117640 0 0 0 1893 63 0 0 16 0 13 0 158842478 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1491624 CPUtime=19.55
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 113918 0 0 0 1896 59 0 0 16 0 13 0 158842478 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1491624 CPUtime=0.4
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 35 0 0 0 25 15 0 0 15 0 13 0 158842480 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1491624 CPUtime=2.57
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 9850 0 0 0 253 4 0 0 17 0 13 0 158842485 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1491624 CPUtime=1.64
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4280 0 0 0 163 1 0 0 17 0 13 0 158842485 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1527422976 250240 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.19
Current children cumulated vsize (KiB) 1491624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4522
/proc/meminfo: memFree=420232/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=1491624 CPUtime=1800.06
/proc/4509/stat : 4509 (java) S 4507 4509 4330 0 -1 0 292589 0 1 0 179830 176 0 0 18 0 13 0 158842476 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 372906 258783 1435 9 0 370249 0
[pid=4509/tid=4511] ppid=4507 vsize=1491624 CPUtime=1754.65
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4330 0 -1 64 35528 0 1 0 175440 25 0 0 18 0 13 0 158842477 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4109498815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=1491624 CPUtime=20.37
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4330 0 -1 64 123746 0 0 0 1971 66 0 0 16 0 13 0 158842478 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4513] ppid=4507 vsize=1491624 CPUtime=20.36
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4330 0 -1 64 118405 0 0 0 1975 61 0 0 16 0 13 0 158842478 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4514] ppid=4507 vsize=1491624 CPUtime=0.41
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4330 0 -1 64 35 0 0 0 26 15 0 0 15 0 13 0 158842480 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4515] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4330 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4516] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4330 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158842481 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4330 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 158842485 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4518] ppid=4507 vsize=1491624 CPUtime=2.57
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4330 0 -1 64 9850 0 0 0 253 4 0 0 17 0 13 0 158842485 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4519] ppid=4507 vsize=1491624 CPUtime=1.64
/proc/4509/task/4519/stat : 4519 (java) S 4507 4509 4330 0 -1 64 4280 0 0 0 163 1 0 0 17 0 13 0 158842485 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4520] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4520/stat : 4520 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158842485 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4521] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4521/stat : 4521 (java) S 4507 4509 4330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158842485 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4522] ppid=4507 vsize=1491624 CPUtime=0
/proc/4509/task/4522/stat : 4522 (java) S 4507 4509 4330 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158842591 1527422976 258783 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1491624

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

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

[startup+1777.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 4525
/proc/meminfo: memFree=497408/2055920 swapFree=4162000/4192956
[pid=4509] ppid=4507 vsize=0 CPUtime=1800.33
/proc/4509/stat : 4509 (java) Z 4507 4509 4330 0 -1 1036 292616 0 1 0 179846 187 0 0 15 0 2 0 158842476 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4509/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.66
CPU time (s): 1800.4
CPU user time (s): 1798.47
CPU system time (s): 1.92971
CPU usage (%): 101.279
Max. virtual memory (cumulated for all children) (KiB): 1493248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292616
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= 53925
involuntary context switches= 22183

runsolver used 2.15267 second user time and 5.2662 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-13 19:01:26
IDJOB=1856470
IDBENCH=2550
IDSOLVER=681
FILE ID=node71/1856470-1244912486
PBS_JOBID= 9354582
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= 583b02132cd61d8427630f4009f80dd3
RANDOM SEED=1043608014

node71.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.277
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.277
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:       1453344 kB
Buffers:         74788 kB
Cached:         421104 kB
SwapCached:      26280 kB
Active:          86364 kB
Inactive:       438736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453344 kB
SwapTotal:     4192956 kB
SwapFree:      4162000 kB
Dirty:             908 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            63528 kB
Committed_AS:    85976 kB
PageTables:       1440 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= 66492 MiB
End job on node71 at 2009-06-13 19:31:06