Trace number 2662234

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.35 910.044

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
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 variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662234-1276625036.opb
0.25/0.21	c reading problem ... 
4.77/3.43	c ... done. Wall clock time 3.218s.
4.77/3.43	c #vars     29401
4.77/3.43	c #constraints  94503
4.77/3.43	c constraints type 
4.77/3.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29040
4.77/3.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
4.77/3.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.77/3.43	c constraints type 
4.77/3.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
4.77/3.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
4.77/3.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/909.91	c starts		: 21
1800.13/909.91	c conflicts		: 4993
1800.13/909.91	c decisions		: 30971
1800.13/909.91	c propagations		: 2117239
1800.13/909.91	c inspects		: 13493566
1800.13/909.91	c learnt literals	: 0
1800.13/909.92	c learnt binary clauses	: 0
1800.13/909.92	c learnt ternary clauses	: 0
1800.13/909.92	c learnt clauses	: 4993
1800.13/909.92	c ignored clauses	: 0
1800.13/909.92	c root simplifications	: 0
1800.13/909.92	c removed literals (reason simplification)	: 42813137
1800.13/909.92	c reason swapping (by a shorter reason)	: 0
1800.13/909.92	c Calls to reduceDB	: 0
1800.13/909.92	c number of reductions to clauses (during analyze)	: 0
1800.13/909.92	c number of learned constraints concerned by reduction	: 0
1800.13/909.92	c number of learning phase by resolution	: 0
1800.13/909.92	c number of learning phase by cutting planes	: 0
1800.13/909.92	c speed (assignments/second)	: 2335.6657936947454
1800.13/909.92	c non guided choices	170
1800.13/909.95	c learnt constraints type 
1800.13/909.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4993
1800.13/909.95	c constraints type 
1800.13/909.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29040
1800.13/909.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
1800.13/909.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/909.95	c constraints type 
1800.13/909.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
1800.13/909.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
1800.13/909.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.13/909.95	s UNKNOWN
1800.13/909.95	c Total wall clock time (in seconds): 909.735

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-2662234-1276625036/watcher-2662234-1276625036 -o /tmp/evaluation-result-2662234-1276625036/solver-2662234-1276625036 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662234-1276625036.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.04 1.05 1.00 3/106 5621
/proc/meminfo: memFree=1870876/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=248 CPUtime=0
/proc/5621/stat : 5621 (java) R 5619 5621 5416 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 38105243 253952 28 1992294400 134512640 134550932 4294308592 18446744073709551615 2323028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5621/statm: 62 28 21 10 0 23 0

[startup+0.090795 s]
/proc/loadavg: 1.04 1.05 1.00 3/106 5621
/proc/meminfo: memFree=1870876/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1521796 CPUtime=0.07
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 3850 0 1 0 5 2 0 0 18 0 7 0 38105243 1558319104 3291 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 380449 3291 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101797 s]
/proc/loadavg: 1.04 1.05 1.00 3/106 5621
/proc/meminfo: memFree=1870876/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1524180 CPUtime=0.08
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 3958 0 1 0 6 2 0 0 18 0 12 0 38105243 1560760320 3397 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300257 s]
/proc/loadavg: 1.04 1.05 1.00 3/106 5621
/proc/meminfo: memFree=1870876/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1525940 CPUtime=0.37
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 5675 0 1 0 33 4 0 0 18 0 12 0 38105243 1562562560 5112 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 381485 5112 1360 10 0 378788 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525940

[startup+0.700263 s]
/proc/loadavg: 1.04 1.05 1.00 3/106 5621
/proc/meminfo: memFree=1870876/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1527788 CPUtime=1.11
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 7730 0 1 0 106 5 0 0 18 0 12 0 38105243 1564454912 7167 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 381947 7168 1403 10 0 379250 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527788

[startup+1.50128 s]
/proc/loadavg: 1.04 1.05 1.00 4/118 5633
/proc/meminfo: memFree=1834324/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1531480 CPUtime=2.44
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 21812 0 1 0 232 12 0 0 18 0 12 0 38105243 1568235520 20562 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 382870 20563 1407 10 0 380173 0
[pid=5621/tid=5623] ppid=5619 vsize=1531480 CPUtime=1.47
/proc/5621/task/5623/stat : 5623 (java) R 5619 5621 5416 0 -1 4202560 18057 0 1 0 137 10 0 0 19 0 12 0 38105245 1568235520 20564 1992294400 134512640 134550932 4294308592 18446744073709551615 4109618365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 38105246 1568235520 20565 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 38105246 1568235520 20567 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38105248 1568235520 20568 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 38105248 1568235520 20569 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 38105248 1568235520 20571 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 38105253 1568235520 20572 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1531480 CPUtime=0.09
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 115 0 0 0 9 0 0 0 25 0 12 0 38105253 1568235520 20573 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1531480 CPUtime=0.84
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2577 0 0 0 84 0 0 0 17 0 12 0 38105253 1568235520 20575 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38105253 1568235520 20576 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38105253 1568235520 20577 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1531480

