Trace number 2662229

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.59 919.884

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-87904490-max.opb
MD5SUMf145615704a2957501e412155c176c53
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables81001
Total number of constraints241201
Number of constraints which are clauses241200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313419664837827391154871651005228706296088699355875555839163484213727699346231811168069148386972247138995410784642717179115
Number of bits of the biggest sum of numbers601
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.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662229-1276624370.opb
0.23/0.21	c reading problem ... 
9.35/7.79	c ... done. Wall clock time 7.582s.
9.35/7.79	c #vars     81001
9.35/7.79	c #constraints  261302
9.35/7.79	c constraints type 
9.35/7.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80400
9.35/7.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160800
9.35/7.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
9.35/7.79	c constraints type 
9.35/7.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160800
9.35/7.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80400
9.35/7.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.37/919.75	c starts		: 5
1800.37/919.75	c conflicts		: 583
1800.37/919.75	c decisions		: 3962
1800.37/919.75	c propagations		: 745487
1800.37/919.75	c inspects		: 2678479
1800.37/919.75	c learnt literals	: 0
1800.37/919.75	c learnt binary clauses	: 1
1800.37/919.75	c learnt ternary clauses	: 0
1800.37/919.75	c learnt clauses	: 582
1800.37/919.75	c ignored clauses	: 0
1800.37/919.75	c root simplifications	: 0
1800.37/919.75	c removed literals (reason simplification)	: 7265589
1800.37/919.75	c reason swapping (by a shorter reason)	: 0
1800.37/919.75	c Calls to reduceDB	: 0
1800.37/919.75	c number of reductions to clauses (during analyze)	: 0
1800.37/919.75	c number of learned constraints concerned by reduction	: 0
1800.37/919.75	c number of learning phase by resolution	: 0
1800.37/919.75	c number of learning phase by cutting planes	: 0
1800.37/919.75	c speed (assignments/second)	: 817.4647732880092
1800.37/919.75	c non guided choices	245
1800.37/919.75	c learnt constraints type 
1800.37/919.75	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 581
1800.37/919.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.37/919.75	c constraints type 
1800.37/919.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80400
1800.37/919.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160800
1800.37/919.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.37/919.75	c constraints type 
1800.37/919.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160800
1800.37/919.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80400
1800.37/919.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.37/919.75	s UNKNOWN
1800.37/919.75	c Total wall clock time (in seconds): 919.537

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-2662229-1276624370/watcher-2662229-1276624370 -o /tmp/evaluation-result-2662229-1276624370/solver-2662229-1276624370 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662229-1276624370.opb 

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


[startup+0 s]
/proc/loadavg: 1.08 1.03 1.09 3/105 12267
/proc/meminfo: memFree=1371568/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1832 CPUtime=0
/proc/12267/stat : 12267 (java6) R 12265 12267 11840 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 3730823 1875968 153 1992294400 134512640 134550932 4290501984 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12267/statm: 458 153 116 10 0 63 0

[startup+0.0370761 s]
/proc/loadavg: 1.08 1.03 1.09 3/105 12267
/proc/meminfo: memFree=1371568/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1520328 CPUtime=0.02
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 3297 0 1 0 1 1 0 0 21 0 4 0 3730823 1556815872 2740 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 380082 2740 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10108 s]
/proc/loadavg: 1.08 1.03 1.09 3/105 12267
/proc/meminfo: memFree=1371568/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1524180 CPUtime=0.08
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 3963 0 1 0 6 2 0 0 21 0 12 0 3730823 1560760320 3402 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301102 s]
/proc/loadavg: 1.08 1.03 1.09 3/105 12267
/proc/meminfo: memFree=1371568/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1526444 CPUtime=0.38
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 6306 0 1 0 34 4 0 0 21 0 12 0 3730823 1563078656 5743 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 381611 5743 1357 10 0 378914 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526444

[startup+0.701146 s]
/proc/loadavg: 1.08 1.03 1.09 3/105 12267
/proc/meminfo: memFree=1371568/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1528164 CPUtime=0.98
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 8282 0 1 0 93 5 0 0 21 0 12 0 3730823 1564839936 7628 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 382041 7628 1403 10 0 379344 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528164

