Trace number 2662405

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.43 911.478

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark261
Best CPU time to get the best result obtained on this benchmark1800.44
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2647
Number of bits of the biggest sum of numbers12
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662405-1276619807.opb
0.24/0.21	c reading problem ... 
6.78/4.39	c ... done. Wall clock time 4.174s.
6.78/4.39	c #vars     7081
6.78/4.39	c #constraints  13889
6.78/4.39	c constraints type 
6.78/4.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
6.78/4.39	c constraints type 
6.78/4.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
258.20/131.29	c cleaning 2501 clauses out of 5001 with flag 5001/5001
319.21/162.27	c cleaning 0 clauses out of 5002 with flag 0/5002
538.80/273.27	c cleaning 4242 clauses out of 8499 with flag 11000/11000
882.84/447.06	c cleaning 0 clauses out of 11001 with flag 0/11001
892.32/452.20	c cleaning 5616 clauses out of 11257 with flag 18000/18000
1277.15/646.54	c cleaning 6818 clauses out of 13641 with flag 26000/26000
1670.28/845.13	c cleaning 7903 clauses out of 15825 with flag 35002/35002
1703.94/862.50	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.12/911.31	c starts		: 64
1800.12/911.31	c conflicts		: 38071
1800.12/911.31	c decisions		: 53464
1800.12/911.31	c propagations		: 12111911
1800.12/911.31	c inspects		: 371383565
1800.12/911.31	c learnt literals	: 0
1800.12/911.31	c learnt binary clauses	: 1
1800.12/911.31	c learnt ternary clauses	: 6
1800.12/911.31	c learnt clauses	: 38070
1800.12/911.31	c ignored clauses	: 0
1800.12/911.31	c root simplifications	: 0
1800.12/911.31	c removed literals (reason simplification)	: 623234
1800.12/911.31	c reason swapping (by a shorter reason)	: 0
1800.12/911.31	c Calls to reduceDB	: 5
1800.12/911.31	c number of reductions to clauses (during analyze)	: 0
1800.12/911.31	c number of learned constraints concerned by reduction	: 0
1800.12/911.32	c number of learning phase by resolution	: 0
1800.12/911.32	c number of learning phase by cutting planes	: 0
1800.12/911.32	c speed (assignments/second)	: 13354.876021029233
1800.12/911.32	c non guided choices	4246
1800.33/911.43	c learnt constraints type 
1800.33/911.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10995
1800.33/911.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.33/911.43	c constraints type 
1800.33/911.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
1800.33/911.43	c constraints type 
1800.33/911.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
1800.33/911.43	s UNKNOWN
1800.33/911.43	c Total wall clock time (in seconds): 911.221

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.03 1.00 3/105 10234
/proc/meminfo: memFree=1500968/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=248 CPUtime=0
/proc/10234/stat : 10234 (java) R 10232 10234 10045 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 3274296 253952 28 1992294400 134512640 134550932 4292400848 18446744073709551615 1495636 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10234/statm: 62 28 21 10 0 23 0

[startup+0.106572 s]
/proc/loadavg: 1.08 1.03 1.00 3/105 10234
/proc/meminfo: memFree=1500968/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1524180 CPUtime=0.09
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 4006 0 1 0 7 2 0 0 25 0 12 0 3274296 1560760320 3444 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 381045 3445 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.20159 s]
/proc/loadavg: 1.08 1.03 1.00 3/105 10234
/proc/meminfo: memFree=1500968/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1526120 CPUtime=0.24
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 5098 0 1 0 21 3 0 0 25 0 12 0 3274296 1562746880 4534 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 381530 4534 1345 10 0 378833 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526120

[startup+0.301595 s]
/proc/loadavg: 1.08 1.03 1.00 3/105 10234
/proc/meminfo: memFree=1500968/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1526120 CPUtime=0.36
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 5445 0 1 0 33 3 0 0 25 0 12 0 3274296 1562746880 4881 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 381530 4881 1368 10 0 378833 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526120

[startup+0.701649 s]
/proc/loadavg: 1.08 1.03 1.00 3/105 10234
/proc/meminfo: memFree=1500968/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1539984 CPUtime=1.14
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 10280 0 1 0 110 4 0 0 25 0 12 0 3274296 1576943616 8950 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 384996 8950 1404 10 0 382299 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1539984