[startup+3.1073 s]
/proc/loadavg: 1.04 1.05 1.00 2/118 5633
/proc/meminfo: memFree=1724460/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1531480 CPUtime=4.36
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 39101 0 1 0 417 19 0 0 18 0 12 0 38105243 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 382870 37815 1426 10 0 380173 0
[pid=5621/tid=5623] ppid=5619 vsize=1531480 CPUtime=2.99
/proc/5621/task/5623/stat : 5623 (java) R 5619 5621 5416 0 -1 4202560 32039 0 1 0 283 16 0 0 24 0 12 0 38105245 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 103615267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1531480 CPUtime=0.07
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 1663 0 0 0 7 0 0 0 18 0 12 0 38105246 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1531480 CPUtime=0.07
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 1626 0 0 0 7 0 0 0 18 0 12 0 38105246 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 38105248 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 38105248 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 38105248 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 38105253 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1531480 CPUtime=0.24
/proc/5621/task/5630/stat : 5630 (java) R 5619 5621 5416 0 -1 4202560 123 0 0 0 24 0 0 0 16 0 12 0 38105253 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 103389131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1531480 CPUtime=0.93
/proc/5621/task/5631/stat : 5631 (java) R 5619 5621 5416 0 -1 4202560 2580 0 0 0 93 0 0 0 15 0 12 0 38105253 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 102093060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38105253 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1531480 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38105253 1568235520 37815 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1531480

[startup+6.30211 s]
/proc/loadavg: 1.28 1.10 1.02 3/122 5637
/proc/meminfo: memFree=1696096/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1532776 CPUtime=10.49
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 46316 0 1 0 1026 23 0 0 18 0 16 0 38105243 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 383194 44818 1435 10 0 380497 0
[pid=5621/tid=5623] ppid=5619 vsize=1532776 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32058 0 1 0 315 16 0 0 18 0 16 0 38105245 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1532776 CPUtime=0.21
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 5326 0 0 0 19 2 0 0 18 0 16 0 38105246 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1532776 CPUtime=0.2
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 4988 0 0 0 19 1 0 0 18 0 16 0 38105246 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 38105248 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1532776 CPUtime=0.9
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 175 0 0 0 90 0 0 0 15 0 16 0 38105253 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1532776 CPUtime=1.71
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2646 0 0 0 170 1 0 0 16 0 16 0 38105253 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38105253 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1532776 CPUtime=2.2
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 24 0 0 0 220 0 0 0 25 0 16 0 38105587 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4109943888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1532776 CPUtime=1.89
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 20 0 0 0 189 0 0 0 25 0 16 0 38105587 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4109942973 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569562624 44818 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 1532776

[startup+12.7015 s]
/proc/loadavg: 1.41 1.13 1.03 3/122 5637
/proc/meminfo: memFree=1678736/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1532776 CPUtime=23.2
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 51141 0 1 0 2295 25 0 0 18 0 16 0 38105243 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 383194 49100 1435 10 0 380497 0
[pid=5621/tid=5623] ppid=5619 vsize=1532776 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32058 0 1 0 315 16 0 0 18 0 16 0 38105245 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1532776 CPUtime=0.43
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 7920 0 0 0 40 3 0 0 18 0 16 0 38105246 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1532776 CPUtime=0.43
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 7183 0 0 0 41 2 0 0 18 0 16 0 38105246 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 38105248 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1532776 CPUtime=0.95
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 178 0 0 0 95 0 0 0 15 0 16 0 38105253 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1532776 CPUtime=2.19
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2672 0 0 0 218 1 0 0 15 0 16 0 38105253 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38105253 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1532776 CPUtime=8.25
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 24 0 0 0 825 0 0 0 25 0 16 0 38105587 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4109604884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1532776 CPUtime=7.59
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 27 0 0 0 759 0 0 0 25 0 16 0 38105587 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4110252862 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1532776 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569562624 49100 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1532776

