Trace number 1859723

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.4 1790.01

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__64.opb
MD5SUM3935acb679af0610bc9865152c63d37a
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 variables320998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint64
Maximum length of a constraint2625
Number of terms in the objective function 320000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 10990708032
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 10990708032
Number of bits of the biggest sum of numbers34
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.22/0.42	c Pseudo Boolean Optimization
0.22/0.42	c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.42	c Learn all clauses as in MiniSAT
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.42	c Expensive reason simplification
0.22/0.42	c MiniSAT restarts strategy
0.22/0.42	c Memory based learned constraints deletion strategy
0.22/0.42	c timeout=2147483s
0.22/0.42	c DB Simplification allowed=false
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c solving HOME/instance-1859723-1245007252.opb
0.22/0.42	c reading problem ... 
20.25/17.95	c ... done. Wall clock time 17.527s.
20.25/17.95	c #vars     320998
20.25/17.95	c #constraints  7000
20.25/17.95	c constraints type 
20.25/17.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
20.25/17.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
20.25/17.95	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1489.20/1479.95	c cleaning 135391 clauses out of 271000
1800.02/1789.72	c starts		: 19
1800.02/1789.72	c conflicts		: 301069
1800.02/1789.72	c decisions		: 10214322
1800.02/1789.72	c propagations		: 61292971
1800.02/1789.72	c inspects		: 323070913
1800.02/1789.72	c learnt literals	: 0
1800.02/1789.72	c learnt binary clauses	: 0
1800.02/1789.72	c learnt ternary clauses	: 0
1800.02/1789.72	c learnt clauses	: 301068
1800.02/1789.72	c ignored clauses	: 0
1800.02/1789.72	c root simplifications	: 0
1800.02/1789.72	c removed literals (reason simplification)	: 1698944
1800.02/1789.72	c reason swapping (by a shorter reason)	: 0
1800.02/1789.72	c Calls to reduceDB	: 1
1800.02/1789.72	c speed (assignments/second)	: 34594.22306180998
1800.02/1789.72	c non guided choices	4121127
1800.02/1789.79	c learnt constraints type 
1800.02/1789.79	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 165737
1800.02/1789.79	c constraints type 
1800.02/1789.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.02/1789.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.02/1789.79	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.02/1789.79	s UNKNOWN
1800.02/1789.79	c Total wall clock time (in seconds): 1789.373

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-1859723-1245007252/watcher-1859723-1245007252 -o /tmp/evaluation-result-1859723-1245007252/solver-1859723-1245007252 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859723-1245007252.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.00 0.00 0.00 2/64 17641
/proc/meminfo: memFree=1324088/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=152 CPUtime=0
/proc/17641/stat : 17641 (java6) D 17639 17641 17604 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 168318230 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 3810084 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/17641/statm: 38 26 19 9 0 4 0

