Trace number 2663341

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.21 1011.96

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark378903
Best CPU time to get the best result obtained on this benchmark1801.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.23/0.20	c version 2.2.0.v20100531
0.23/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.23/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.23/0.20	c java.vm.version	11.2-b01
0.23/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.23/0.20	c sun.arch.data.model	32
0.23/0.20	c java.version		1.6.0_12
0.23/0.20	c os.name		Linux
0.23/0.20	c os.version		2.6.18-164.el5
0.23/0.20	c os.arch		i386
0.23/0.20	c Free memory 		1393557488
0.23/0.20	c Max memory 		1395916800
0.23/0.20	c Total memory 		1395916800
0.23/0.20	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2663341-1276691674.opb
0.23/0.22	c reading problem ... 
40.18/32.00	c ... done. Wall clock time 31.786s.
40.18/32.00	c #vars     768498
40.18/32.00	c #constraints  2500
40.18/32.00	c constraints type 
40.18/32.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
40.18/32.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
40.18/32.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
40.18/32.00	c constraints type 
40.18/32.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
40.18/32.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
40.18/32.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
380.57/203.77	c cleaning 2529 clauses out of 5057 with flag 5057/5057
769.50/402.20	c cleaning 4241 clauses out of 8483 with flag 11012/11012
1244.47/647.73	c cleaning 5640 clauses out of 11279 with flag 18049/18049
1628.24/846.40	c cleaning 6818 clauses out of 13645 with flag 26055/26055
1644.60/856.25	c And the winner is Resolution
1800.03/1011.81	c starts		: 42
1800.03/1011.81	c conflicts		: 26059
1800.03/1011.81	c decisions		: 21640125
1800.03/1011.81	c propagations		: 30390325
1800.03/1011.81	c inspects		: 72998122
1800.03/1011.81	c learnt literals	: 0
1800.03/1011.81	c learnt binary clauses	: 0
1800.03/1011.81	c learnt ternary clauses	: 0
1800.03/1011.81	c learnt clauses	: 26059
1800.03/1011.81	c ignored clauses	: 0
1800.03/1011.81	c root simplifications	: 0
1800.03/1011.81	c removed literals (reason simplification)	: 131
1800.03/1011.81	c reason swapping (by a shorter reason)	: 0
1800.03/1011.81	c Calls to reduceDB	: 4
1800.03/1011.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1011.81	c number of learned constraints concerned by reduction	: 0
1800.03/1011.81	c number of learning phase by resolution	: 0
1800.03/1011.81	c number of learning phase by cutting planes	: 0
1800.03/1011.81	c speed (assignments/second)	: 31016.960656135914
1800.03/1011.81	c non guided choices	15614980
1800.03/1011.83	c learnt constraints type 
1800.03/1011.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6831
1800.03/1011.83	c constraints type 
1800.03/1011.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.03/1011.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.03/1011.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.03/1011.83	c constraints type 
1800.03/1011.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.03/1011.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.03/1011.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.03/1011.83	s UNKNOWN
1800.03/1011.83	c Total wall clock time (in seconds): 1011.614

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-2663341-1276691674/watcher-2663341-1276691674 -o /tmp/evaluation-result-2663341-1276691674/solver-2663341-1276691674 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663341-1276691674.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: 2.00 1.99 1.63 3/106 17581
/proc/meminfo: memFree=1701364/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=428 CPUtime=0
/proc/17581/stat : 17581 (java6) R 17579 17581 17268 0 -1 4194304 124 0 0 0 0 0 0 0 23 0 1 0 10461256 438272 42 1992294400 134512640 134550932 4293116672 18446744073709551615 4846164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17581/statm: 107 45 36 10 0 25 0