[startup+1.50224 s]
/proc/loadavg: 1.08 1.03 1.09 5/117 12279
/proc/meminfo: memFree=1330428/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1533016 CPUtime=2.12
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 25952 0 1 0 200 12 0 0 21 0 12 0 3730823 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 383254 24774 1407 10 0 380557 0
[pid=12267/tid=12269] ppid=12265 vsize=1533016 CPUtime=1.24
/proc/12267/task/12269/stat : 12269 (java) R 12265 12267 11840 0 -1 4202560 21951 0 1 0 115 9 0 0 25 0 12 0 3730824 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4109139503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 12 0 3730826 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730826 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3730827 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 3730828 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 3730828 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1533016 CPUtime=0.34
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 832 0 0 0 34 0 0 0 20 0 12 0 3730832 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1533016 CPUtime=0.51
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 2104 0 0 0 51 0 0 0 15 0 12 0 3730832 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3730832 1569808384 24774 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1533016

[startup+3.1024 s]
/proc/loadavg: 1.07 1.03 1.08 2/117 12279
/proc/meminfo: memFree=1221804/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1533016 CPUtime=3.94
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 46955 0 1 0 373 21 0 0 21 0 12 0 3730823 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 383254 45454 1417 10 0 380557 0
[pid=12267/tid=12269] ppid=12265 vsize=1533016 CPUtime=2.62
/proc/12267/task/12269/stat : 12269 (java) R 12265 12267 11840 0 -1 4202560 32024 0 1 0 248 14 0 0 17 0 12 0 3730824 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4109097414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1533016 CPUtime=0.2
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 5543 0 0 0 18 2 0 0 16 0 12 0 3730826 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1533016 CPUtime=0.21
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 5377 0 0 0 19 2 0 0 16 0 12 0 3730826 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 3730827 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 3730828 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 3730828 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1533016 CPUtime=0.34
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 832 0 0 0 34 0 0 0 20 0 12 0 3730832 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1533016 CPUtime=0.51
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 2104 0 0 0 51 0 0 0 15 0 12 0 3730832 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1533016 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3730832 1569808384 45454 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1533016

[startup+6.30175 s]
/proc/loadavg: 1.07 1.03 1.08 2/117 12279
/proc/meminfo: memFree=1162780/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1531736 CPUtime=7.51
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 55261 0 1 0 726 25 0 0 21 0 12 0 3730823 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 382934 52929 1419 10 0 380237 0
[pid=12267/tid=12269] ppid=12265 vsize=1531736 CPUtime=5.44
/proc/12267/task/12269/stat : 12269 (java) R 12265 12267 11840 0 -1 4202560 32026 0 1 0 530 14 0 0 17 0 12 0 3730824 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4109045378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1531736 CPUtime=0.57
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 9057 0 0 0 54 3 0 0 16 0 12 0 3730826 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1531736 CPUtime=0.59
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 10165 0 0 0 55 4 0 0 16 0 12 0 3730826 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 3730827 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 3730828 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 3730828 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1531736 CPUtime=0.35
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 834 0 0 0 35 0 0 0 18 0 12 0 3730832 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1531736 CPUtime=0.51
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 2104 0 0 0 51 0 0 0 15 0 12 0 3730832 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3730832 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1531736 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3730832 1568497664 52929 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1531736

[startup+12.7025 s]
/proc/loadavg: 1.36 1.09 1.10 3/121 12283
/proc/meminfo: memFree=1139436/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1539492 CPUtime=19.18
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 62851 0 1 0 1890 28 0 0 21 0 16 0 3730823 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 384873 59024 1444 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.69
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32059 0 1 0 655 14 0 0 18 0 16 0 3730824 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=0.78
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 11611 0 0 0 73 5 0 0 16 0 16 0 3730826 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=0.77
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 12385 0 0 0 73 4 0 0 16 0 16 0 3730826 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 3730827 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1539492 CPUtime=1.14
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 1499 0 0 0 114 0 0 0 16 0 16 0 3730832 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1539492 CPUtime=1.42
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 4170 0 0 0 141 1 0 0 15 0 16 0 3730832 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3730832 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12280] ppid=12265 vsize=1539492 CPUtime=4.23
/proc/12267/task/12280/stat : 12280 (java) R 12265 12267 11840 0 -1 4202560 18 0 0 0 423 0 0 0 25 0 16 0 3731603 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4109486117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=1539492 CPUtime=4.08
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4202560 24 0 0 0 408 0 0 0 25 0 16 0 3731603 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4109641248 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12282] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12282/stat : 12282 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 3731631 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12283] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12283/stat : 12283 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3731637 1576439808 59024 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1539492

