Trace number 2662628

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.37 909.235

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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 -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2662628-1276624202.opb
0.24/0.23	c reading problem ... 
4.07/2.98	c ... done. Wall clock time 2.761s.
4.07/2.98	c #vars     24751
4.07/2.98	c #constraints  79589
4.07/2.98	c constraints type 
4.07/2.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
4.07/2.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
4.07/2.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.07/2.98	c constraints type 
4.07/2.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
4.07/2.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
4.07/2.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1375.48/694.70	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1800.19/909.11	c starts		: 28
1800.19/909.11	c conflicts		: 7288
1800.19/909.11	c decisions		: 55121
1800.19/909.11	c propagations		: 4205377
1800.19/909.11	c inspects		: 35501901
1800.19/909.11	c learnt literals	: 0
1800.19/909.11	c learnt binary clauses	: 6
1800.19/909.12	c learnt ternary clauses	: 1
1800.19/909.12	c learnt clauses	: 7287
1800.19/909.12	c ignored clauses	: 0
1800.19/909.12	c root simplifications	: 0
1800.19/909.12	c removed literals (reason simplification)	: 39514370
1800.19/909.12	c reason swapping (by a shorter reason)	: 0
1800.19/909.12	c Calls to reduceDB	: 1
1800.19/909.12	c number of reductions to clauses (during analyze)	: 0
1800.19/909.12	c number of learned constraints concerned by reduction	: 0
1800.19/909.12	c number of learning phase by resolution	: 0
1800.19/909.12	c number of learning phase by cutting planes	: 0
1800.19/909.12	c speed (assignments/second)	: 4641.025414647551
1800.19/909.12	c non guided choices	89
1800.19/909.12	c learnt constraints type 
1800.19/909.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4780
1800.19/909.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.19/909.12	c constraints type 
1800.19/909.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.19/909.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.19/909.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/909.12	c constraints type 
1800.19/909.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.19/909.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.19/909.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/909.12	s UNKNOWN
1800.19/909.12	c Total wall clock time (in seconds): 908.901

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-2662628-1276624202/watcher-2662628-1276624202 -o /tmp/evaluation-result-2662628-1276624202/solver-2662628-1276624202 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662628-1276624202.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.00 1.00 2/106 10488
/proc/meminfo: memFree=1871412/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1832 CPUtime=0
/proc/10488/stat : 10488 (java6) R 10486 10488 9975 0 -1 4194304 244 0 0 0 0 0 0 0 19 0 1 0 3715640 1875968 147 1992294400 134512640 134550932 4294157472 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10488/statm: 458 147 111 10 0 63 0