[startup+0.0675811 s]
/proc/loadavg: 2.00 1.99 1.63 3/106 17581
/proc/meminfo: memFree=1701364/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1521796 CPUtime=0.05
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 3672 0 1 0 4 1 0 0 23 0 7 0 10461256 1558319104 3112 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 380449 3112 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101582 s]
/proc/loadavg: 2.00 1.99 1.63 3/106 17581
/proc/meminfo: memFree=1701364/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1524180 CPUtime=0.08
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 3961 0 1 0 7 1 0 0 23 0 12 0 10461256 1560760320 3399 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301603 s]
/proc/loadavg: 2.00 1.99 1.63 3/106 17581
/proc/meminfo: memFree=1701364/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1526244 CPUtime=0.34
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 13865 0 1 0 29 5 0 0 23 0 12 0 10461256 1562873856 13301 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 381561 13301 1351 10 0 378864 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526244

[startup+0.701627 s]
/proc/loadavg: 2.00 1.99 1.63 3/106 17581
/proc/meminfo: memFree=1701364/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1527796 CPUtime=0.95
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 17490 0 1 0 88 7 0 0 23 0 12 0 10461256 1564463104 16924 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 381949 16926 1396 10 0 379252 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1527796

[startup+1.5017 s]
/proc/loadavg: 2.08 2.01 1.64 2/118 17593
/proc/meminfo: memFree=1615276/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1527796 CPUtime=1.74
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 33060 0 1 0 163 11 0 0 23 0 12 0 10461256 1564463104 32494 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 381949 32495 1396 10 0 379252 0
[pid=17581/tid=17583] ppid=17579 vsize=1527796 CPUtime=1.39
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 31002 0 1 0 128 11 0 0 19 0 12 0 10461257 1564463104 32495 1992294400 134512640 134550932 4289938144 18446744073709551615 4109814563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 10461259 1564463104 32496 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 10461259 1564463104 32497 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10461261 1564463104 32498 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 10461261 1564463104 32499 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 10461261 1564463104 32500 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10461265 1564463104 32501 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1527796 CPUtime=0.13
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 282 0 0 0 13 0 0 0 23 0 12 0 10461265 1564463104 32502 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1527796 CPUtime=0.2
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 711 0 0 0 20 0 0 0 16 0 12 0 10461265 1564463104 32503 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10461265 1564463104 32503 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10461265 1564463104 32504 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1527796

[startup+3.10189 s]
/proc/loadavg: 2.08 2.01 1.64 2/118 17593
/proc/meminfo: memFree=1525624/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1527796 CPUtime=3.59
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 56609 0 1 0 335 24 0 0 23 0 12 0 10461256 1564463104 54672 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 381949 54675 1405 10 0 379252 0
[pid=17581/tid=17583] ppid=17579 vsize=1527796 CPUtime=2.75
/proc/17581/task/17583/stat : 17583 (java) S 17579 17581 17268 0 -1 4202560 32000 0 1 0 263 12 0 0 20 0 12 0 10461257 1564463104 54677 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1527796 CPUtime=0.23
/proc/17581/task/17584/stat : 17584 (java) R 17579 17581 17268 0 -1 4202560 8633 0 0 0 19 4 0 0 18 0 12 0 10461259 1564463104 54679 1992294400 134512640 134550932 4289938144 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1527796 CPUtime=0.23
/proc/17581/task/17585/stat : 17585 (java) R 17579 17581 17268 0 -1 4202560 13923 0 0 0 17 6 0 0 18 0 12 0 10461259 1564463104 54680 1992294400 134512640 134550932 4289938144 18446744073709551615 104188522 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10461261 1564463104 54682 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10461261 1564463104 54684 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 10461261 1564463104 54686 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10461265 1564463104 54688 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1527796 CPUtime=0.13
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 282 0 0 0 13 0 0 0 23 0 12 0 10461265 1564463104 54689 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1527796 CPUtime=0.2
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 711 0 0 0 20 0 0 0 16 0 12 0 10461265 1564463104 54691 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10461265 1564463104 54693 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1527796 CPUtime=0
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10461265 1564463104 54694 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1527796