[startup+25.5019 s]
/proc/loadavg: 1.46 1.12 1.11 3/121 12283
/proc/meminfo: memFree=1124928/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1539492 CPUtime=44.65
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 66726 0 1 0 4434 31 0 0 21 0 16 0 3730823 1576439808 62801 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 384873 62801 1444 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.69
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32059 0 1 0 655 14 0 0 18 0 16 0 3730824 1576439808 62801 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=0.92
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 12575 0 0 0 87 5 0 0 16 0 16 0 3730826 1576439808 62801 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=0.94
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 15257 0 0 0 88 6 0 0 16 0 16 0 3730826 1576439808 62801 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=0

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

/proc/12267/statm: 384873 353287 1447 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.7
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32087 0 1 0 655 15 0 0 15 0 16 0 3730824 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=40.17
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 183866 0 0 0 3916 101 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=39.97
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 200113 0 0 0 3881 116 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=13.12
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 8628 0 0 0 1303 9 0 0 15 0 16 0 3730827 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1539492 CPUtime=1.37
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 1515 0 0 0 137 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1539492 CPUtime=2.35
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 4246 0 0 0 234 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12280] ppid=12265 vsize=1539492 CPUtime=693.6
/proc/12267/task/12280/stat : 12280 (java) R 12265 12267 11840 0 -1 4202560 174 0 0 0 69350 10 0 0 20 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109311567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=1539492 CPUtime=694.68
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4202560 592 0 0 0 69459 9 0 0 20 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109219492 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12282] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12282/stat : 12282 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 3731631 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12283] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12283/stat : 12283 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3731637 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1492.06
Current children cumulated vsize (KiB) 1539492

[startup+822.302 s]
/proc/loadavg: 2.06 2.04 1.68 4/121 12314
/proc/meminfo: memFree=22624/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1539492 CPUtime=1609.99
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 432668 0 1 0 160726 273 0 0 21 0 16 0 3730823 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 384873 353287 1447 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.7
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32090 0 1 0 655 15 0 0 15 0 16 0 3730824 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=43.64
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 183866 0 0 0 4263 101 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=43.22
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 200113 0 0 0 4202 120 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=14.05
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 8884 0 0 0 1395 10 0 0 15 0 16 0 3730827 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1539492 CPUtime=1.37
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 1515 0 0 0 137 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1539492 CPUtime=2.35
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 4246 0 0 0 234 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12280] ppid=12265 vsize=1539492 CPUtime=748.44
/proc/12267/task/12280/stat : 12280 (java) R 12265 12267 11840 0 -1 4202560 204 0 0 0 74832 12 0 0 25 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109311421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=1539492 CPUtime=750.13
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4202560 629 0 0 0 75004 9 0 0 25 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109287768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12282] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12282/stat : 12282 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 3731631 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12283] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12283/stat : 12283 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3731637 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.99
Current children cumulated vsize (KiB) 1539492