[startup+0.0951711 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 17641
/proc/meminfo: memFree=1324088/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=13528 CPUtime=0.01
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 904 0 1 0 0 1 0 0 18 0 2 0 168318230 13852672 659 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13528

[startup+0.101168 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 17641
/proc/meminfo: memFree=1324088/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=13528 CPUtime=0.01
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 904 0 1 0 0 1 0 0 18 0 2 0 168318230 13852672 659 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13528

[startup+0.301204 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 17641
/proc/meminfo: memFree=1324088/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1472584 CPUtime=0.08
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 3595 0 1 0 6 2 0 0 18 0 12 0 168318230 1507926016 3338 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 368146 3338 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.701262 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 17641
/proc/meminfo: memFree=1324088/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1476036 CPUtime=0.68
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 7953 0 1 0 64 4 0 0 18 0 12 0 168318230 1511460864 7494 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 369009 7495 1376 9 0 366352 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1476036

[startup+1.50236 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 17653
/proc/meminfo: memFree=1281112/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1476036 CPUtime=1.55
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 21683 0 1 0 144 11 0 0 18 0 12 0 168318230 1511460864 21159 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 369009 21160 1390 9 0 366352 0
[pid=17641/tid=17643] ppid=17639 vsize=1476036 CPUtime=1.19
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 19733 0 1 0 109 10 0 0 25 0 12 0 168318231 1511460864 21160 1992294400 134512640 134550932 4294956016 18446744073709551615 4109491994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 168318253 1511460864 21161 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 168318253 1511460864 21162 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168318254 1511460864 21162 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 168318255 1511460864 21163 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 168318255 1511460864 21164 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168318259 1511460864 21165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1476036 CPUtime=0.2
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 485 0 0 0 20 0 0 0 16 0 12 0 168318259 1511460864 21165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1476036 CPUtime=0.13
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 725 0 0 0 13 0 0 0 16 0 12 0 168318259 1511460864 21166 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168318259 1511460864 21167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1476036 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168318259 1511460864 21167 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1476036

[startup+3.1026 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 17653
/proc/meminfo: memFree=1199704/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1490524 CPUtime=3.74
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 44018 0 1 0 352 22 0 0 18 0 12 0 168318230 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 372631 41657 1411 9 0 369974 0
[pid=17641/tid=17643] ppid=17639 vsize=1490524 CPUtime=2.48
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 30922 0 1 0 233 15 0 0 23 0 12 0 168318231 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4109548726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1490524 CPUtime=0.08
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 3625 0 0 0 7 1 0 0 16 0 12 0 168318253 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1490524 CPUtime=0.08
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 2481 0 0 0 7 1 0 0 17 0 12 0 168318253 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168318254 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168318255 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168318255 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168318259 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1490524 CPUtime=0.7
/proc/17641/task/17650/stat : 17650 (java) R 17639 17641 17604 0 -1 64 4271 0 0 0 68 2 0 0 18 0 12 0 168318259 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 104138306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1490524 CPUtime=0.33
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 1970 0 0 0 33 0 0 0 16 0 12 0 168318259 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168318259 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1490524 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168318259 1526296576 41657 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1490524

[startup+6.30104 s]
/proc/loadavg: 0.08 0.02 0.01 2/76 17653
/proc/meminfo: memFree=1082776/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1488492 CPUtime=7.77
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 75747 0 1 0 738 39 0 0 18 0 12 0 168318230 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 372123 68457 1411 9 0 369466 0
[pid=17641/tid=17643] ppid=17639 vsize=1488492 CPUtime=5
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 30927 0 1 0 485 15 0 0 20 0 12 0 168318231 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4109555514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1488492 CPUtime=0.76
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 17399 0 0 0 68 8 0 0 17 0 12 0 168318253 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1488492 CPUtime=0.75
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 19733 0 0 0 65 10 0 0 16 0 12 0 168318253 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 168318254 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168318255 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168318255 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168318259 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1488492 CPUtime=0.86
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 4969 0 0 0 84 2 0 0 20 0 12 0 168318259 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1488492 CPUtime=0.33
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 1970 0 0 0 33 0 0 0 16 0 12 0 168318259 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168318259 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1488492 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168318259 1524215808 68457 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1488492

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.01 2/76 17653
/proc/meminfo: memFree=1001304/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1488040 CPUtime=14.88
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 91525 0 1 0 1436 52 0 0 18 0 12 0 168318230 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 372010 81866 1411 9 0 369353 0
[pid=17641/tid=17643] ppid=17639 vsize=1488040 CPUtime=10.29
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 30996 0 1 0 1013 16 0 0 17 0 12 0 168318231 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1488040 CPUtime=1.52
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 25040 0 0 0 135 17 0 0 16 0 12 0 168318253 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1488040 CPUtime=1.76
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 27801 0 0 0 163 13 0 0 16 0 12 0 168318253 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 168318254 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168318255 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168318255 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168318259 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1488040 CPUtime=0.9
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 4969 0 0 0 88 2 0 0 15 0 12 0 168318259 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1488040 CPUtime=0.35
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 1970 0 0 0 35 0 0 0 15 0 12 0 168318259 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168318259 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1488040 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168318259 1523752960 81866 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 1488040

[startup+25.503 s]
/proc/loadavg: 0.41 0.10 0.03 2/77 17654
/proc/meminfo: memFree=985936/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1480184 CPUtime=28.8
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 97411 0 1 0 2820 60 0 0 18 0 13 0 168318230 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 370046 85684 1432 9 0 367389 0
[pid=17641/tid=17643] ppid=17639 vsize=1480184 CPUtime=22.1
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 31088 0 1 0 2193 17 0 0 25 0 13 0 168318231 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4109876638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1480184 CPUtime=1.98
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 27989 0 0 0 176 22 0 0 16 0 13 0 168318253 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1480184 CPUtime=2.24
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 30549 0 0 0 208 16 0 0 17 0 13 0 168318253 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168318254 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168318259 1515708416 85684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480184 CPUtime=1.53

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

[pid=17641/tid=17646] ppid=17639 vsize=1480184 CPUtime=1.57
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 1522 0 0 0 156 1 0 0 16 0 13 0 168318254 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480184 CPUtime=1.74
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 5035 0 0 0 172 2 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1480184 CPUtime=0.97
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 2012 0 0 0 97 0 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17654] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17654/stat : 17654 (java) S 17639 17641 17604 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 168320119 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.72
Current children cumulated vsize (KiB) 1480184

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.81 2/77 17654
/proc/meminfo: memFree=71952/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1480184 CPUtime=1731.77
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 374592 0 1 0 172974 203 0 0 18 0 13 0 168318230 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 370046 313613 1438 9 0 367389 0
[pid=17641/tid=17643] ppid=17639 vsize=1480184 CPUtime=1709.22
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 31270 0 1 0 170902 20 0 0 25 0 13 0 168318231 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4109863698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1480184 CPUtime=9.02
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 170587 0 0 0 812 90 0 0 17 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1480184 CPUtime=9.17
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 163420 0 0 0 832 85 0 0 16 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1480184 CPUtime=1.57
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 1522 0 0 0 156 1 0 0 16 0 13 0 168318254 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480184 CPUtime=1.74
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 5035 0 0 0 172 2 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1480184 CPUtime=0.97
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 2012 0 0 0 97 0 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17654] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17654/stat : 17654 (java) S 17639 17641 17604 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 168320119 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1731.77
Current children cumulated vsize (KiB) 1480184

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 17654
/proc/meminfo: memFree=71824/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1480184 CPUtime=1792.54
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 374613 0 1 0 179050 204 0 0 18 0 13 0 168318230 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 370046 313613 1438 9 0 367389 0
[pid=17641/tid=17643] ppid=17639 vsize=1480184 CPUtime=1768.32
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 31291 0 1 0 176812 20 0 0 25 0 13 0 168318231 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4109943468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1480184 CPUtime=9.84
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 170587 0 0 0 893 91 0 0 16 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1480184 CPUtime=10.03
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 163420 0 0 0 917 86 0 0 17 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1480184 CPUtime=1.58
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 1522 0 0 0 156 2 0 0 16 0 13 0 168318254 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480184 CPUtime=1.74
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 5035 0 0 0 172 2 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1480184 CPUtime=0.97
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 2012 0 0 0 97 0 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17654] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17654/stat : 17654 (java) S 17639 17641 17604 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 168320119 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.54
Current children cumulated vsize (KiB) 1480184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.71 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 17654
/proc/meminfo: memFree=71824/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1480184 CPUtime=1800.02
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 374615 0 1 0 179797 205 0 0 18 0 13 0 168318230 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 370046 313613 1438 9 0 367389 0
[pid=17641/tid=17643] ppid=17639 vsize=1480184 CPUtime=1775.65
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 31293 0 1 0 177545 20 0 0 25 0 13 0 168318231 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4109870042 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1480184 CPUtime=9.91
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 170587 0 0 0 900 91 0 0 16 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1480184 CPUtime=10.1
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 163420 0 0 0 924 86 0 0 17 0 13 0 168318253 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1480184 CPUtime=1.58
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 1522 0 0 0 156 2 0 0 16 0 13 0 168318254 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168318255 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480184 CPUtime=1.74
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 5035 0 0 0 172 2 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1480184 CPUtime=0.97
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 2012 0 0 0 97 0 0 0 16 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168318259 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17654] ppid=17639 vsize=1480184 CPUtime=0
/proc/17641/task/17654/stat : 17654 (java) S 17639 17641 17604 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 168320119 1515708416 313613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1480184

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

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

[startup+1789.81 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 17654
/proc/meminfo: memFree=71824/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=1480832 CPUtime=1800.19
/proc/17641/stat : 17641 (java) S 17639 17641 17604 0 -1 0 374639 0 1 0 179814 205 0 0 16 0 14 0 168318230 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 370208 313637 1441 9 0 367551 0
[pid=17641/tid=17643] ppid=17639 vsize=1480832 CPUtime=1775.75
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 17604 0 -1 64 31293 0 1 0 177555 20 0 0 25 0 14 0 168318231 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4109832097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17644] ppid=17639 vsize=1480832 CPUtime=9.91
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 17604 0 -1 64 170587 0 0 0 900 91 0 0 16 0 14 0 168318253 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17645] ppid=17639 vsize=1480832 CPUtime=10.1
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 17604 0 -1 64 163420 0 0 0 924 86 0 0 17 0 14 0 168318253 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=1480832 CPUtime=1.58
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 17604 0 -1 64 1522 0 0 0 156 2 0 0 16 0 14 0 168318254 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17647] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 17604 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 168318255 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17648] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 17604 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 168318255 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 17604 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 168318259 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=1480832 CPUtime=1.74
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 17604 0 -1 64 5035 0 0 0 172 2 0 0 16 0 14 0 168318259 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17651] ppid=17639 vsize=1480832 CPUtime=1.01
/proc/17641/task/17651/stat : 17651 (java) S 17639 17641 17604 0 -1 64 2015 0 0 0 101 0 0 0 17 0 14 0 168318259 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17652] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17652/stat : 17652 (java) S 17639 17641 17604 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 168318259 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17653] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17653/stat : 17653 (java) S 17639 17641 17604 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 168318259 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17641/tid=17654] ppid=17639 vsize=1480832 CPUtime=0
/proc/17641/task/17654/stat : 17654 (java) S 17639 17641 17604 0 -1 64 6 0 0 0 0 0 0 0 25 0 14 0 168320119 1516371968 313637 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1480832