[startup+6.3022 s]
/proc/loadavg: 2.08 2.01 1.64 5/118 17593
/proc/meminfo: memFree=1458292/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1541328 CPUtime=8.16
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 78588 0 1 0 782 34 0 0 23 0 12 0 10461256 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 385332 72019 1421 10 0 382635 0
[pid=17581/tid=17583] ppid=17579 vsize=1541328 CPUtime=5.57
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32029 0 1 0 545 12 0 0 24 0 12 0 10461257 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4109867350 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1541328 CPUtime=0.59
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 16053 0 0 0 51 8 0 0 18 0 12 0 10461259 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1541328 CPUtime=0.59
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 22929 0 0 0 50 9 0 0 18 0 12 0 10461259 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 10461261 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10461261 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 10461261 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10461265 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1541328 CPUtime=0.92
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 5490 0 0 0 91 1 0 0 16 0 12 0 10461265 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1541328 CPUtime=0.43
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1020 0 0 0 43 0 0 0 16 0 12 0 10461265 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10461265 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1541328 CPUtime=0
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10461265 1578319872 72019 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1541328

[startup+12.7019 s]
/proc/loadavg: 2.46 2.09 1.67 3/118 17595
/proc/meminfo: memFree=1226676/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1542688 CPUtime=16.73
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 137373 0 1 0 1610 63 0 0 23 0 12 0 10461256 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 385672 123274 1421 10 0 382975 0
[pid=17581/tid=17583] ppid=17579 vsize=1542688 CPUtime=9.71
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32040 0 1 0 958 13 0 0 19 0 12 0 10461257 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4109757834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1542688 CPUtime=2.79
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 44501 0 0 0 255 24 0 0 16 0 12 0 10461259 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1542688 CPUtime=2.81
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 53254 0 0 0 259 22 0 0 16 0 12 0 10461259 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10461261 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10461261 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 10461261 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10461265 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1542688 CPUtime=0.92
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 5490 0 0 0 91 1 0 0 16 0 12 0 10461265 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1542688 CPUtime=0.43
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1020 0 0 0 43 0 0 0 16 0 12 0 10461265 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10461265 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1542688 CPUtime=0
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10461265 1579712512 123274 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 1542688

[startup+25.5022 s]
/proc/loadavg: 2.47 2.10 1.68 2/118 17596
/proc/meminfo: memFree=960936/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1534752 CPUtime=32.94
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 209859 0 1 0 3193 101 0 0 23 0 12 0 10461256 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 383688 185669 1421 10 0 380991 0
[pid=17581/tid=17583] ppid=17579 vsize=1534752 CPUtime=18.4
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32092 0 1 0 1824 16 0 0 15 0 12 0 10461257 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 106834683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1534752 CPUtime=6.41
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 84657 0 0 0 598 43 0 0 16 0 12 0 10461259 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1534752 CPUtime=6.67
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 85532 0 0 0 628 39 0 0 15 0 12 0 10461259 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1534752 CPUtime=0.01
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 12 0 10461261 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1534752 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10461261 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1534752 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 10461261 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1534752 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10461265 1571586048 185669 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1534752 CPUtime=0.93

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

[pid=17581/tid=17597] ppid=17579 vsize=1537072 CPUtime=716.36
/proc/17581/task/17597/stat : 17597 (java) R 17579 17581 17268 0 -1 4202560 383 0 0 0 71631 5 0 0 25 0 16 0 10464456 1573961728 351016 1992294400 134512640 134550932 4289938144 18446744073709551615 4110337282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17581/tid=17598] ppid=17579 vsize=1537072 CPUtime=718.11
/proc/17581/task/17598/stat : 17598 (java) R 17579 17581 17268 0 -1 4202560 787 0 0 0 71803 8 0 0 25 0 16 0 10464456 1573961728 351016 1992294400 134512640 134550932 4289938144 18446744073709551615 4110292440 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17599] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17599/stat : 17599 (java) S 17579 17581 17268 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10464646 1573961728 351016 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17600] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17600/stat : 17600 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10464648 1573961728 351016 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1580.48
Current children cumulated vsize (KiB) 1537072

