Trace number 1859696

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.34 1717.84

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__64.opb
MD5SUMac3f9f3932c1350445aa95096c36ebc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables962998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint64
Maximum length of a constraint2881
Number of terms in the objective function 960000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 32510505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 32510505536
Number of bits of the biggest sum of numbers35
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-1859696-1244976033.opb
0.22/0.22	c reading problem ... 
28.29/22.15	c ... done. Wall clock time 21.924s.
28.29/22.15	c #vars     962998
28.29/22.15	c #constraints  21000
28.29/22.15	c constraints type 
28.29/22.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
28.29/22.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
28.29/22.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.09/1717.61	c starts		: 6
1800.09/1717.61	c conflicts		: 1962
1800.09/1717.61	c decisions		: 11642682
1800.09/1717.61	c propagations		: 11891625
1800.09/1717.61	c inspects		: 26645565
1800.09/1717.61	c learnt literals	: 0
1800.09/1717.61	c learnt binary clauses	: 0
1800.09/1717.61	c learnt ternary clauses	: 0
1800.09/1717.61	c learnt clauses	: 1961
1800.09/1717.61	c ignored clauses	: 0
1800.09/1717.61	c root simplifications	: 0
1800.09/1717.61	c removed literals (reason simplification)	: 0
1800.09/1717.61	c reason swapping (by a shorter reason)	: 0
1800.09/1717.61	c Calls to reduceDB	: 0
1800.09/1717.61	c speed (assignments/second)	: 7013.845881624347
1800.09/1717.61	c non guided choices	0
1800.09/1717.62	c learnt constraints type 
1800.09/1717.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.09/1717.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1933
1800.09/1717.62	c constraints type 
1800.09/1717.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.09/1717.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.09/1717.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.09/1717.62	s UNKNOWN
1800.09/1717.62	c Total wall clock time (in seconds): 1717.396

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 4/64 18508
/proc/meminfo: memFree=1294568/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=18576 CPUtime=0
/proc/18508/stat : 18508 (runsolver) R 18506 18508 18339 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 165203115 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18508/statm: 4644 284 249 26 0 2626 0

[startup+0.00981302 s]
/proc/loadavg: 1.00 1.02 1.00 4/64 18508
/proc/meminfo: memFree=1294568/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1612 CPUtime=0
/proc/18508/stat : 18508 (java6) D 18506 18508 18339 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 165203115 1650688 138 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18508/statm: 403 143 107 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.102282 s]
/proc/loadavg: 1.00 1.02 1.00 4/64 18508
/proc/meminfo: memFree=1294568/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1473608 CPUtime=0.08
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 165203115 1508974592 3341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 368402 3342 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301294 s]
/proc/loadavg: 1.00 1.02 1.00 4/64 18508
/proc/meminfo: memFree=1294568/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1474728 CPUtime=0.33
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 10375 0 1 0 28 5 0 0 18 0 12 0 165203115 1510121472 10112 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 368682 10112 1349 9 0 366025 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474728

[startup+0.701318 s]
/proc/loadavg: 1.00 1.02 1.00 4/64 18508
/proc/meminfo: memFree=1294568/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1476228 CPUtime=0.96
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 13947 0 1 0 90 6 0 0 18 0 12 0 165203115 1511657472 13458 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 369057 13459 1391 9 0 366400 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476228