[startup+882.302 s]
/proc/loadavg: 2.12 2.06 1.71 3/121 12314
/proc/meminfo: memFree=22128/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1539492 CPUtime=1727.16
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 433243 0 1 0 172436 280 0 0 21 0 16 0 3730823 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 384873 353287 1447 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.7
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32092 0 1 0 655 15 0 0 15 0 16 0 3730824 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=46.72
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 183866 0 0 0 4569 103 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=46.22
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 200113 0 0 0 4500 122 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=15.7
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 9390 0 0 0 1559 11 0 0 15 0 16 0 3730827 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1539492 CPUtime=1.37
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 1515 0 0 0 137 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1539492 CPUtime=2.35
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 4246 0 0 0 234 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1539492 CPUtime=0.01
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 52 0 0 0 0 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12280] ppid=12265 vsize=1539492 CPUtime=802.82
/proc/12267/task/12280/stat : 12280 (java) R 12265 12267 11840 0 -1 4202560 239 0 0 0 80269 13 0 0 25 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109486263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=1539492 CPUtime=805.18
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4202560 657 0 0 0 80509 9 0 0 25 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109814341 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12282] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12282/stat : 12282 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 3731631 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12283] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12283/stat : 12283 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3731637 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.16
Current children cumulated vsize (KiB) 1539492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.609 s]
/proc/loadavg: 2.11 2.06 1.72 3/121 12316
/proc/meminfo: memFree=22500/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=1539492 CPUtime=1800.17
/proc/12267/stat : 12267 (java) S 12265 12267 11840 0 -1 4202496 433544 0 1 0 179733 284 0 0 21 0 16 0 3730823 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 384873 353287 1447 10 0 382176 0
[pid=12267/tid=12269] ppid=12265 vsize=1539492 CPUtime=6.7
/proc/12267/task/12269/stat : 12269 (java) S 12265 12267 11840 0 -1 4202560 32094 0 1 0 655 15 0 0 15 0 16 0 3730824 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12270] ppid=12265 vsize=1539492 CPUtime=48.66
/proc/12267/task/12270/stat : 12270 (java) S 12265 12267 11840 0 -1 4202560 183866 0 0 0 4761 105 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12271] ppid=12265 vsize=1539492 CPUtime=48.37
/proc/12267/task/12271/stat : 12271 (java) S 12265 12267 11840 0 -1 4202560 200113 0 0 0 4715 122 0 0 16 0 16 0 3730826 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12272] ppid=12265 vsize=1539492 CPUtime=16.52
/proc/12267/task/12272/stat : 12272 (java) S 12265 12267 11840 0 -1 4202560 9643 0 0 0 1641 11 0 0 15 0 16 0 3730827 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 0 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12273] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12273/stat : 12273 (java) S 12265 12267 11840 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12274] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12274/stat : 12274 (java) S 12265 12267 11840 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 3730828 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12275] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12275/stat : 12275 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12276] ppid=12265 vsize=1539492 CPUtime=1.37
/proc/12267/task/12276/stat : 12276 (java) S 12265 12267 11840 0 -1 4202560 1515 0 0 0 137 0 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12277] ppid=12265 vsize=1539492 CPUtime=2.35
/proc/12267/task/12277/stat : 12277 (java) S 12265 12267 11840 0 -1 4202560 4246 0 0 0 234 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
[pid=12267/tid=12278] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12278/stat : 12278 (java) S 12265 12267 11840 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12279] ppid=12265 vsize=1539492 CPUtime=0.01
/proc/12267/task/12279/stat : 12279 (java) S 12265 12267 11840 0 -1 4202560 54 0 0 0 0 1 0 0 15 0 16 0 3730832 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12280] ppid=12265 vsize=1539492 CPUtime=836.65
/proc/12267/task/12280/stat : 12280 (java) R 12265 12267 11840 0 -1 4202560 258 0 0 0 83651 14 0 0 19 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109311548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=1539492 CPUtime=839.44
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4202560 682 0 0 0 83935 9 0 0 18 0 16 0 3731603 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4109814316 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12267/tid=12282] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12282/stat : 12282 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 3731631 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 0 0 0 0
[pid=12267/tid=12283] ppid=12265 vsize=1539492 CPUtime=0
/proc/12267/task/12283/stat : 12283 (java) S 12265 12267 11840 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3731637 1576439808 353287 1992294400 134512640 134550932 4288696736 18446744073709551615 4294960144 0 4 0 16800975 18446604436669203520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1539492

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

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

[startup+919.802 s]
/proc/loadavg: 2.11 2.06 1.72 3/121 12316
/proc/meminfo: memFree=22500/2059040 swapFree=4192956/4192956
[pid=12267] ppid=12265 vsize=0 CPUtime=1800.51
/proc/12267/stat : 12267 (java) Z 12265 12267 11840 0 -1 4203548 433565 0 1 0 179762 289 0 0 16 0 2 0 3730823 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12267/statm: 0 0 0 0 0 0 0
[pid=12267/tid=12281] ppid=12265 vsize=0 CPUtime=839.62
/proc/12267/task/12281/stat : 12281 (java) R 12265 12267 11840 0 -1 4203588 682 0 0 0 83949 13 0 0 19 0 2 0 3731603 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 919.884
CPU time (s): 1800.59
CPU user time (s): 1797.62
CPU system time (s): 2.97255
CPU usage (%): 195.741
Max. virtual memory (cumulated for all children) (KiB): 1550744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.62
system time used= 2.97255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433565
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= 31876
involuntary context switches= 49747

runsolver used 5.35219 second user time and 6.14706 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-15 19:52:51
IDJOB=2662229
IDBENCH=2966
IDSOLVER=1166
FILE ID=node086/2662229-1276624370
PBS_JOBID= 11172329
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=400-sizeP=201-sizeQ=400-87904490-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662229-1276624370/watcher-2662229-1276624370 -o /tmp/evaluation-result-2662229-1276624370/solver-2662229-1276624370 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662229-1276624370.opb

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

MD5SUM BENCH= f145615704a2957501e412155c176c53
RANDOM SEED=816553320

node086.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.244
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.48
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.244
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:       1371964 kB
Buffers:         92392 kB
Cached:         452696 kB
SwapCached:          0 kB
Active:         236340 kB
Inactive:       367996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1371964 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           14660 kB
Writeback:           0 kB
AnonPages:       59228 kB
Mapped:          15444 kB
Slab:            61024 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180640 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= 62560 MiB
End job on node086 at 2010-06-15 20:08:13