Trace number 2659993

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.2 1777.44

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__256.opb
MD5SUM67e5d33b6c1c80f60eda5657eafffc90
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 variables1280998
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 constraint256
Maximum length of a constraint10497
Number of terms in the objective function 1280000
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 43962832128
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 43962832128
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659993-1276692326.opb
0.22/0.21	c reading problem ... 
82.66/70.08	c ... done. Wall clock time 69.866s.
82.66/70.08	c #vars     1280998
82.66/70.08	c #constraints  7000
82.66/70.08	c constraints type 
82.66/70.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
82.66/70.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
82.66/70.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
296.72/279.66	c cleaning 2556 clauses out of 5114 with flag 5114/5114
506.92/487.10	c cleaning 4349 clauses out of 8698 with flag 11254/11254
682.86/660.78	c cleaning 5584 clauses out of 11174 with flag 18079/18079
1800.04/1777.31	c starts		: 40
1800.04/1777.31	c conflicts		: 20077
1800.04/1777.31	c decisions		: 45014539
1800.04/1777.31	c propagations		: 51294485
1800.04/1777.31	c inspects		: 108164301
1800.04/1777.31	c learnt literals	: 0
1800.04/1777.31	c learnt binary clauses	: 0
1800.04/1777.31	c learnt ternary clauses	: 0
1800.04/1777.31	c learnt clauses	: 20077
1800.04/1777.31	c ignored clauses	: 0
1800.04/1777.31	c root simplifications	: 0
1800.04/1777.31	c removed literals (reason simplification)	: 86
1800.04/1777.31	c reason swapping (by a shorter reason)	: 0
1800.04/1777.31	c Calls to reduceDB	: 3
1800.04/1777.31	c number of reductions to clauses (during analyze)	: 0
1800.04/1777.31	c number of learned constraints concerned by reduction	: 0
1800.04/1777.31	c number of learning phase by resolution	: 0
1800.04/1777.31	c number of learning phase by cutting planes	: 0
1800.04/1777.31	c speed (assignments/second)	: 30046.23693389996
1800.04/1777.31	c non guided choices	29485547
1800.04/1777.33	c learnt constraints type 
1800.04/1777.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7588
1800.04/1777.33	c constraints type 
1800.04/1777.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.04/1777.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.04/1777.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.04/1777.33	s UNKNOWN
1800.04/1777.33	c Total wall clock time (in seconds): 1777.114

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-2659993-1276692326/watcher-2659993-1276692326 -o /tmp/evaluation-result-2659993-1276692326/solver-2659993-1276692326 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659993-1276692326.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.85 0.97 0.99 3/106 9005
/proc/meminfo: memFree=1656752/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1832 CPUtime=0
/proc/9005/stat : 9005 (java6) R 9003 9005 8980 0 -1 4194304 215 0 0 0 0 0 0 0 17 0 1 0 44836668 1875968 118 1992294400 134512640 134550932 4287785376 18446744073709551615 9254396 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9005/statm: 458 128 92 10 0 63 0

