Trace number 2662380

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.32 915.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-trento1.opb
MD5SUM3e144bcef2d8d517e1e9ee592d533dc8
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21491069266217984
Optimality of the best value was proved NO
Number of variables44575
Total number of constraints1264
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 3578049115531221094637
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 3578151515531221094637
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662380-1276538013.opb
0.23/0.22	c reading problem ... 
4.92/3.42	c ... done. Wall clock time 3.196s.
4.92/3.42	c #vars     44575
4.92/3.42	c #constraints  20600
4.92/3.42	c constraints type 
4.92/3.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
4.92/3.42	c constraints type 
4.92/3.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
107.98/55.55	c cleaning 2499 clauses out of 5000 with flag 5000/5000
265.47/135.44	c cleaning 4242 clauses out of 8501 with flag 11000/11000
471.97/240.12	c cleaning 5625 clauses out of 11259 with flag 18000/18000
711.92/361.61	c cleaning 6810 clauses out of 13635 with flag 26001/26001
911.37/463.18	c cleaning 7915 clauses out of 15839 with flag 35015/35015
1197.69/608.40	c cleaning 8951 clauses out of 17910 with flag 45001/45001
1414.06/718.48	c cleaning 9476 clauses out of 18958 with flag 55000/55000
1750.27/889.08	c cleaning 9733 clauses out of 19483 with flag 65001/65001
1800.02/915.32	c starts		: 78
1800.02/915.32	c conflicts		: 67166
1800.02/915.32	c decisions		: 524452
1800.02/915.32	c propagations		: 35319126
1800.02/915.32	c inspects		: 293278818
1800.02/915.32	c learnt literals	: 0
1800.02/915.32	c learnt binary clauses	: 0
1800.02/915.32	c learnt ternary clauses	: 0
1800.02/915.32	c learnt clauses	: 67165
1800.02/915.32	c ignored clauses	: 0
1800.02/915.32	c root simplifications	: 0
1800.02/915.32	c removed literals (reason simplification)	: 11626
1800.02/915.32	c reason swapping (by a shorter reason)	: 0
1800.02/915.32	c Calls to reduceDB	: 8
1800.02/915.32	c number of reductions to clauses (during analyze)	: 0
1800.02/915.32	c number of learned constraints concerned by reduction	: 0
1800.02/915.32	c number of learning phase by resolution	: 0
1800.02/915.32	c number of learning phase by cutting planes	: 0
1800.02/915.32	c speed (assignments/second)	: 38731.14633651532
1800.02/915.32	c non guided choices	170458
1800.02/915.38	c learnt constraints type 
1800.02/915.38	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11916
1800.02/915.38	c constraints type 
1800.02/915.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
1800.02/915.38	c constraints type 
1800.02/915.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
1800.02/915.38	s UNKNOWN
1800.02/915.38	c Total wall clock time (in seconds): 915.157

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-2662380-1276538013/watcher-2662380-1276538013 -o /tmp/evaluation-result-2662380-1276538013/solver-2662380-1276538013 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662380-1276538013.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.00 1.02 1.00 3/106 31915
/proc/meminfo: memFree=1693712/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=428 CPUtime=0
/proc/31915/stat : 31915 (java6) R 31913 31915 31306 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 29402612 438272 42 1992294400 134512640 134550932 4289290704 18446744073709551615 9183828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31915/statm: 107 42 33 10 0 25 0