[startup+1.50173 s]
/proc/loadavg: 1.08 1.03 1.00 4/117 10246
/proc/meminfo: memFree=1462680/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1542780 CPUtime=2.61
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 21196 0 1 0 252 9 0 0 25 0 12 0 3274296 1579806720 17308 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 385695 17310 1406 10 0 382998 0
[pid=10234/tid=10236] ppid=10232 vsize=1542780 CPUtime=1.15
/proc/10234/task/10236/stat : 10236 (java) R 10232 10234 10045 0 -1 4202560 12121 0 1 0 109 6 0 0 25 0 12 0 3274298 1579806720 17311 1992294400 134512640 134550932 4292400848 18446744073709551615 4109152304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 3274299 1579806720 17312 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 3274299 1579806720 17313 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 3274301 1579806720 17315 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 3274301 1579806720 17316 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 3274302 1579806720 17318 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3274306 1579806720 17319 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1542780 CPUtime=1.01
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5405 0 0 0 100 1 0 0 25 0 12 0 3274306 1579806720 17321 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1542780 CPUtime=0.41
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 2608 0 0 0 41 0 0 0 25 0 12 0 3274306 1579806720 17322 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3274306 1579806720 17323 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1542780 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3274306 1579806720 17324 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1542780

[startup+3.10191 s]
/proc/loadavg: 1.15 1.04 1.01 3/117 10246
/proc/meminfo: memFree=1353684/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1549948 CPUtime=5.31
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 52654 0 1 0 507 24 0 0 25 0 12 0 3274296 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387487 43939 1421 10 0 384790 0
[pid=10234/tid=10236] ppid=10232 vsize=1549948 CPUtime=2.07
/proc/10234/task/10236/stat : 10236 (java) R 10232 10234 10045 0 -1 4202560 32013 0 1 0 191 16 0 0 24 0 12 0 3274298 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4109024678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1549948 CPUtime=0.12
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 2503 0 0 0 11 1 0 0 18 0 12 0 3274299 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1549948 CPUtime=0.12
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 2576 0 0 0 11 1 0 0 18 0 12 0 3274299 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 3274301 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3274301 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 3274302 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3274306 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1549948 CPUtime=1.56
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5459 0 0 0 155 1 0 0 17 0 12 0 3274306 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1549948 CPUtime=1.39
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9030 0 0 0 136 3 0 0 23 0 12 0 3274306 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3274306 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1549948 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3274306 1587146752 43939 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 1549948

[startup+6.30229 s]
/proc/loadavg: 1.15 1.04 1.01 3/121 10250
/proc/meminfo: memFree=1277764/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=10.64
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 68260 0 1 0 1033 31 0 0 25 0 16 0 3274296 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387179 57058 1434 10 0 384482 0
[pid=10234/tid=10236] ppid=10232 vsize=1548716 CPUtime=3.08
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32041 0 1 0 292 16 0 0 18 0 16 0 3274298 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1548716 CPUtime=0.75
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 10229 0 0 0 71 4 0 0 16 0 16 0 3274299 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1548716 CPUtime=0.76
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 10336 0 0 0 72 4 0 0 16 0 16 0 3274299 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 3274301 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3274301 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3274302 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1548716 CPUtime=2.04
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5490 0 0 0 203 1 0 0 15 0 16 0 3274306 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1548716 CPUtime=1.48
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9033 0 0 0 145 3 0 0 15 0 16 0 3274306 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3274306 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1548716 CPUtime=1.38
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 25 0 0 0 138 0 0 0 25 0 16 0 3274736 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4109507389 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1548716 CPUtime=1.08
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 23 0 0 0 108 0 0 0 25 0 16 0 3274736 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4109200976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 57058 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 1548716

[startup+12.702 s]
/proc/loadavg: 1.28 1.07 1.02 3/121 10250
/proc/meminfo: memFree=1254328/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=23.32
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 75462 0 1 0 2297 35 0 0 25 0 16 0 3274296 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387179 62724 1435 10 0 384482 0
[pid=10234/tid=10236] ppid=10232 vsize=1548716 CPUtime=3.08
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32041 0 1 0 292 16 0 0 18 0 16 0 3274298 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1548716 CPUtime=1.42
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 13852 0 0 0 136 6 0 0 16 0 16 0 3274299 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1548716 CPUtime=1.42
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 13848 0 0 0 137 5 0 0 16 0 16 0 3274299 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 3274301 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3274301 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3274302 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1548716 CPUtime=2.69
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5534 0 0 0 268 1 0 0 15 0 16 0 3274306 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1548716 CPUtime=1.63
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9040 0 0 0 160 3 0 0 15 0 16 0 3274306 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3274306 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1548716 CPUtime=6.99
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 31 0 0 0 699 0 0 0 25 0 16 0 3274736 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4109552799 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1548716 CPUtime=6.01
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 33 0 0 0 601 0 0 0 25 0 16 0 3274736 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4109505669 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 62724 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 1548716