[startup+25.5022 s]
/proc/loadavg: 1.54 1.17 1.04 3/122 5637
/proc/meminfo: memFree=1643396/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1532776 CPUtime=48.59
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 62388 0 1 0 4827 32 0 0 18 0 16 0 38105243 1569562624 57955 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/5621/statm: 383273 122103 1445 10 0 380576 0
[pid=5621/tid=5623] ppid=5619 vsize=1533092 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32063 0 1 0 315 16 0 0 15 0 16 0 38105245 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1533092 CPUtime=8.89
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 49988 0 0 0 854 35 0 0 15 0 16 0 38105246 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1533092 CPUtime=8.89
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 49850 0 0 0 842 47 0 0 15 0 16 0 38105246 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1533092 CPUtime=0.67
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 56 0 0 0 51 16 0 0 15 0 16 0 38105248 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1533092 CPUtime=0.95
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 178 0 0 0 95 0 0 0 15 0 16 0 38105253 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1533092 CPUtime=3.17
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2756 0 0 0 316 1 0 0 15 0 16 0 38105253 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 38105253 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1533092 CPUtime=742.25
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 699 0 0 0 74201 24 0 0 25 0 16 0 38105587 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4109604852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1533092 CPUtime=739.83
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 584 0 0 0 73948 35 0 0 25 0 16 0 38105587 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4109816082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569886208 122103 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1508.03
Current children cumulated vsize (KiB) 1533092

[startup+822.302 s]
/proc/loadavg: 2.25 2.10 1.65 3/122 5660
/proc/meminfo: memFree=1374192/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1533092 CPUtime=1626.62
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 140560 0 1 0 162470 192 0 0 18 0 16 0 38105243 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 383273 124892 1445 10 0 380576 0
[pid=5621/tid=5623] ppid=5619 vsize=1533092 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32065 0 1 0 315 16 0 0 15 0 16 0 38105245 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1533092 CPUtime=9.81
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 51657 0 0 0 942 39 0 0 15 0 16 0 38105246 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1533092 CPUtime=9.83
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 51309 0 0 0 932 51 0 0 15 0 16 0 38105246 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1533092 CPUtime=0.73
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 58 0 0 0 56 17 0 0 15 0 16 0 38105248 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1533092 CPUtime=0.95
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 178 0 0 0 95 0 0 0 15 0 16 0 38105253 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1533092 CPUtime=3.17
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2756 0 0 0 316 1 0 0 15 0 16 0 38105253 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 38105253 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1533092 CPUtime=800.08
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 786 0 0 0 79980 28 0 0 25 0 16 0 38105587 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4109604884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1533092 CPUtime=798.67
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 628 0 0 0 79832 35 0 0 25 0 16 0 38105587 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4109816648 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569886208 124892 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1626.62
Current children cumulated vsize (KiB) 1533092

