Trace number 1859669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.55 1752.43

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__16.opb
MD5SUM50c46af9fb7047a2695734d4451d8396
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 variables242998
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 constraint16
Maximum length of a constraint721
Number of terms in the objective function 240000
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 8127626384
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 8127626384
Number of bits of the biggest sum of numbers33
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.20	c Pseudo Boolean Optimization
0.22/0.20	c --- Begin Solver configuration ---
0.22/0.20	c Stops conflict analysis at the first Unique Implication Point
0.22/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.20	c Learn all clauses as in MiniSAT
0.22/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.20	c Expensive reason simplification
0.22/0.20	c MiniSAT restarts strategy
0.22/0.20	c Memory based learned constraints deletion strategy
0.22/0.20	c timeout=2147483s
0.22/0.20	c DB Simplification allowed=false
0.22/0.20	c --- End Solver configuration ---
0.22/0.20	c solving HOME/instance-1859669-1244975240.opb
0.22/0.20	c reading problem ... 
30.56/27.23	c ... done. Wall clock time 27.023s.
30.56/27.23	c #vars     242998
30.56/27.23	c #constraints  21000
30.56/27.23	c constraints type 
30.56/27.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
30.56/27.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
30.56/27.23	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.10/1752.11	c starts		: 20
1800.10/1752.11	c conflicts		: 634126
1800.10/1752.11	c decisions		: 35361315
1800.10/1752.11	c propagations		: 443332990
1800.10/1752.11	c inspects		: 1420712860
1800.10/1752.11	c learnt literals	: 0
1800.10/1752.11	c learnt binary clauses	: 0
1800.10/1752.11	c learnt ternary clauses	: 0
1800.10/1752.11	c learnt clauses	: 634126
1800.10/1752.11	c ignored clauses	: 0
1800.10/1752.11	c root simplifications	: 0
1800.10/1752.11	c removed literals (reason simplification)	: 697491
1800.10/1752.11	c reason swapping (by a shorter reason)	: 0
1800.10/1752.11	c Calls to reduceDB	: 0
1800.10/1752.11	c speed (assignments/second)	: 257022.15744488177
1800.10/1752.11	c non guided choices	22667237
1800.30/1752.24	c learnt constraints type 
1800.30/1752.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 634206
1800.30/1752.24	c constraints type 
1800.30/1752.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
1800.30/1752.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.30/1752.24	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.30/1752.24	s UNKNOWN
1800.30/1752.25	c Total wall clock time (in seconds): 1752.042

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-1859669-1244975240/watcher-1859669-1244975240 -o /tmp/evaluation-result-1859669-1244975240/solver-1859669-1244975240 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859669-1244975240.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 20518
/proc/meminfo: memFree=1288800/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=152 CPUtime=0
/proc/20518/stat : 20518 (java6) R 20516 20518 20131 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 165124629 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 11879204 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 38 26 19 9 0 4 0