[startup+882.302 s]
/proc/loadavg: 1.83 2.07 1.95 3/120 17622
/proc/meminfo: memFree=298396/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1537072 CPUtime=1670.57
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 419349 0 1 0 166743 314 0 0 23 0 14 0 10461256 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 384268 351029 1446 10 0 381571 0
[pid=17581/tid=17583] ppid=17579 vsize=1537072 CPUtime=44.53
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32173 0 1 0 4435 18 0 0 25 0 14 0 10461257 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4110675594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1537072 CPUtime=47.22
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 164269 0 0 0 4595 127 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1537072 CPUtime=47.48
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 171119 0 0 0 4629 119 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1537072 CPUtime=30.52
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 42100 0 0 0 3022 30 0 0 15 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1537072 CPUtime=1.84
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 6212 0 0 0 182 2 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1537072 CPUtime=2.02
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1121 0 0 0 202 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1537072 CPUtime=0.01
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17599] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17599/stat : 17599 (java) S 17579 17581 17268 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 10464646 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17600] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17600/stat : 17600 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10464648 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1670.57
Current children cumulated vsize (KiB) 1537072

[startup+942.303 s]
/proc/loadavg: 1.30 1.87 1.88 2/120 17624
/proc/meminfo: memFree=298396/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1537072 CPUtime=1730.55
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 419351 0 1 0 172741 314 0 0 23 0 14 0 10461256 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 384268 351029 1446 10 0 381571 0
[pid=17581/tid=17583] ppid=17579 vsize=1537072 CPUtime=104.51
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32173 0 1 0 10433 18 0 0 25 0 14 0 10461257 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4110675628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1537072 CPUtime=47.22
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 164269 0 0 0 4595 127 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1537072 CPUtime=47.48
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 171119 0 0 0 4629 119 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1537072 CPUtime=30.52
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 42100 0 0 0 3022 30 0 0 15 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1537072 CPUtime=1.84
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 6212 0 0 0 182 2 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1537072 CPUtime=2.02
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1121 0 0 0 202 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1537072 CPUtime=0.01
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17599] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17599/stat : 17599 (java) S 17579 17581 17268 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 10464646 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17600] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17600/stat : 17600 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10464648 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.55
Current children cumulated vsize (KiB) 1537072