[startup+0.0826851 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10488
/proc/meminfo: memFree=1871412/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1521796 CPUtime=0.07
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 3781 0 1 0 5 2 0 0 15 0 7 0 3715640 1558319104 3223 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 380449 3223 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101423 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10488
/proc/meminfo: memFree=1871412/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1524180 CPUtime=0.08
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 3715640 1560760320 3388 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 381045 3388 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301434 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10488
/proc/meminfo: memFree=1871412/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1526248 CPUtime=0.36
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 5641 0 1 0 32 4 0 0 15 0 12 0 3715640 1562877952 5079 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 381562 5079 1360 10 0 378865 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526248

[startup+0.70146 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10488
/proc/meminfo: memFree=1871412/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1528032 CPUtime=1.08
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 7590 0 1 0 104 4 0 0 15 0 12 0 3715640 1564704768 7028 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 382008 7029 1403 10 0 379311 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528032

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 7/118 10500
/proc/meminfo: memFree=1830644/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1532044 CPUtime=2.38
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 25565 0 1 0 226 12 0 0 15 0 12 0 3715640 1568813056 24288 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 383011 24290 1407 10 0 380314 0
[pid=10488/tid=10490] ppid=10486 vsize=1532044 CPUtime=1.46
/proc/10488/task/10490/stat : 10490 (java) R 10486 10488 9975 0 -1 4202560 21668 0 1 0 136 10 0 0 19 0 12 0 3715642 1568813056 24291 1992294400 134512640 134550932 4288786336 18446744073709551615 4109358271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 3715643 1568813056 24293 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 3715643 1568813056 24294 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3715645 1568813056 24296 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 3715645 1568813056 24297 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 3715645 1568813056 24299 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 3715650 1568813056 24300 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1532044 CPUtime=0.24
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 1108 0 0 0 24 0 0 0 16 0 12 0 3715650 1568813056 24302 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1532044 CPUtime=0.65
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 1729 0 0 0 64 1 0 0 15 0 12 0 3715650 1568813056 24303 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 3715650 1568813056 24304 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1532044 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3715650 1568813056 24306 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1532044

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 10500
/proc/meminfo: memFree=1724748/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1533016 CPUtime=4.4
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 39245 0 1 0 420 20 0 0 15 0 15 0 3715640 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 383254 37947 1429 10 0 380557 0
[pid=10488/tid=10490] ppid=10486 vsize=1533016 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32056 0 1 0 265 16 0 0 22 0 15 0 3715642 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1533016 CPUtime=0.07
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 1579 0 0 0 7 0 0 0 16 0 15 0 3715643 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1533016 CPUtime=0.06
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 1651 0 0 0 6 0 0 0 18 0 15 0 3715643 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 15 0 3715645 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3715645 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3715645 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3715650 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1533016 CPUtime=0.53
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 1125 0 0 0 53 0 0 0 16 0 15 0 3715650 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1533016 CPUtime=0.78
/proc/10488/task/10498/stat : 10498 (java) R 10486 10488 9975 0 -1 4202560 1737 0 0 0 77 1 0 0 15 0 15 0 3715650 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 105579364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 3715650 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1533016 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 3715650 1569808384 37947 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1533016

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 4/122 10504
/proc/meminfo: memFree=1723724/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1533340 CPUtime=10.74
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 39352 0 1 0 1054 20 0 0 15 0 16 0 3715640 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 383335 38050 1435 10 0 380638 0
[pid=10488/tid=10490] ppid=10486 vsize=1533340 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32056 0 1 0 265 16 0 0 18 0 16 0 3715642 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1533340 CPUtime=0.07
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 1579 0 0 0 7 0 0 0 16 0 16 0 3715643 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1533340 CPUtime=0.06
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 1651 0 0 0 6 0 0 0 18 0 16 0 3715643 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 3715645 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1533340 CPUtime=1.09
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 1162 0 0 0 109 0 0 0 15 0 16 0 3715650 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1533340 CPUtime=1.38
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 1781 0 0 0 137 1 0 0 15 0 16 0 3715650 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3715650 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1533340 CPUtime=2.65
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 25 0 0 0 265 0 0 0 25 0 16 0 3715939 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4109320532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1533340 CPUtime=2.6
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 20 0 0 0 260 0 0 0 25 0 16 0 3715939 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4109663151 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1570140160 38050 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 1533340

[startup+12.7022 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 10504
/proc/meminfo: memFree=1686772/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1533340 CPUtime=23.44
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 50830 0 1 0 2317 27 0 0 15 0 16 0 3715640 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 383335 48533 1435 10 0 380638 0
[pid=10488/tid=10490] ppid=10486 vsize=1533340 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32056 0 1 0 265 16 0 0 18 0 16 0 3715642 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1533340 CPUtime=0.39
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 7499 0 0 0 35 4 0 0 15 0 16 0 3715643 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1533340 CPUtime=0.38
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 7175 0 0 0 35 3 0 0 18 0 16 0 3715643 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 3715645 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1533340 CPUtime=1.48
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 1183 0 0 0 148 0 0 0 15 0 16 0 3715650 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1533340 CPUtime=1.41
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 1783 0 0 0 140 1 0 0 15 0 16 0 3715650 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3715650 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1533340 CPUtime=8.7
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 26 0 0 0 870 0 0 0 25 0 16 0 3715939 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4109396709 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1533340 CPUtime=8.21
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 28 0 0 0 820 1 0 0 18 0 16 0 3715939 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4109939458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1533340 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1570140160 48533 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 1533340

[startup+25.5101 s]
/proc/loadavg: 1.35 1.08 1.03 3/122 10504
/proc/meminfo: memFree=1646224/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1533340 CPUtime=48.81
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 61408 0 1 0 4847 34 0 0 15 0 16 0 3715640 1570140160 57430 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10488/statm: 384036 180798 1450 10 0 381339 0
[pid=10488/tid=10490] ppid=10486 vsize=1536144 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32064 0 1 0 265 16 0 0 15 0 16 0 3715642 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1536144 CPUtime=10.32
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 82187 0 0 0 986 46 0 0 15 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1536144 CPUtime=10.35
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 86575 0 0 0 979 56 0 0 16 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1536144 CPUtime=1.08
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 106 0 0 0 95 13 0 0 15 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1536144 CPUtime=2.96
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 2818 0 0 0 295 1 0 0 16 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1536144 CPUtime=1.55
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 2025 0 0 0 154 1 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1536144 CPUtime=740.91
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 577 0 0 0 74068 23 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109896849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1536144 CPUtime=739.1
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 617 0 0 0 73888 22 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109884477 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1509.16
Current children cumulated vsize (KiB) 1536144

[startup+822.302 s]
/proc/loadavg: 2.13 2.00 1.60 3/122 10535
/proc/meminfo: memFree=1149916/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1536144 CPUtime=1628.03
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 208173 0 1 0 162618 185 0 0 15 0 16 0 3715640 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 384036 180798 1450 10 0 381339 0
[pid=10488/tid=10490] ppid=10486 vsize=1536144 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32066 0 1 0 265 16 0 0 15 0 16 0 3715642 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1536144 CPUtime=10.69
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 82187 0 0 0 1023 46 0 0 16 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1536144 CPUtime=10.71
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 86575 0 0 0 1015 56 0 0 15 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1536144 CPUtime=1.11
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 108 0 0 0 97 14 0 0 15 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1536144 CPUtime=2.96
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 2818 0 0 0 295 1 0 0 16 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1536144 CPUtime=1.55
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 2025 0 0 0 154 1 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1536144 CPUtime=800.03
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 602 0 0 0 79979 24 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109896766 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1536144 CPUtime=798.09
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 667 0 0 0 79786 23 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109320509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.03
Current children cumulated vsize (KiB) 1536144

[startup+882.302 s]
/proc/loadavg: 2.23 2.06 1.64 3/122 10537
/proc/meminfo: memFree=1149916/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1536144 CPUtime=1746.98
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 208181 0 1 0 174511 187 0 0 15 0 16 0 3715640 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 384036 180798 1450 10 0 381339 0
[pid=10488/tid=10490] ppid=10486 vsize=1536144 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32066 0 1 0 265 16 0 0 15 0 16 0 3715642 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1536144 CPUtime=10.73
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 82187 0 0 0 1027 46 0 0 15 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1536144 CPUtime=10.75
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 86575 0 0 0 1019 56 0 0 16 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1536144 CPUtime=1.11
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 112 0 0 0 97 14 0 0 15 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1536144 CPUtime=2.96
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 2818 0 0 0 295 1 0 0 16 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1536144 CPUtime=1.55
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 2025 0 0 0 154 1 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1536144 CPUtime=858.96
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 603 0 0 0 85872 24 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109702263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1536144 CPUtime=858.02
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 668 0 0 0 85777 25 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109320612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.98
Current children cumulated vsize (KiB) 1536144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.101 s]
/proc/loadavg: 2.15 2.05 1.65 3/122 10537
/proc/meminfo: memFree=1149916/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=1536144 CPUtime=1800.19
/proc/10488/stat : 10488 (java) S 10486 10488 9975 0 -1 4202496 208186 0 1 0 179830 189 0 0 15 0 16 0 3715640 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 384036 180798 1450 10 0 381339 0
[pid=10488/tid=10490] ppid=10486 vsize=1536144 CPUtime=2.81
/proc/10488/task/10490/stat : 10490 (java) S 10486 10488 9975 0 -1 4202560 32066 0 1 0 265 16 0 0 15 0 16 0 3715642 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10491] ppid=10486 vsize=1536144 CPUtime=10.75
/proc/10488/task/10491/stat : 10491 (java) S 10486 10488 9975 0 -1 4202560 82187 0 0 0 1029 46 0 0 15 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10492] ppid=10486 vsize=1536144 CPUtime=10.77
/proc/10488/task/10492/stat : 10492 (java) S 10486 10488 9975 0 -1 4202560 86575 0 0 0 1021 56 0 0 16 0 16 0 3715643 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10493] ppid=10486 vsize=1536144 CPUtime=1.11
/proc/10488/task/10493/stat : 10493 (java) S 10486 10488 9975 0 -1 4202560 114 0 0 0 97 14 0 0 15 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 0 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10494] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10494/stat : 10494 (java) S 10486 10488 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10495] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10495/stat : 10495 (java) S 10486 10488 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3715645 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10496] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10496/stat : 10496 (java) S 10486 10488 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10497] ppid=10486 vsize=1536144 CPUtime=2.96
/proc/10488/task/10497/stat : 10497 (java) S 10486 10488 9975 0 -1 4202560 2818 0 0 0 295 1 0 0 16 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10498] ppid=10486 vsize=1536144 CPUtime=1.55
/proc/10488/task/10498/stat : 10498 (java) S 10486 10488 9975 0 -1 4202560 2025 0 0 0 154 1 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10499] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10499/stat : 10499 (java) S 10486 10488 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10500] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10500/stat : 10500 (java) S 10486 10488 9975 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 3715650 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
[pid=10488/tid=10501] ppid=10486 vsize=1536144 CPUtime=885.34
/proc/10488/task/10501/stat : 10501 (java) R 10486 10488 9975 0 -1 4202560 604 0 0 0 88510 24 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109896816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=1536144 CPUtime=884.8
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4202560 668 0 0 0 88454 26 0 0 25 0 16 0 3715939 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4109320532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10488/tid=10503] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10503/stat : 10503 (java) S 10486 10488 9975 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3715949 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 1 0 0 0
[pid=10488/tid=10504] ppid=10486 vsize=1536144 CPUtime=0
/proc/10488/task/10504/stat : 10504 (java) S 10486 10488 9975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 3715951 1573011456 180798 1992294400 134512640 134550932 4288786336 18446744073709551615 4294960144 0 4 0 16800975 18446604437832241536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1536144

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

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