[startup+0.109337 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 31915
/proc/meminfo: memFree=1693712/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1524180 CPUtime=0.09
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 4002 0 1 0 6 3 0 0 15 0 12 0 29402612 1560760320 3441 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 381045 3441 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.210901 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 31915
/proc/meminfo: memFree=1693712/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1526416 CPUtime=0.23
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 5117 0 1 0 19 4 0 0 15 0 12 0 29402612 1563049984 4554 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 381604 4554 1346 10 0 378907 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526416

[startup+0.344221 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 31915
/proc/meminfo: memFree=1693712/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1526892 CPUtime=0.46
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 6023 0 1 0 41 5 0 0 15 0 12 0 29402612 1563537408 5460 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 381723 5460 1368 10 0 379026 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 1526892

[startup+0.700213 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 31915
/proc/meminfo: memFree=1693712/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1528120 CPUtime=1.05
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 9386 0 1 0 98 7 0 0 15 0 12 0 29402612 1564794880 8773 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 382030 8773 1400 10 0 379333 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528120

[startup+1.50119 s]
/proc/loadavg: 1.00 1.02 1.00 4/118 31927
/proc/meminfo: memFree=1644452/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542668 CPUtime=2.49
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 19714 0 1 0 237 12 0 0 15 0 12 0 29402612 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385667 16867 1401 10 0 382970 0
[pid=31915/tid=31917] ppid=31913 vsize=1542668 CPUtime=1.46
/proc/31915/task/31917/stat : 31917 (java) R 31913 31915 31306 0 -1 4202560 12066 0 1 0 138 8 0 0 25 0 12 0 29402613 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4109394064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 29402615 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 29402615 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29402617 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 29402617 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29402617 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29402621 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542668 CPUtime=0.11
/proc/31915/task/31924/stat : 31924 (java) R 31913 31915 31306 0 -1 4202560 63 0 0 0 11 0 0 0 20 0 12 0 29402621 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 105499437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542668 CPUtime=0.9
/proc/31915/task/31925/stat : 31925 (java) R 31913 31915 31306 0 -1 4202560 6521 0 0 0 88 2 0 0 16 0 12 0 29402621 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 103444660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29402621 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542668 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29402621 1579692032 16867 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1542668

[startup+3.10116 s]
/proc/loadavg: 1.00 1.02 1.00 2/118 31927
/proc/meminfo: memFree=1574640/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1541812 CPUtime=4.61
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 47382 0 1 0 437 24 0 0 15 0 12 0 29402612 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385453 44072 1415 10 0 382756 0
[pid=31915/tid=31917] ppid=31913 vsize=1541812 CPUtime=2.89
/proc/31915/task/31917/stat : 31917 (java) R 31913 31915 31306 0 -1 4202560 32026 0 1 0 272 17 0 0 25 0 12 0 29402613 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4109740693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1541812 CPUtime=0.15
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 4096 0 0 0 14 1 0 0 16 0 12 0 29402615 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1541812 CPUtime=0.15
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 3499 0 0 0 14 1 0 0 18 0 12 0 29402615 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 29402617 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 29402617 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29402617 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29402621 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1541812 CPUtime=0.13
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 63 0 0 0 13 0 0 0 15 0 12 0 29402621 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1541812 CPUtime=1.25
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6632 0 0 0 123 2 0 0 16 0 12 0 29402621 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29402621 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1541812 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29402621 1578815488 44072 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1541812

[startup+6.30108 s]
/proc/loadavg: 1.08 1.03 1.01 6/122 31931
/proc/meminfo: memFree=1474044/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=10.64
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 60567 0 1 0 1033 31 0 0 15 0 16 0 29402612 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385634 55936 1438 10 0 382937 0
[pid=31915/tid=31917] ppid=31913 vsize=1542536 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32050 0 1 0 303 17 0 0 18 0 16 0 29402613 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542536 CPUtime=0.43
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 10224 0 0 0 39 4 0 0 16 0 16 0 29402615 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542536 CPUtime=0.44
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 10300 0 0 0 40 4 0 0 18 0 16 0 29402615 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 29402617 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 29402617 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 29402617 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29402621 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542536 CPUtime=0.82
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 113 0 0 0 82 0 0 0 15 0 16 0 29402621 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542536 CPUtime=2.53
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6753 0 0 0 251 2 0 0 15 0 16 0 29402621 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29402621 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29402621 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1542536 CPUtime=1.66
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 27 0 0 0 166 0 0 0 25 0 16 0 29402954 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4110163867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1542536 CPUtime=1.47
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 24 0 0 0 147 0 0 0 18 0 16 0 29402954 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4110469600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 55936 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 1542536

[startup+12.7019 s]
/proc/loadavg: 1.23 1.06 1.02 3/122 31931
/proc/meminfo: memFree=1443044/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=23.3
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 70451 0 1 0 2295 35 0 0 15 0 16 0 29402612 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385634 64542 1438 10 0 382937 0
[pid=31915/tid=31917] ppid=31913 vsize=1542536 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32050 0 1 0 303 17 0 0 18 0 16 0 29402613 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542536 CPUtime=0.92
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 16299 0 0 0 86 6 0 0 16 0 16 0 29402615 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542536 CPUtime=0.92
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 14100 0 0 0 86 6 0 0 16 0 16 0 29402615 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 29402617 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 29402617 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 29402617 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29402621 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542536 CPUtime=0.83
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 113 0 0 0 83 0 0 0 16 0 16 0 29402621 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542536 CPUtime=2.6
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6756 0 0 0 258 2 0 0 16 0 16 0 29402621 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29402621 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29402621 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1542536 CPUtime=7.49
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 31 0 0 0 749 0 0 0 25 0 16 0 29402954 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4110162679 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1542536 CPUtime=7.25
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 26 0 0 0 725 0 0 0 22 0 16 0 29402954 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4110294860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 64542 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 1542536

[startup+25.5016 s]
/proc/loadavg: 1.40 1.11 1.03 3/122 31933
/proc/meminfo: memFree=1369512/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=48.61
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 89238 0 1 0 4814 47 0 0 15 0 16 0 29402612 1579556864 82057 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 162153 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 162153 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1499.13
Current children cumulated vsize (KiB) 1542536

[startup+822.302 s]
/proc/loadavg: 2.02 2.00 1.62 3/122 31962
/proc/meminfo: memFree=1036076/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=1618.16
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 193156 0 1 0 161635 181 0 0 15 0 16 0 29402612 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385634 165044 1445 10 0 382937 0
[pid=31915/tid=31917] ppid=31913 vsize=1542536 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32056 0 1 0 303 17 0 0 15 0 16 0 29402613 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542536 CPUtime=14.24
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 71009 0 0 0 1374 50 0 0 16 0 16 0 29402615 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542536 CPUtime=14.14
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 66311 0 0 0 1361 53 0 0 15 0 16 0 29402615 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542536 CPUtime=10.45
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 14865 0 0 0 1032 13 0 0 15 0 16 0 29402617 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29402621 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542536 CPUtime=0.93
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 134 0 0 0 93 0 0 0 15 0 16 0 29402621 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542536 CPUtime=3.37
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6809 0 0 0 334 3 0 0 15 0 16 0 29402621 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29402621 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 29402621 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1542536 CPUtime=786.13
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 424 0 0 0 78596 17 0 0 25 0 16 0 29402954 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4110164466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1542536 CPUtime=785.6
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 423 0 0 0 78537 23 0 0 25 0 16 0 29402954 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4109861250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 165044 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.16
Current children cumulated vsize (KiB) 1542536

[startup+882.31 s]
/proc/loadavg: 2.06 2.01 1.65 3/122 31964
/proc/meminfo: memFree=1011152/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=1737.03
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 199860 0 1 0 173511 192 0 0 15 0 16 0 29402612 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385634 171231 1445 10 0 382937 0
[pid=31915/tid=31917] ppid=31913 vsize=1542536 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32057 0 1 0 303 17 0 0 15 0 16 0 29402613 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542536 CPUtime=15.25
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 74489 0 0 0 1473 52 0 0 16 0 16 0 29402615 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542536 CPUtime=15.12
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 69470 0 0 0 1454 58 0 0 16 0 16 0 29402615 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542536 CPUtime=10.47
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 14867 0 0 0 1033 14 0 0 15 0 16 0 29402617 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29402621 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542536 CPUtime=0.93
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 134 0 0 0 93 0 0 0 15 0 16 0 29402621 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542536 CPUtime=3.37
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6809 0 0 0 334 3 0 0 15 0 16 0 29402621 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29402621 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 29402621 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1542536 CPUtime=844.21
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 454 0 0 0 84402 19 0 0 25 0 16 0 29402954 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4110251480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1542536 CPUtime=844.37
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 453 0 0 0 84413 24 0 0 25 0 16 0 29402954 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4110251271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 171231 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.03
Current children cumulated vsize (KiB) 1542536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.31 s]
/proc/loadavg: 2.15 2.04 1.67 3/122 31964
/proc/meminfo: memFree=1005448/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1542536 CPUtime=1800.02
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 202524 0 1 0 179804 198 0 0 15 0 16 0 29402612 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385634 172521 1445 10 0 382937 0
[pid=31915/tid=31917] ppid=31913 vsize=1542536 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32058 0 1 0 303 17 0 0 15 0 16 0 29402613 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1542536 CPUtime=15.8
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 75416 0 0 0 1526 54 0 0 15 0 16 0 29402615 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1542536 CPUtime=15.68
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 69842 0 0 0 1507 61 0 0 16 0 16 0 29402615 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1542536 CPUtime=12.88
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 16205 0 0 0 1274 14 0 0 15 0 16 0 29402617 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29402617 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29402621 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1542536 CPUtime=0.93
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 134 0 0 0 93 0 0 0 15 0 16 0 29402621 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1542536 CPUtime=3.37
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6809 0 0 0 334 3 0 0 15 0 16 0 29402621 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29402621 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 29402621 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1542536 CPUtime=874
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 466 0 0 0 87380 20 0 0 25 0 16 0 29402954 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4109842121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1542536 CPUtime=874.06
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 465 0 0 0 87382 24 0 0 25 0 16 0 29402954 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4110421129 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 29403036 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1542536 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 29403042 1579556864 172521 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1542536

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

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

[startup+915.416 s]
/proc/loadavg: 2.15 2.04 1.67 3/122 31964
/proc/meminfo: memFree=1005448/2059040 swapFree=4135896/4192956
[pid=31915] ppid=31913 vsize=1543184 CPUtime=1800.22
/proc/31915/stat : 31915 (java) S 31913 31915 31306 0 -1 4202496 202546 0 1 0 179823 199 0 0 15 0 17 0 29402612 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31915/statm: 385796 172543 1448 10 0 383099 0
[pid=31915/tid=31917] ppid=31913 vsize=1543184 CPUtime=3.2
/proc/31915/task/31917/stat : 31917 (java) S 31913 31915 31306 0 -1 4202560 32058 0 1 0 303 17 0 0 15 0 17 0 29402613 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31918] ppid=31913 vsize=1543184 CPUtime=15.8
/proc/31915/task/31918/stat : 31918 (java) S 31913 31915 31306 0 -1 4202560 75416 0 0 0 1526 54 0 0 15 0 17 0 29402615 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31919] ppid=31913 vsize=1543184 CPUtime=15.68
/proc/31915/task/31919/stat : 31919 (java) S 31913 31915 31306 0 -1 4202560 69842 0 0 0 1507 61 0 0 16 0 17 0 29402615 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31920] ppid=31913 vsize=1543184 CPUtime=12.88
/proc/31915/task/31920/stat : 31920 (java) S 31913 31915 31306 0 -1 4202560 16205 0 0 0 1274 14 0 0 15 0 17 0 29402617 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 0 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31921] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31921/stat : 31921 (java) S 31913 31915 31306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 29402617 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31922] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31922/stat : 31922 (java) S 31913 31915 31306 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 29402617 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31923] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31923/stat : 31923 (java) S 31913 31915 31306 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 29402621 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31924] ppid=31913 vsize=1543184 CPUtime=0.93
/proc/31915/task/31924/stat : 31924 (java) S 31913 31915 31306 0 -1 4202560 134 0 0 0 93 0 0 0 15 0 17 0 29402621 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31925] ppid=31913 vsize=1543184 CPUtime=3.38
/proc/31915/task/31925/stat : 31925 (java) S 31913 31915 31306 0 -1 4202560 6811 0 0 0 335 3 0 0 15 0 17 0 29402621 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 1 0 0 0
[pid=31915/tid=31926] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31926/stat : 31926 (java) S 31913 31915 31306 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 29402621 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31927] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31927/stat : 31927 (java) S 31913 31915 31306 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 29402621 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31928] ppid=31913 vsize=1543184 CPUtime=874.07
/proc/31915/task/31928/stat : 31928 (java) R 31913 31915 31306 0 -1 4202560 466 0 0 0 87387 20 0 0 25 0 17 0 29402954 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4110303196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31915/tid=31929] ppid=31913 vsize=1543184 CPUtime=874.15
/proc/31915/task/31929/stat : 31929 (java) R 31913 31915 31306 0 -1 4202560 465 0 0 0 87391 24 0 0 25 0 17 0 29402954 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4109862414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31915/tid=31930] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31930/stat : 31930 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 29403036 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
[pid=31915/tid=31931] ppid=31913 vsize=1543184 CPUtime=0
/proc/31915/task/31931/stat : 31931 (java) S 31913 31915 31306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 17 0 29403042 1580220416 172543 1992294400 134512640 134550932 4289081712 18446744073709551615 4294960144 0 4 0 16800975 18446604437852346240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1543184

Child status: 143
Real time (s): 915.5
CPU time (s): 1800.32
CPU user time (s): 1798.26
CPU system time (s): 2.05769
CPU usage (%): 196.649
Max. virtual memory (cumulated for all children) (KiB): 1552784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 2.05769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202547
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= 29980
involuntary context switches= 53640

runsolver used 4.49732 second user time and 9.55555 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 19:53:33
IDJOB=2662380
IDBENCH=2357
IDSOLVER=1166
FILE ID=node015/2662380-1276538013
PBS_JOBID= 11173453
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-trento1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662380-1276538013/watcher-2662380-1276538013 -o /tmp/evaluation-result-2662380-1276538013/solver-2662380-1276538013 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662380-1276538013.opb

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

MD5SUM BENCH= 3e144bcef2d8d517e1e9ee592d533dc8
RANDOM SEED=592372677

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1693984 kB
Buffers:        148864 kB
Cached:         135848 kB
SwapCached:      10756 kB
Active:          57760 kB
Inactive:       240420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1693984 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            3636 kB
Writeback:           0 kB
AnonPages:       11816 kB
Mapped:           9112 kB
Slab:            44668 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182064 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= 62580 MiB
End job on node015 at 2010-06-14 20:08:50