[startup+1002.3 s]
/proc/loadavg: 1.11 1.71 1.83 2/120 17626
/proc/meminfo: memFree=298396/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1537072 CPUtime=1790.53
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 419355 0 1 0 178739 314 0 0 23 0 14 0 10461256 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 384268 351029 1446 10 0 381571 0
[pid=17581/tid=17583] ppid=17579 vsize=1537072 CPUtime=164.49
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32173 0 1 0 16431 18 0 0 25 0 14 0 10461257 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4110675628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1537072 CPUtime=47.22
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 164269 0 0 0 4595 127 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1537072 CPUtime=47.48
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 171119 0 0 0 4629 119 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1537072 CPUtime=30.52
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 42100 0 0 0 3022 30 0 0 15 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1537072 CPUtime=1.84
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 6212 0 0 0 182 2 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1537072 CPUtime=2.02
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1121 0 0 0 202 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1537072 CPUtime=0.01
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17599] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17599/stat : 17599 (java) S 17579 17581 17268 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 10464646 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17600] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17600/stat : 17600 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10464648 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (KiB) 1537072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1011.8 s]
/proc/loadavg: 1.09 1.69 1.82 2/120 17626
/proc/meminfo: memFree=298396/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=1537072 CPUtime=1800.03
/proc/17581/stat : 17581 (java) S 17579 17581 17268 0 -1 4202496 419355 0 1 0 179689 314 0 0 23 0 14 0 10461256 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 384268 351029 1446 10 0 381571 0
[pid=17581/tid=17583] ppid=17579 vsize=1537072 CPUtime=174
/proc/17581/task/17583/stat : 17583 (java) R 17579 17581 17268 0 -1 4202560 32173 0 1 0 17382 18 0 0 25 0 14 0 10461257 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4110675604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17581/tid=17584] ppid=17579 vsize=1537072 CPUtime=47.22
/proc/17581/task/17584/stat : 17584 (java) S 17579 17581 17268 0 -1 4202560 164269 0 0 0 4595 127 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17585] ppid=17579 vsize=1537072 CPUtime=47.48
/proc/17581/task/17585/stat : 17585 (java) S 17579 17581 17268 0 -1 4202560 171119 0 0 0 4629 119 0 0 16 0 14 0 10461259 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17586] ppid=17579 vsize=1537072 CPUtime=30.52
/proc/17581/task/17586/stat : 17586 (java) S 17579 17581 17268 0 -1 4202560 42100 0 0 0 3022 30 0 0 15 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 0 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17587] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17587/stat : 17587 (java) S 17579 17581 17268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17588] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17588/stat : 17588 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 14 0 10461261 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17589] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17589/stat : 17589 (java) S 17579 17581 17268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17590] ppid=17579 vsize=1537072 CPUtime=1.84
/proc/17581/task/17590/stat : 17590 (java) S 17579 17581 17268 0 -1 4202560 6212 0 0 0 182 2 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
[pid=17581/tid=17591] ppid=17579 vsize=1537072 CPUtime=2.02
/proc/17581/task/17591/stat : 17591 (java) S 17579 17581 17268 0 -1 4202560 1121 0 0 0 202 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17592] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17592/stat : 17592 (java) S 17579 17581 17268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17593] ppid=17579 vsize=1537072 CPUtime=0.01
/proc/17581/task/17593/stat : 17593 (java) S 17579 17581 17268 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 14 0 10461265 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17599] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17599/stat : 17599 (java) S 17579 17581 17268 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 10464646 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 0 0 0 0
[pid=17581/tid=17600] ppid=17579 vsize=1537072 CPUtime=0
/proc/17581/task/17600/stat : 17600 (java) S 17579 17581 17268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10464648 1573961728 351029 1992294400 134512640 134550932 4289938144 18446744073709551615 4294960144 0 4 0 16800975 18446604437554247488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1537072

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

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

[startup+1011.91 s]
/proc/loadavg: 1.09 1.69 1.82 2/109 17629
/proc/meminfo: memFree=1222408/2059040 swapFree=4175448/4192956
[pid=17581] ppid=17579 vsize=0 CPUtime=1800.15
/proc/17581/stat : 17581 (java) Z 17579 17581 17268 0 -1 4203548 419365 0 1 0 179693 322 0 0 17 0 2 0 10461256 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 0 0 0 0 0 0 0
[pid=17581/tid=17628] ppid=17579 vsize=0 CPUtime=0.08
/proc/17581/task/17628/stat : 17628 (java) R 17579 17581 17268 0 -1 4203588 4 0 0 0 0 8 0 0 19 0 2 0 10562438 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1011.96
CPU time (s): 1800.21
CPU user time (s): 1796.94
CPU system time (s): 3.2665
CPU usage (%): 177.893
Max. virtual memory (cumulated for all children) (KiB): 1549080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.2665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419365
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= 36575
involuntary context switches= 48136

runsolver used 4.97924 second user time and 8.11677 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 14:34:35
IDJOB=2663341
IDBENCH=71881
IDSOLVER=1166
FILE ID=node083/2663341-1276691674
PBS_JOBID= 11172604
Free space on /tmp= 62520 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__512.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663341-1276691674/watcher-2663341-1276691674 -o /tmp/evaluation-result-2663341-1276691674/solver-2663341-1276691674 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663341-1276691674.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=1213365069

node083.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.262
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.52
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.262
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1701636 kB
Buffers:         67020 kB
Cached:         154692 kB
SwapCached:      13528 kB
Active:         125900 kB
Inactive:       151920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1701636 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:           35736 kB
Writeback:           0 kB
AnonPages:       42596 kB
Mapped:          14364 kB
Slab:            57584 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182264 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= 62520 MiB
End job on node083 at 2010-06-16 14:51:29