[startup+1.50237 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 18520
/proc/meminfo: memFree=1222472/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1476228 CPUtime=1.76
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 29086 0 1 0 163 13 0 0 18 0 12 0 165203115 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 369057 28596 1391 9 0 366400 0
[pid=18508/tid=18510] ppid=18506 vsize=1476228 CPUtime=1.4
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 27125 0 1 0 128 12 0 0 25 0 12 0 165203116 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4109292582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 165203118 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165203118 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165203120 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 165203120 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 165203120 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165203124 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1476228 CPUtime=0.19
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 488 0 0 0 19 0 0 0 17 0 12 0 165203124 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1476228 CPUtime=0.15
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 730 0 0 0 15 0 0 0 16 0 12 0 165203124 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203124 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165203124 1511657472 28596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1476228

[startup+3.10248 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 18520
/proc/meminfo: memFree=1134280/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1476228 CPUtime=3.48
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 45452 0 1 0 326 22 0 0 18 0 12 0 165203115 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 369057 44682 1402 9 0 366400 0
[pid=18508/tid=18510] ppid=18506 vsize=1476228 CPUtime=2.86
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 18339 0 -1 64 30913 0 1 0 273 13 0 0 25 0 12 0 165203116 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1476228 CPUtime=0.11
/proc/18508/task/18511/stat : 18511 (java) R 18506 18508 18339 0 -1 64 5018 0 0 0 9 2 0 0 17 0 12 0 165203118 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1476228 CPUtime=0.12
/proc/18508/task/18512/stat : 18512 (java) R 18506 18508 18339 0 -1 64 7552 0 0 0 8 4 0 0 16 0 12 0 165203118 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165203120 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203120 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165203120 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165203124 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1476228 CPUtime=0.19
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 488 0 0 0 19 0 0 0 17 0 12 0 165203124 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1476228 CPUtime=0.15
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 730 0 0 0 15 0 0 0 16 0 12 0 165203124 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203124 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1476228 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165203124 1511657472 44682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1476228

[startup+6.30267 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 18520
/proc/meminfo: memFree=1081032/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1489412 CPUtime=7.68
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 71295 0 1 0 733 35 0 0 18 0 12 0 165203115 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372353 65309 1412 9 0 369696 0
[pid=18508/tid=18510] ppid=18506 vsize=1489412 CPUtime=5.48
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 30934 0 1 0 534 14 0 0 21 0 12 0 165203116 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1489412 CPUtime=0.51
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 17677 0 0 0 43 8 0 0 17 0 12 0 165203118 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1489412 CPUtime=0.5
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 14615 0 0 0 42 8 0 0 16 0 12 0 165203118 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165203120 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203120 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165203120 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165203124 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1489412 CPUtime=0.41
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 1391 0 0 0 41 0 0 0 16 0 12 0 165203124 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1489412 CPUtime=0.73
/proc/18508/task/18518/stat : 18518 (java) R 18506 18508 18339 0 -1 64 5927 0 0 0 71 2 0 0 18 0 12 0 165203124 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 102535106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203124 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1489412 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165203124 1525157888 65309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1489412

[startup+12.7011 s]
/proc/loadavg: 1.08 1.03 1.01 2/76 18520
/proc/meminfo: memFree=854664/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490116 CPUtime=16.58
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 129260 0 1 0 1593 65 0 0 18 0 12 0 165203115 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372529 115536 1412 9 0 369872 0
[pid=18508/tid=18510] ppid=18506 vsize=1490116 CPUtime=9.38
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 18339 0 -1 64 30945 0 1 0 923 15 0 0 18 0 12 0 165203116 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490116 CPUtime=2.99
/proc/18508/task/18511/stat : 18511 (java) R 18506 18508 18339 0 -1 64 49423 0 0 0 276 23 0 0 16 0 12 0 165203118 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490116 CPUtime=2.93
/proc/18508/task/18512/stat : 18512 (java) R 18506 18508 18339 0 -1 64 40688 0 0 0 272 21 0 0 17 0 12 0 165203118 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165203120 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165203120 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165203120 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165203124 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490116 CPUtime=0.41
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 1391 0 0 0 41 0 0 0 16 0 12 0 165203124 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490116 CPUtime=0.8
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6062 0 0 0 78 2 0 0 16 0 12 0 165203124 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165203124 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490116 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165203124 1525878784 115536 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 1490116

[startup+25.5029 s]
/proc/loadavg: 1.13 1.05 1.01 3/77 18521
/proc/meminfo: memFree=596544/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490440 CPUtime=32.43
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 194358 0 1 0 3140 103 0 0 18 0 13 0 165203115 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372610 175801 1432 9 0 369953 0
[pid=18508/tid=18510] ppid=18506 vsize=1490440 CPUtime=19.09
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 31021 0 1 0 1891 18 0 0 23 0 13 0 165203116 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4109598708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490440 CPUtime=5.65
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 82967 0 0 0 523 42 0 0 16 0 13 0 165203118 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490440 CPUtime=5.44
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 72068 0 0 0 506 38 0 0 17 0 13 0 165203118 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 165203120 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 175801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=0.84

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

[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=11.79
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 36118 0 0 0 1151 28 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=1.62
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 2502 0 0 0 161 1 0 0 17 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490440 CPUtime=1.86
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6146 0 0 0 184 2 0 0 16 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18521] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18521/stat : 18521 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165205559 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1556.41
Current children cumulated vsize (KiB) 1490440

[startup+1542.3 s]
/proc/loadavg: 1.08 1.07 1.01 2/77 18529
/proc/meminfo: memFree=37184/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490440 CPUtime=1618.35
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 398701 0 1 0 161410 425 0 0 18 0 13 0 165203115 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372610 340402 1440 9 0 369953 0
[pid=18508/tid=18510] ppid=18506 vsize=1490440 CPUtime=1432.28
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 33558 0 1 0 143203 25 0 0 22 0 13 0 165203116 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4110094484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490440 CPUtime=85.24
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 175138 0 0 0 8329 195 0 0 16 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490440 CPUtime=85.48
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 144492 0 0 0 8378 170 0 0 16 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=11.81
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 36118 0 0 0 1153 28 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=1.62
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 2502 0 0 0 161 1 0 0 17 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490440 CPUtime=1.86
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6146 0 0 0 184 2 0 0 16 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18521] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18521/stat : 18521 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165205559 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.35
Current children cumulated vsize (KiB) 1490440

[startup+1602.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/77 18529
/proc/meminfo: memFree=37184/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490440 CPUtime=1680.51
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 398801 0 1 0 167619 432 0 0 18 0 13 0 165203115 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372610 340402 1440 9 0 369953 0
[pid=18508/tid=18510] ppid=18506 vsize=1490440 CPUtime=1488.61
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 33658 0 1 0 148836 25 0 0 25 0 13 0 165203116 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4110101560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490440 CPUtime=88.2
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 175138 0 0 0 8622 198 0 0 17 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490440 CPUtime=88.34
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 144492 0 0 0 8660 174 0 0 16 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=11.82
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 36118 0 0 0 1153 29 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=1.62
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 2502 0 0 0 161 1 0 0 17 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490440 CPUtime=1.86
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6146 0 0 0 184 2 0 0 16 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18521] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18521/stat : 18521 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165205559 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.51
Current children cumulated vsize (KiB) 1490440

[startup+1662.31 s]
/proc/loadavg: 1.11 1.07 1.01 2/77 18529
/proc/meminfo: memFree=37184/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490440 CPUtime=1742.75
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 398901 0 1 0 173836 439 0 0 18 0 13 0 165203115 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372610 340402 1440 9 0 369953 0
[pid=18508/tid=18510] ppid=18506 vsize=1490440 CPUtime=1544.63
/proc/18508/task/18510/stat : 18510 (java) S 18506 18508 18339 0 -1 64 33758 0 1 0 154438 25 0 0 21 0 13 0 165203116 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490440 CPUtime=91.34
/proc/18508/task/18511/stat : 18511 (java) R 18506 18508 18339 0 -1 64 175138 0 0 0 8933 201 0 0 15 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490440 CPUtime=91.42
/proc/18508/task/18512/stat : 18512 (java) R 18506 18508 18339 0 -1 64 144492 0 0 0 8964 178 0 0 15 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 105886447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=11.83
/proc/18508/task/18513/stat : 18513 (java) R 18506 18508 18339 0 -1 64 36118 0 0 0 1154 29 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=1.62
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 2502 0 0 0 161 1 0 0 17 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490440 CPUtime=1.86
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6146 0 0 0 184 2 0 0 16 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) R 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18521] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18521/stat : 18521 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165205559 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.75
Current children cumulated vsize (KiB) 1490440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1717.6 s]
/proc/loadavg: 1.04 1.06 1.00 2/77 18529
/proc/meminfo: memFree=37248/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=1490440 CPUtime=1800.09
/proc/18508/stat : 18508 (java) S 18506 18508 18339 0 -1 0 398993 0 1 0 179563 446 0 0 18 0 13 0 165203115 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18508/statm: 372610 340402 1440 9 0 369953 0
[pid=18508/tid=18510] ppid=18506 vsize=1490440 CPUtime=1595.99
/proc/18508/task/18510/stat : 18510 (java) R 18506 18508 18339 0 -1 64 33850 0 1 0 159573 26 0 0 23 0 13 0 165203116 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4110100969 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18511] ppid=18506 vsize=1490440 CPUtime=93.55
/proc/18508/task/18511/stat : 18511 (java) S 18506 18508 18339 0 -1 64 175138 0 0 0 9149 206 0 0 16 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18512] ppid=18506 vsize=1490440 CPUtime=95.17
/proc/18508/task/18512/stat : 18512 (java) S 18506 18508 18339 0 -1 64 144492 0 0 0 9339 178 0 0 16 0 13 0 165203118 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18513] ppid=18506 vsize=1490440 CPUtime=11.85
/proc/18508/task/18513/stat : 18513 (java) S 18506 18508 18339 0 -1 64 36118 0 0 0 1155 30 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18508/tid=18514] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18514/stat : 18514 (java) S 18506 18508 18339 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18515] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18515/stat : 18515 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165203120 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18516] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18516/stat : 18516 (java) S 18506 18508 18339 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18517] ppid=18506 vsize=1490440 CPUtime=1.62
/proc/18508/task/18517/stat : 18517 (java) S 18506 18508 18339 0 -1 64 2502 0 0 0 161 1 0 0 17 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18518] ppid=18506 vsize=1490440 CPUtime=1.86
/proc/18508/task/18518/stat : 18518 (java) S 18506 18508 18339 0 -1 64 6146 0 0 0 184 2 0 0 16 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18519] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18519/stat : 18519 (java) S 18506 18508 18339 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18520] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18520/stat : 18520 (java) S 18506 18508 18339 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 165203124 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18508/tid=18521] ppid=18506 vsize=1490440 CPUtime=0
/proc/18508/task/18521/stat : 18521 (java) S 18506 18508 18339 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 165205559 1526210560 340402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1490440

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

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