[startup+0.107906 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9005
/proc/meminfo: memFree=1656752/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1524184 CPUtime=0.09
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 3980 0 1 0 7 2 0 0 15 0 12 0 44836668 1560764416 3419 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381046 3419 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.200917 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9005
/proc/meminfo: memFree=1656752/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1526272 CPUtime=0.22
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 5047 0 1 0 19 3 0 0 15 0 12 0 44836668 1562902528 4484 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381568 4484 1346 10 0 378870 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526272

[startup+0.300926 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9005
/proc/meminfo: memFree=1656752/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1526272 CPUtime=0.33
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 12384 0 1 0 27 6 0 0 15 0 12 0 44836668 1562902528 11821 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381568 11821 1351 10 0 378870 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526272

[startup+0.70097 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9005
/proc/meminfo: memFree=1656752/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1527756 CPUtime=1.01
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 15971 0 1 0 94 7 0 0 15 0 12 0 44836668 1564422144 15327 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381939 15328 1396 10 0 379241 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527756

[startup+1.50105 s]
/proc/loadavg: 1.02 1.00 1.00 2/118 9017
/proc/meminfo: memFree=1569624/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1527756 CPUtime=1.82
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 30786 0 1 0 169 13 0 0 15 0 12 0 44836668 1564422144 30142 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381939 30143 1396 10 0 379241 0
[pid=9005/tid=9007] ppid=9003 vsize=1527756 CPUtime=1.46
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 28671 0 1 0 135 11 0 0 25 0 12 0 44836670 1564422144 30143 1992294400 134512640 134550932 4288484080 18446744073709551615 4109527514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44836671 1564422144 30144 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 44836671 1564422144 30145 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 44836673 1564422144 30146 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 44836674 1564422144 30147 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 44836674 1564422144 30147 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 44836678 1564422144 30148 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1527756 CPUtime=0.2
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 352 0 0 0 20 0 0 0 22 0 12 0 44836678 1564422144 30149 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1527756 CPUtime=0.13
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 700 0 0 0 13 0 0 0 21 0 12 0 44836678 1564422144 30150 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44836678 1564422144 30151 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44836678 1564422144 30152 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1527756

[startup+3.10123 s]
/proc/loadavg: 1.02 1.00 1.00 2/118 9017
/proc/meminfo: memFree=1481956/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1527756 CPUtime=3.52
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 45463 0 1 0 332 20 0 0 15 0 12 0 44836668 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381939 44328 1407 10 0 379241 0
[pid=9005/tid=9007] ppid=9003 vsize=1527756 CPUtime=2.96
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 31998 0 1 0 282 14 0 0 25 0 12 0 44836670 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4109445530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1527756 CPUtime=0.1
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 8271 0 0 0 7 3 0 0 16 0 12 0 44836671 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1527756 CPUtime=0.1
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 3073 0 0 0 9 1 0 0 18 0 12 0 44836671 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44836673 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44836674 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44836674 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 44836678 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1527756 CPUtime=0.2
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 352 0 0 0 20 0 0 0 22 0 12 0 44836678 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1527756 CPUtime=0.13
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 700 0 0 0 13 0 0 0 21 0 12 0 44836678 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44836678 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1527756 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44836678 1564422144 44328 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1527756

[startup+6.30259 s]
/proc/loadavg: 1.02 1.00 1.00 2/118 9017
/proc/meminfo: memFree=1427520/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1527280 CPUtime=7.17
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 71242 0 1 0 686 31 0 0 15 0 12 0 44836668 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 381820 64047 1407 10 0 379122 0
[pid=9005/tid=9007] ppid=9003 vsize=1527280 CPUtime=5.69
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 32003 0 1 0 555 14 0 0 24 0 12 0 44836670 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4109462638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1527280 CPUtime=0.56
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 18141 0 0 0 49 7 0 0 16 0 12 0 44836671 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1527280 CPUtime=0.56
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 18977 0 0 0 48 8 0 0 18 0 12 0 44836671 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44836673 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44836674 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44836674 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 44836678 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1527280 CPUtime=0.2
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 352 0 0 0 20 0 0 0 22 0 12 0 44836678 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1527280 CPUtime=0.13
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 700 0 0 0 13 0 0 0 18 0 12 0 44836678 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44836678 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1527280 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44836678 1563934720 64047 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1527280

[startup+12.7023 s]
/proc/loadavg: 1.09 1.02 1.00 3/118 9017
/proc/meminfo: memFree=1264584/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1531748 CPUtime=15.85
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 118027 0 1 0 1532 53 0 0 15 0 12 0 44836668 1568509952 104383 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 382937 104384 1423 10 0 380239 0
[pid=9005/tid=9007] ppid=9003 vsize=1531748 CPUtime=9.94
/proc/9005/task/9007/stat : 9007 (java) S 9003 9005 8980 0 -1 4202560 32033 0 1 0 978 16 0 0 18 0 12 0 44836670 1568509952 104384 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1531748 CPUtime=2.6
/proc/9005/task/9008/stat : 9008 (java) R 9003 9005 8980 0 -1 4202560 38901 0 0 0 244 16 0 0 16 0 12 0 44836671 1568509952 104385 1992294400 134512640 134550932 4288484080 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1531748 CPUtime=2.6
/proc/9005/task/9009/stat : 9009 (java) R 9003 9005 8980 0 -1 4202560 44842 0 0 0 241 19 0 0 16 0 12 0 44836671 1568509952 104387 1992294400 134512640 134550932 4288484080 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44836673 1568509952 104388 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44836674 1568509952 104389 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44836674 1568509952 104390 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 44836678 1568509952 104390 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1531748 CPUtime=0.35
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 398 0 0 0 35 0 0 0 15 0 12 0 44836678 1568509952 104390 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1531748 CPUtime=0.32
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 788 0 0 0 32 0 0 0 15 0 12 0 44836678 1568509952 104390 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44836678 1568509952 104390 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44836678 1568509952 104391 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 1531748

[startup+25.5177 s]
/proc/loadavg: 1.23 1.05 1.01 3/118 9017
/proc/meminfo: memFree=938836/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1531748 CPUtime=32.42
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 204388 0 1 0 3145 97 0 0 15 0 12 0 44836668 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 382937 181264 1423 10 0 380239 0
[pid=9005/tid=9007] ppid=9003 vsize=1531748 CPUtime=18.75
/proc/9005/task/9007/stat : 9007 (java) S 9003 9005 8980 0 -1 4202560 32055 0 1 0 1857 18 0 0 16 0 12 0 44836670 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1531748 CPUtime=6.46
/proc/9005/task/9008/stat : 9008 (java) R 9003 9005 8980 0 -1 4202560 83919 0 0 0 608 38 0 0 15 0 12 0 44836671 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 105886533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1531748 CPUtime=6.45
/proc/9005/task/9009/stat : 9009 (java) R 9003 9005 8980 0 -1 4202560 86155 0 0 0 606 39 0 0 15 0 12 0 44836671 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44836673 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44836674 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44836674 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1531748 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 44836678 1568509952 181264 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1531748 CPUtime=0.35

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

[pid=9005/tid=9010] ppid=9003 vsize=1534204 CPUtime=6.54
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 23313 0 0 0 644 10 0 0 15 0 13 0 44836673 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1534204 CPUtime=1.14
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 727 0 0 0 114 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1534204 CPUtime=1.02
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 1547 0 0 0 102 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9020] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9020/stat : 9020 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44843946 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1565.12
Current children cumulated vsize (KiB) 1534204

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 9069
/proc/meminfo: memFree=596092/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1534204 CPUtime=1625.1
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 315543 0 1 0 162280 230 0 0 15 0 13 0 44836668 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 383551 265735 1445 10 0 380853 0
[pid=9005/tid=9007] ppid=9003 vsize=1534204 CPUtime=1569.55
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 32603 0 1 0 156919 36 0 0 25 0 13 0 44836670 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4110027188 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1534204 CPUtime=23.4
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 132258 0 0 0 2247 93 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1534204 CPUtime=23.38
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 123940 0 0 0 2251 87 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1534204 CPUtime=6.54
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 23313 0 0 0 644 10 0 0 15 0 13 0 44836673 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1534204 CPUtime=1.14
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 727 0 0 0 114 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1534204 CPUtime=1.02
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 1547 0 0 0 102 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9020] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9020/stat : 9020 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44843946 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.1
Current children cumulated vsize (KiB) 1534204

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9071
/proc/meminfo: memFree=595968/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1534204 CPUtime=1685.08
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 315547 0 1 0 168278 230 0 0 15 0 13 0 44836668 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 383551 265735 1445 10 0 380853 0
[pid=9005/tid=9007] ppid=9003 vsize=1534204 CPUtime=1629.53
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 32603 0 1 0 162917 36 0 0 25 0 13 0 44836670 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4110027274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1534204 CPUtime=23.4
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 132258 0 0 0 2247 93 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1534204 CPUtime=23.38
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 123940 0 0 0 2251 87 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1534204 CPUtime=6.54
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 23313 0 0 0 644 10 0 0 15 0 13 0 44836673 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1534204 CPUtime=1.14
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 727 0 0 0 114 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1534204 CPUtime=1.02
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 1547 0 0 0 102 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9020] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9020/stat : 9020 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44843946 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.08
Current children cumulated vsize (KiB) 1534204

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9076
/proc/meminfo: memFree=595348/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1534204 CPUtime=1745.05
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 315551 0 1 0 174275 230 0 0 15 0 13 0 44836668 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 383551 265735 1445 10 0 380853 0
[pid=9005/tid=9007] ppid=9003 vsize=1534204 CPUtime=1689.51
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 32603 0 1 0 168915 36 0 0 25 0 13 0 44836670 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4110027244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1534204 CPUtime=23.4
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 132258 0 0 0 2247 93 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1534204 CPUtime=23.38
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 123940 0 0 0 2251 87 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1534204 CPUtime=6.54
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 23313 0 0 0 644 10 0 0 15 0 13 0 44836673 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1534204 CPUtime=1.14
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 727 0 0 0 114 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1534204 CPUtime=1.02
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 1547 0 0 0 102 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9020] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9020/stat : 9020 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44843946 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1745.05
Current children cumulated vsize (KiB) 1534204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9078
/proc/meminfo: memFree=595348/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=1534204 CPUtime=1800.04
/proc/9005/stat : 9005 (java) S 9003 9005 8980 0 -1 4202496 315553 0 1 0 179773 231 0 0 15 0 13 0 44836668 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 383551 265735 1445 10 0 380853 0
[pid=9005/tid=9007] ppid=9003 vsize=1534204 CPUtime=1744.49
/proc/9005/task/9007/stat : 9007 (java) R 9003 9005 8980 0 -1 4202560 32603 0 1 0 174413 36 0 0 25 0 13 0 44836670 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4110027258 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9005/tid=9008] ppid=9003 vsize=1534204 CPUtime=23.4
/proc/9005/task/9008/stat : 9008 (java) S 9003 9005 8980 0 -1 4202560 132258 0 0 0 2247 93 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9009] ppid=9003 vsize=1534204 CPUtime=23.38
/proc/9005/task/9009/stat : 9009 (java) S 9003 9005 8980 0 -1 4202560 123940 0 0 0 2251 87 0 0 16 0 13 0 44836671 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9010] ppid=9003 vsize=1534204 CPUtime=6.54
/proc/9005/task/9010/stat : 9010 (java) S 9003 9005 8980 0 -1 4202560 23313 0 0 0 644 10 0 0 15 0 13 0 44836673 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 0 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9011] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9011/stat : 9011 (java) S 9003 9005 8980 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9012] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9012/stat : 9012 (java) S 9003 9005 8980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44836674 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9013] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9013/stat : 9013 (java) S 9003 9005 8980 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9014] ppid=9003 vsize=1534204 CPUtime=1.14
/proc/9005/task/9014/stat : 9014 (java) S 9003 9005 8980 0 -1 4202560 727 0 0 0 114 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9015] ppid=9003 vsize=1534204 CPUtime=1.02
/proc/9005/task/9015/stat : 9015 (java) S 9003 9005 8980 0 -1 4202560 1547 0 0 0 102 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9016] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9016/stat : 9016 (java) S 9003 9005 8980 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 0 0 0 0
[pid=9005/tid=9017] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9017/stat : 9017 (java) S 9003 9005 8980 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 44836678 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
[pid=9005/tid=9020] ppid=9003 vsize=1534204 CPUtime=0
/proc/9005/task/9020/stat : 9020 (java) S 9003 9005 8980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44843946 1571024896 265735 1992294400 134512640 134550932 4288484080 18446744073709551615 4294960144 0 4 0 16800975 18446604437823069056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1534204

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

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