[startup+882.302 s]
/proc/loadavg: 2.19 2.11 1.68 3/122 5662
/proc/meminfo: memFree=1359932/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1533092 CPUtime=1745.4
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 144563 0 1 0 174339 201 0 0 18 0 16 0 38105243 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 383273 128444 1445 10 0 380576 0
[pid=5621/tid=5623] ppid=5619 vsize=1533092 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32065 0 1 0 315 16 0 0 15 0 16 0 38105245 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1533092 CPUtime=10.38
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 53546 0 0 0 996 42 0 0 16 0 16 0 38105246 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1533092 CPUtime=10.4
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 53338 0 0 0 987 53 0 0 16 0 16 0 38105246 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1533092 CPUtime=0.77
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 62 0 0 0 59 18 0 0 15 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1533092 CPUtime=0.95
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 178 0 0 0 95 0 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1533092 CPUtime=3.17
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2756 0 0 0 316 1 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1533092 CPUtime=858.39
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 837 0 0 0 85808 31 0 0 25 0 16 0 38105587 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4109743904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1533092 CPUtime=857.95
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 654 0 0 0 85760 35 0 0 25 0 16 0 38105587 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4109604861 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1745.4
Current children cumulated vsize (KiB) 1533092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.902 s]
/proc/loadavg: 2.11 2.10 1.69 3/122 5664
/proc/meminfo: memFree=1359808/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=1533092 CPUtime=1800.13
/proc/5621/stat : 5621 (java) S 5619 5621 5416 0 -1 4202496 144565 0 1 0 179811 202 0 0 18 0 16 0 38105243 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 383273 128444 1445 10 0 380576 0
[pid=5621/tid=5623] ppid=5619 vsize=1533092 CPUtime=3.31
/proc/5621/task/5623/stat : 5623 (java) S 5619 5621 5416 0 -1 4202560 32065 0 1 0 315 16 0 0 15 0 16 0 38105245 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5624] ppid=5619 vsize=1533092 CPUtime=10.38
/proc/5621/task/5624/stat : 5624 (java) S 5619 5621 5416 0 -1 4202560 53546 0 0 0 996 42 0 0 16 0 16 0 38105246 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5625] ppid=5619 vsize=1533092 CPUtime=10.4
/proc/5621/task/5625/stat : 5625 (java) S 5619 5621 5416 0 -1 4202560 53338 0 0 0 987 53 0 0 16 0 16 0 38105246 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5626] ppid=5619 vsize=1533092 CPUtime=0.77
/proc/5621/task/5626/stat : 5626 (java) S 5619 5621 5416 0 -1 4202560 62 0 0 0 59 18 0 0 15 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 0 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5627] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5627/stat : 5627 (java) S 5619 5621 5416 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5628] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5628/stat : 5628 (java) S 5619 5621 5416 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38105248 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5629] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5629/stat : 5629 (java) S 5619 5621 5416 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5630] ppid=5619 vsize=1533092 CPUtime=0.95
/proc/5621/task/5630/stat : 5630 (java) S 5619 5621 5416 0 -1 4202560 178 0 0 0 95 0 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5631] ppid=5619 vsize=1533092 CPUtime=3.17
/proc/5621/task/5631/stat : 5631 (java) S 5619 5621 5416 0 -1 4202560 2756 0 0 0 316 1 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
[pid=5621/tid=5632] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5632/stat : 5632 (java) S 5619 5621 5416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5633] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5633/stat : 5633 (java) S 5619 5621 5416 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 38105253 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=1533092 CPUtime=885.52
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4202560 837 0 0 0 88520 32 0 0 25 0 16 0 38105587 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4109743945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5621/tid=5635] ppid=5619 vsize=1533092 CPUtime=885.55
/proc/5621/task/5635/stat : 5635 (java) R 5619 5621 5416 0 -1 4202560 654 0 0 0 88520 35 0 0 25 0 16 0 38105587 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4109604884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5621/tid=5636] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5636/stat : 5636 (java) S 5619 5621 5416 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38105598 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 0 0 0 0
[pid=5621/tid=5637] ppid=5619 vsize=1533092 CPUtime=0
/proc/5621/task/5637/stat : 5637 (java) S 5619 5621 5416 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38105609 1569886208 128444 1992294400 134512640 134550932 4294308592 18446744073709551615 4294960144 0 4 0 16800975 18446604437824853824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1533092

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

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

[startup+910.018 s]
/proc/loadavg: 2.11 2.10 1.69 3/122 5664
/proc/meminfo: memFree=1359808/2059040 swapFree=4140252/4192956
[pid=5621] ppid=5619 vsize=0 CPUtime=1800.32
/proc/5621/stat : 5621 (java) Z 5619 5621 5416 0 -1 4203548 144588 0 1 0 179827 205 0 0 17 0 2 0 38105243 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5621/statm: 0 0 0 0 0 0 0
[pid=5621/tid=5634] ppid=5619 vsize=0 CPUtime=885.62
/proc/5621/task/5634/stat : 5634 (java) R 5619 5621 5416 0 -1 4203588 837 0 0 0 88527 35 0 0 25 0 2 0 38105587 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.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 910.044
CPU time (s): 1800.35
CPU user time (s): 1798.27
CPU system time (s): 2.07768
CPU usage (%): 197.831
Max. virtual memory (cumulated for all children) (KiB): 1533092

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

runsolver used 5.76312 second user time and 7.26889 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-15 20:03:56
IDJOB=2662234
IDBENCH=2973
IDSOLVER=1166
FILE ID=node010/2662234-1276625036
PBS_JOBID= 11172343
Free space on /tmp= 62528 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=240-sizeP=121-sizeQ=240-330229238-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662234-1276625036/watcher-2662234-1276625036 -o /tmp/evaluation-result-2662234-1276625036/solver-2662234-1276625036 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662234-1276625036.opb

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=1561422237

node010.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.267
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.53
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.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1871272 kB
Buffers:         14288 kB
Cached:          92976 kB
SwapCached:       6204 kB
Active:          34288 kB
Inactive:        86604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1871272 kB
SwapTotal:     4192956 kB
SwapFree:      4140252 kB
Dirty:            4520 kB
Writeback:           0 kB
AnonPages:       11796 kB
Mapped:          13120 kB
Slab:            44784 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181652 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= 62528 MiB
End job on node010 at 2010-06-15 20:19:08