[startup+1717.8 s]
/proc/loadavg: 1.04 1.06 1.00 2/77 18529
/proc/meminfo: memFree=37248/2055920 swapFree=4191900/4192956
[pid=18508] ppid=18506 vsize=0 CPUtime=1800.29
/proc/18508/stat : 18508 (java) Z 18506 18508 18339 0 -1 1036 399016 0 1 0 179566 463 0 0 16 0 2 0 165203115 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18508/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1717.84
CPU time (s): 1800.34
CPU user time (s): 1795.67
CPU system time (s): 4.67529
CPU usage (%): 104.803
Max. virtual memory (cumulated for all children) (KiB): 1508692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.67
system time used= 4.67529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399016
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= 74450
involuntary context switches= 40489

runsolver used 2.08668 second user time and 5.52916 second system time

The end

Launcher Data

Begin job on node29 at 2009-06-14 12:40:36
IDJOB=1859696
IDBENCH=71897
IDSOLVER=681
FILE ID=node29/1859696-1244976033
PBS_JOBID= 9355048
Free space on /tmp= 66264 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__64.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-1859696-1244976033/watcher-1859696-1244976033 -o /tmp/evaluation-result-1859696-1244976033/solver-1859696-1244976033 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859696-1244976033.opb

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

MD5SUM BENCH= ac3f9f3932c1350445aa95096c36ebc2
RANDOM SEED=1512872447

node29.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.237
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.237
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:       1295496 kB
Buffers:         72924 kB
Cached:         611644 kB
SwapCached:        260 kB
Active:         148540 kB
Inactive:       548780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295496 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           44932 kB
Writeback:           0 kB
Mapped:          21308 kB
Slab:            49028 kB
Committed_AS:   148608 kB
PageTables:       1472 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= 66264 MiB
End job on node29 at 2009-06-14 13:09:15