[startup+909.215 s]
/proc/loadavg: 2.15 2.05 1.65 3/122 10537
/proc/meminfo: memFree=1149916/2059040 swapFree=4164944/4192956
[pid=10488] ppid=10486 vsize=0 CPUtime=1800.35
/proc/10488/stat : 10488 (java) Z 10486 10488 9975 0 -1 4203548 208207 0 1 0 179841 194 0 0 15 0 2 0 3715640 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10488/statm: 0 0 0 0 0 0 0
[pid=10488/tid=10502] ppid=10486 vsize=0 CPUtime=884.89
/proc/10488/task/10502/stat : 10502 (java) R 10486 10488 9975 0 -1 4203588 668 0 0 0 88459 30 0 0 25 0 2 0 3715939 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.235
CPU time (s): 1800.37
CPU user time (s): 1798.41
CPU system time (s): 1.9597
CPU usage (%): 198.01
Max. virtual memory (cumulated for all children) (KiB): 1538156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.9597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208207
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= 33315
involuntary context switches= 56011

runsolver used 4.76727 second user time and 9.44856 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-15 19:50:02
IDJOB=2662628
IDBENCH=2963
IDSOLVER=1166
FILE ID=node029/2662628-1276624202
PBS_JOBID= 11172303
Free space on /tmp= 62572 MiB

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

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1676063367

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1871868 kB
Buffers:         12192 kB
Cached:          78436 kB
SwapCached:         68 kB
Active:          22660 kB
Inactive:       100760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1871868 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:            3680 kB
Writeback:           0 kB
AnonPages:       32700 kB
Mapped:          15080 kB
Slab:            41760 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182700 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= 62572 MiB
End job on node029 at 2010-06-15 20:05:14