[startup+0.0799569 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20518
/proc/meminfo: memFree=1288800/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1470220 CPUtime=0.06
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 3426 0 1 0 4 2 0 0 20 0 7 0 165124629 1505505280 3171 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 367555 3171 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.10196 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20518
/proc/meminfo: memFree=1288800/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1472584 CPUtime=0.08
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 3606 0 1 0 6 2 0 0 20 0 12 0 165124629 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302001 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20518
/proc/meminfo: memFree=1288800/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1475156 CPUtime=0.38
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 6390 0 1 0 35 3 0 0 20 0 12 0 165124629 1510559744 6122 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 368789 6122 1357 9 0 366132 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475156

[startup+0.701087 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20518
/proc/meminfo: memFree=1288800/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1476740 CPUtime=0.96
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 10820 0 1 0 91 5 0 0 20 0 12 0 165124629 1512181760 10495 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369185 10495 1390 9 0 366528 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476740

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 20530
/proc/meminfo: memFree=1226760/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1476740 CPUtime=1.75
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 25932 0 1 0 164 11 0 0 20 0 12 0 165124629 1512181760 25607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369185 25608 1390 9 0 366528 0
[pid=20518/tid=20520] ppid=20516 vsize=1476740 CPUtime=1.38
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 24017 0 1 0 128 10 0 0 25 0 12 0 165124630 1512181760 25608 1992294400 134512640 134550932 4294956016 18446744073709551615 4109511189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 165124632 1512181760 25609 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165124632 1512181760 25609 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165124633 1512181760 25609 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165124634 1512181760 25610 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165124634 1512181760 25611 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165124638 1512181760 25612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1476740 CPUtime=0.13
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 289 0 0 0 13 0 0 0 17 0 12 0 165124638 1512181760 25612 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1476740 CPUtime=0.21
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 883 0 0 0 21 0 0 0 16 0 12 0 165124638 1512181760 25613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165124638 1512181760 25614 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1476740 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165124638 1512181760 25615 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1476740

[startup+3.1026 s]
/proc/loadavg: 0.92 0.98 0.99 4/76 20530
/proc/meminfo: memFree=1138568/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1488720 CPUtime=4.45
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 45798 0 1 0 425 20 0 0 20 0 12 0 165124629 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 372180 41418 1409 9 0 369523 0
[pid=20518/tid=20520] ppid=20516 vsize=1488720 CPUtime=2.86
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 30756 0 1 0 272 14 0 0 25 0 12 0 165124630 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4109493430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1488720 CPUtime=0.1
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 3789 0 0 0 9 1 0 0 16 0 12 0 165124632 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1488720 CPUtime=0.1
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 2299 0 0 0 9 1 0 0 16 0 12 0 165124632 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165124633 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165124634 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165124634 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165124638 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1488720 CPUtime=0.3
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 612 0 0 0 30 0 0 0 18 0 12 0 165124638 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1488720 CPUtime=1.04
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 7595 0 0 0 102 2 0 0 23 0 12 0 165124638 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165124638 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1488720 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165124638 1524449280 41418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1488720

[startup+6.30228 s]
/proc/loadavg: 1.17 1.03 1.01 2/76 20530
/proc/meminfo: memFree=1021072/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1484512 CPUtime=8.78
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 82467 0 1 0 840 38 0 0 20 0 12 0 165124629 1520140288 72332 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 371128 72332 1409 9 0 368471 0
[pid=20518/tid=20520] ppid=20516 vsize=1484512 CPUtime=4.88
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 30943 0 1 0 474 14 0 0 17 0 12 0 165124630 1520140288 72332 1992294400 134512640 134550932 4294956016 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1484512 CPUtime=1.22
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 21527 0 0 0 113 9 0 0 16 0 12 0 165124632 1520140288 72332 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1484512 CPUtime=1.23
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 21032 0 0 0 114 9 0 0 17 0 12 0 165124632 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165124633 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165124634 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165124634 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165124638 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1484512 CPUtime=0.3
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 612 0 0 0 30 0 0 0 18 0 12 0 165124638 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1484512 CPUtime=1.09
/proc/20518/task/20528/stat : 20528 (java) R 20516 20518 20131 0 -1 64 7606 0 0 0 107 2 0 0 16 0 12 0 165124638 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 106517135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165124638 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1484512 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165124638 1520140288 72333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1484512

[startup+12.7026 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 20530
/proc/meminfo: memFree=1008216/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1479404 CPUtime=15.49
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 82732 0 1 0 1506 43 0 0 20 0 12 0 165124629 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369851 71268 1411 9 0 367194 0
[pid=20518/tid=20520] ppid=20516 vsize=1479404 CPUtime=10.72
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 31015 0 1 0 1057 15 0 0 25 0 12 0 165124630 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 106834684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1479404 CPUtime=1.59
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 21623 0 0 0 148 11 0 0 16 0 12 0 165124632 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1479404 CPUtime=1.61
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 21118 0 0 0 150 11 0 0 15 0 12 0 165124632 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165124633 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165124634 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165124634 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165124638 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479404 CPUtime=0.35
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 617 0 0 0 35 0 0 0 17 0 12 0 165124638 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1479404 CPUtime=1.16
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 7612 0 0 0 114 2 0 0 17 0 12 0 165124638 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165124638 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165124638 1514909696 71268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1479404

[startup+25.5025 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 20530
/proc/meminfo: memFree=1006936/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1479404 CPUtime=28.8
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 83260 0 1 0 2825 55 0 0 20 0 12 0 165124629 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369851 71675 1411 9 0 367194 0
[pid=20518/tid=20520] ppid=20516 vsize=1479404 CPUtime=22.57
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 31133 0 1 0 2242 15 0 0 25 0 12 0 165124630 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1479404 CPUtime=2.28
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 21855 0 0 0 212 16 0 0 17 0 12 0 165124632 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1479404 CPUtime=2.3
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 21293 0 0 0 213 17 0 0 16 0 12 0 165124632 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1479404 CPUtime=0.01
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 9 0 0 0 1 0 0 0 15 0 12 0 165124633 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165124634 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165124634 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479404 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165124638 1514909696 71675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479404 CPUtime=0.35

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

[pid=20518/tid=20525] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165124634 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165124638 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479728 CPUtime=0.95
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 748 0 0 0 95 0 0 0 16 0 13 0 165124638 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1479728 CPUtime=2.31
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 8969 0 0 0 228 3 0 0 16 0 13 0 165124638 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165124638 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165124638 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 20131 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165127432 1515241472 239550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.96
Current children cumulated vsize (KiB) 1479728

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 20533
/proc/meminfo: memFree=292944/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1479728 CPUtime=1708.12
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 269835 0 1 0 170607 205 0 0 20 0 13 0 165124629 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369932 249723 1432 9 0 367275 0
[pid=20518/tid=20520] ppid=20516 vsize=1479728 CPUtime=1611.3
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 32160 0 1 0 161109 21 0 0 25 0 13 0 165124630 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4109886845 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1479728 CPUtime=46.73
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 114430 0 0 0 4591 82 0 0 16 0 13 0 165124632 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1479728 CPUtime=46.6
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 112773 0 0 0 4571 89 0 0 17 0 13 0 165124632 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1479728 CPUtime=0.15
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 12 0 0 0 10 5 0 0 16 0 13 0 165124633 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165124634 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165124634 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165124638 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479728 CPUtime=0.95
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 748 0 0 0 95 0 0 0 16 0 13 0 165124638 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1479728 CPUtime=2.31
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 8969 0 0 0 228 3 0 0 16 0 13 0 165124638 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165124638 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165124638 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 20131 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165127432 1515241472 249723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.12
Current children cumulated vsize (KiB) 1479728

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 20533
/proc/meminfo: memFree=261136/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1479728 CPUtime=1769.63
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 278338 0 1 0 176753 210 0 0 20 0 13 0 165124629 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369932 257666 1432 9 0 367275 0
[pid=20518/tid=20520] ppid=20516 vsize=1479728 CPUtime=1669.52
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 32186 0 1 0 166931 21 0 0 25 0 13 0 165124630 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1479728 CPUtime=48.39
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 118916 0 0 0 4754 85 0 0 17 0 13 0 165124632 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1479728 CPUtime=48.23
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 116764 0 0 0 4732 91 0 0 16 0 13 0 165124632 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1479728 CPUtime=0.15
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 12 0 0 0 10 5 0 0 16 0 13 0 165124633 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165124634 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165124634 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165124638 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479728 CPUtime=0.95
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 748 0 0 0 95 0 0 0 16 0 13 0 165124638 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1479728 CPUtime=2.31
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 8969 0 0 0 228 3 0 0 16 0 13 0 165124638 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165124638 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165124638 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 20131 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165127432 1515241472 257666 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.63
Current children cumulated vsize (KiB) 1479728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20533
/proc/meminfo: memFree=244240/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1479728 CPUtime=1800.1
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 282844 0 1 0 179798 212 0 0 20 0 13 0 165124629 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 369932 261873 1432 9 0 367275 0
[pid=20518/tid=20520] ppid=20516 vsize=1479728 CPUtime=1698.53
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 32198 0 1 0 169832 21 0 0 25 0 13 0 165124630 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4109880525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1479728 CPUtime=49.11
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 121319 0 0 0 4825 86 0 0 17 0 13 0 165124632 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1479728 CPUtime=48.97
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 118855 0 0 0 4805 92 0 0 16 0 13 0 165124632 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1479728 CPUtime=0.16
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 12 0 0 0 10 6 0 0 16 0 13 0 165124633 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165124634 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165124634 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165124638 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1479728 CPUtime=0.95
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 748 0 0 0 95 0 0 0 16 0 13 0 165124638 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1479728 CPUtime=2.31
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 8969 0 0 0 228 3 0 0 16 0 13 0 165124638 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165124638 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) R 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165124638 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1479728 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 20131 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165127432 1515241472 261873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1479728

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

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

[startup+1752.21 s]
/proc/loadavg: 1.00 1.01 1.00 3/80 20536
/proc/meminfo: memFree=244080/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1480376 CPUtime=1800.3
/proc/20518/stat : 20518 (java) S 20516 20518 20131 0 -1 0 282862 0 1 0 179818 212 0 0 16 0 15 0 165124629 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 370094 261891 1432 9 0 367437 0
[pid=20518/tid=20520] ppid=20516 vsize=1480376 CPUtime=1698.64
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 20131 0 -1 64 32198 0 1 0 169843 21 0 0 25 0 15 0 165124630 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4110044082 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1480376 CPUtime=49.11
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 20131 0 -1 64 121319 0 0 0 4825 86 0 0 17 0 15 0 165124632 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1480376 CPUtime=48.97
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 20131 0 -1 64 118855 0 0 0 4805 92 0 0 16 0 15 0 165124632 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1480376 CPUtime=0.16
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 20131 0 -1 64 12 0 0 0 10 6 0 0 16 0 15 0 165124633 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 20131 0 -1 64 10 0 0 0 0 0 0 0 22 0 15 0 165124634 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 20131 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 165124634 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 20131 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 165124638 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1480376 CPUtime=0.95
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 20131 0 -1 64 748 0 0 0 95 0 0 0 16 0 15 0 165124638 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1480376 CPUtime=2.35
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 20131 0 -1 64 8969 0 0 0 232 3 0 0 17 0 15 0 165124638 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 165124638 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 20131 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 165124638 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 20131 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 165127432 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20535] ppid=20516 vsize=1480376 CPUtime=0
/proc/20518/task/20535/stat : 20535 (java) S 20516 20518 20131 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 165299840 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20518/tid=20536] ppid=20516 vsize=1480376 CPUtime=0.05
/proc/20518/task/20536/stat : 20536 (java) R 20516 20518 20131 0 -1 64 6 0 0 0 5 0 0 0 20 0 15 0 165299840 1515905024 261891 1992294400 134512640 134550932 4294956016 18446744073709551615 4110001487 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1480376

[startup+1752.4 s]
/proc/loadavg: 1.00 1.01 1.00 3/80 20536
/proc/meminfo: memFree=244080/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=0 CPUtime=1800.52
/proc/20518/stat : 20518 (java) Z 20516 20518 20131 0 -1 1036 282865 0 1 0 179826 226 0 0 15 0 2 0 165124629 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.43
CPU time (s): 1800.55
CPU user time (s): 1798.27
CPU system time (s): 2.28565
CPU usage (%): 102.746
Max. virtual memory (cumulated for all children) (KiB): 1491384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.28565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282865
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= 50342
involuntary context switches= 36979

runsolver used 2.23966 second user time and 5.2642 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-14 12:27:21
IDJOB=1859669
IDBENCH=71883
IDSOLVER=682
FILE ID=node13/1859669-1244975240
PBS_JOBID= 9355044
Free space on /tmp= 66348 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__16.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859669-1244975240/watcher-1859669-1244975240 -o /tmp/evaluation-result-1859669-1244975240/solver-1859669-1244975240 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859669-1244975240.opb

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

MD5SUM BENCH= 50c46af9fb7047a2695734d4451d8396
RANDOM SEED=2070047107

node13.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.259
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.259
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:       1289280 kB
Buffers:         86524 kB
Cached:         592660 kB
SwapCached:          0 kB
Active:         132388 kB
Inactive:       560792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11308 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            59388 kB
Committed_AS:   142120 kB
PageTables:       1460 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= 66348 MiB
End job on node13 at 2009-06-14 12:56:35