[startup+1777.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9078
/proc/meminfo: memFree=595348/2059040 swapFree=4140468/4192956
[pid=9005] ppid=9003 vsize=0 CPUtime=1800.16
/proc/9005/stat : 9005 (java) Z 9003 9005 8980 0 -1 4203548 315575 0 1 0 179778 238 0 0 15 0 2 0 44836668 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.44
CPU time (s): 1800.2
CPU user time (s): 1797.79
CPU system time (s): 2.41063
CPU usage (%): 101.28
Max. virtual memory (cumulated for all children) (KiB): 1550208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.41063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315575
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= 41557
involuntary context switches= 24166

runsolver used 3.62445 second user time and 9.42957 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 14:45:29
IDJOB=2659993
IDBENCH=71892
IDSOLVER=1164
FILE ID=node005/2659993-1276692326
PBS_JOBID= 11172625
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__256.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659993-1276692326/watcher-2659993-1276692326 -o /tmp/evaluation-result-2659993-1276692326/solver-2659993-1276692326 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659993-1276692326.opb

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

MD5SUM BENCH= 67e5d33b6c1c80f60eda5657eafffc90
RANDOM SEED=47631665

node005.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1657272 kB
Buffers:        104980 kB
Cached:         198996 kB
SwapCached:       6352 kB
Active:         150284 kB
Inactive:       167288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1657272 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:           61016 kB
Writeback:           0 kB
AnonPages:       11472 kB
Mapped:          13104 kB
Slab:            62416 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node005 at 2010-06-16 15:15:09