[startup+25.5025 s]
/proc/loadavg: 1.39 1.10 1.03 3/121 10250
/proc/meminfo: memFree=1250112/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=48.69
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 76577 0 1 0 4832 37 0 0 25 0 16 0 3274296 1585885184 63817 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 77040 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 77040 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1506.16
Current children cumulated vsize (KiB) 1548716

[startup+822.302 s]
/proc/loadavg: 2.15 2.05 1.63 3/121 10272
/proc/meminfo: memFree=1186748/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=1625.09
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 100776 0 1 0 162408 101 0 0 25 0 16 0 3274296 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387179 79370 1450 10 0 384482 0
[pid=10234/tid=10236] ppid=10232 vsize=1548716 CPUtime=3.09
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32056 0 1 0 293 16 0 0 15 0 16 0 3274298 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1548716 CPUtime=29.82
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 22063 0 0 0 2958 24 0 0 16 0 16 0 3274299 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1548716 CPUtime=29.9
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 21644 0 0 0 2957 33 0 0 16 0 16 0 3274299 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1548716 CPUtime=3.5
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 8439 0 0 0 340 10 0 0 15 0 16 0 3274301 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3274301 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3274302 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1548716 CPUtime=2.88
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5541 0 0 0 287 1 0 0 15 0 16 0 3274306 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1548716 CPUtime=2.27
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9073 0 0 0 224 3 0 0 16 0 16 0 3274306 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 3274306 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1548716 CPUtime=778.73
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 428 0 0 0 77868 5 0 0 25 0 16 0 3274736 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4109552799 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1548716 CPUtime=774.82
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 404 0 0 0 77478 4 0 0 25 0 16 0 3274736 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4109532485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 79370 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1625.09
Current children cumulated vsize (KiB) 1548716

[startup+882.31 s]
/proc/loadavg: 2.08 2.05 1.66 3/121 10274
/proc/meminfo: memFree=1181788/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=1742.64
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 104467 0 1 0 174156 108 0 0 25 0 16 0 3274296 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387179 80426 1450 10 0 384482 0
[pid=10234/tid=10236] ppid=10232 vsize=1548716 CPUtime=3.09
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32058 0 1 0 293 16 0 0 15 0 16 0 3274298 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1548716 CPUtime=32.31
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 22568 0 0 0 3204 27 0 0 16 0 16 0 3274299 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1548716 CPUtime=32.37
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 22206 0 0 0 3202 35 0 0 15 0 16 0 3274299 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1548716 CPUtime=4.94
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 11005 0 0 0 482 12 0 0 15 0 16 0 3274301 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3274301 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3274302 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1548716 CPUtime=2.88
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5541 0 0 0 287 1 0 0 15 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1548716 CPUtime=2.27
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9073 0 0 0 224 3 0 0 16 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1548716 CPUtime=834.74
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 454 0 0 0 83468 6 0 0 25 0 16 0 3274736 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4109373286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1548716 CPUtime=829.95
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 432 0 0 0 82991 4 0 0 25 0 16 0 3274736 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4108980399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.64
Current children cumulated vsize (KiB) 1548716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.301 s]
/proc/loadavg: 2.30 2.11 1.69 3/121 10274
/proc/meminfo: memFree=1181788/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1548716 CPUtime=1800.12
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 104499 0 1 0 179901 111 0 0 25 0 16 0 3274296 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387179 80426 1450 10 0 384482 0
[pid=10234/tid=10236] ppid=10232 vsize=1548716 CPUtime=3.09
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32058 0 1 0 293 16 0 0 15 0 16 0 3274298 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1548716 CPUtime=33.54
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 22568 0 0 0 3325 29 0 0 16 0 16 0 3274299 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1548716 CPUtime=33.58
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 22206 0 0 0 3323 35 0 0 16 0 16 0 3274299 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1548716 CPUtime=4.95
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 11007 0 0 0 483 12 0 0 15 0 16 0 3274301 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3274301 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3274302 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1548716 CPUtime=2.88
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5541 0 0 0 287 1 0 0 15 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1548716 CPUtime=2.27
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9073 0 0 0 224 3 0 0 16 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 3274306 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1548716 CPUtime=862.48
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 471 0 0 0 86242 6 0 0 25 0 16 0 3274736 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4109352193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1548716 CPUtime=857.23
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 443 0 0 0 85719 4 0 0 25 0 16 0 3274736 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4109506325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1548716 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3274742 1585885184 80426 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1548716

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

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