[startup+1790 s]
/proc/loadavg: 0.99 0.97 0.82 2/77 17654
/proc/meminfo: memFree=71824/2055920 swapFree=4181384/4192956
[pid=17641] ppid=17639 vsize=0 CPUtime=1800.38
/proc/17641/stat : 17641 (java) Z 17639 17641 17604 0 -1 1036 374639 0 1 0 179815 223 0 0 15 0 2 0 168318230 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.01
CPU time (s): 1800.4
CPU user time (s): 1798.15
CPU system time (s): 2.25066
CPU usage (%): 100.58
Max. virtual memory (cumulated for all children) (KiB): 1490524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.25066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374639
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= 40315
involuntary context switches= 39319

runsolver used 1.9917 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-14 21:20:53
IDJOB=1859723
IDBENCH=71911
IDSOLVER=682
FILE ID=node49/1859723-1245007252
PBS_JOBID= 9355140
Free space on /tmp= 66072 MiB

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

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

MD5SUM BENCH= 3935acb679af0610bc9865152c63d37a
RANDOM SEED=1813590897

node49.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.232
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.232
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:       1324568 kB
Buffers:         70344 kB
Cached:         595284 kB
SwapCached:       4580 kB
Active:         133664 kB
Inactive:       539972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324568 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           14888 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            43500 kB
Committed_AS:   148468 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66072 MiB
End job on node49 at 2009-06-14 21:50:45