[startup+911.417 s]
/proc/loadavg: 2.30 2.11 1.69 3/121 10274
/proc/meminfo: memFree=1181788/2059040 swapFree=4192956/4192956
[pid=10234] ppid=10232 vsize=1549364 CPUtime=1800.33
/proc/10234/stat : 10234 (java) S 10232 10234 10045 0 -1 4202496 104515 0 1 0 179922 111 0 0 18 0 18 0 3274296 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10234/statm: 387341 80442 1450 10 0 384644 0
[pid=10234/tid=10236] ppid=10232 vsize=1549364 CPUtime=3.09
/proc/10234/task/10236/stat : 10236 (java) S 10232 10234 10045 0 -1 4202560 32058 0 1 0 293 16 0 0 15 0 18 0 3274298 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10237] ppid=10232 vsize=1549364 CPUtime=33.54
/proc/10234/task/10237/stat : 10237 (java) S 10232 10234 10045 0 -1 4202560 22568 0 0 0 3325 29 0 0 16 0 18 0 3274299 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10238] ppid=10232 vsize=1549364 CPUtime=33.58
/proc/10234/task/10238/stat : 10238 (java) S 10232 10234 10045 0 -1 4202560 22206 0 0 0 3323 35 0 0 16 0 18 0 3274299 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10239] ppid=10232 vsize=1549364 CPUtime=4.95
/proc/10234/task/10239/stat : 10239 (java) S 10232 10234 10045 0 -1 4202560 11007 0 0 0 483 12 0 0 15 0 18 0 3274301 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 0 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10240] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10240/stat : 10240 (java) S 10232 10234 10045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 3274301 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10241] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10241/stat : 10241 (java) S 10232 10234 10045 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 3274302 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10242] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10242/stat : 10242 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 3274306 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10243] ppid=10232 vsize=1549364 CPUtime=2.88
/proc/10234/task/10243/stat : 10243 (java) S 10232 10234 10045 0 -1 4202560 5541 0 0 0 287 1 0 0 15 0 18 0 3274306 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10244] ppid=10232 vsize=1549364 CPUtime=2.27
/proc/10234/task/10244/stat : 10244 (java) S 10232 10234 10045 0 -1 4202560 9073 0 0 0 224 3 0 0 16 0 18 0 3274306 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10245] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10245/stat : 10245 (java) S 10232 10234 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 3274306 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10246] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10246/stat : 10246 (java) S 10232 10234 10045 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 3274306 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
[pid=10234/tid=10247] ppid=10232 vsize=1549364 CPUtime=862.58
/proc/10234/task/10247/stat : 10247 (java) R 10232 10234 10045 0 -1 4202560 471 0 0 0 86252 6 0 0 25 0 18 0 3274736 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4109352193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10234/tid=10248] ppid=10232 vsize=1549364 CPUtime=857.33
/proc/10234/task/10248/stat : 10248 (java) R 10232 10234 10045 0 -1 4202560 443 0 0 0 85729 4 0 0 25 0 18 0 3274736 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4109506372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10234/tid=10249] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10249/stat : 10249 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 3274742 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 0 0 0 0
[pid=10234/tid=10250] ppid=10232 vsize=1549364 CPUtime=0
/proc/10234/task/10250/stat : 10250 (java) S 10232 10234 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 3274742 1586548736 80442 1992294400 134512640 134550932 4292400848 18446744073709551615 4294960144 0 4 0 16800975 18446604437865642048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1549364

Child status: 143
Real time (s): 911.478
CPU time (s): 1800.43
CPU user time (s): 1799.28
CPU system time (s): 1.14782
CPU usage (%): 197.528
Max. virtual memory (cumulated for all children) (KiB): 1553844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.14783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104519
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= 29397
involuntary context switches= 50221

runsolver used 4.75328 second user time and 10.1235 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-15 18:36:47
IDJOB=2662405
IDBENCH=2939
IDSOLVER=1166
FILE ID=node088/2662405-1276619807
PBS_JOBID= 11172312
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_17.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662405-1276619807/watcher-2662405-1276619807 -o /tmp/evaluation-result-2662405-1276619807/solver-2662405-1276619807 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662405-1276619807.opb

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=773075091

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1501364 kB
Buffers:         82828 kB
Cached:         347364 kB
SwapCached:          0 kB
Active:         191364 kB
Inactive:       298760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1501364 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3876 kB
Writeback:          24 kB
AnonPages:       59860 kB
Mapped:          15504 kB
Slab:            45864 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62560 MiB
End job on node088 at 2010-06-15 18:52:01