Trace number 2662242

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.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
MD5SUM2a5c3ceba4b0797f84fa61492c45250f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
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.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662242-1276626265.opb
0.25/0.22	c reading problem ... 
4.11/2.89	c ... done. Wall clock time 2.667s.
4.11/2.89	c #vars     20501
4.11/2.89	c #constraints  65854
4.11/2.89	c constraints type 
4.11/2.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
4.11/2.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
4.11/2.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.11/2.89	c constraints type 
4.11/2.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40400
4.11/2.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20200
4.11/2.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
740.10/374.27	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1800.12/909.81	c starts		: 28
1800.12/909.81	c conflicts		: 8329
1800.12/909.81	c decisions		: 97470
1800.12/909.81	c propagations		: 2700845
1800.12/909.81	c inspects		: 34883692
1800.12/909.82	c learnt literals	: 0
1800.12/909.82	c learnt binary clauses	: 4
1800.12/909.82	c learnt ternary clauses	: 15
1800.12/909.82	c learnt clauses	: 8328
1800.12/909.82	c ignored clauses	: 0
1800.12/909.82	c root simplifications	: 0
1800.12/909.82	c removed literals (reason simplification)	: 41088163
1800.12/909.82	c reason swapping (by a shorter reason)	: 0
1800.12/909.82	c Calls to reduceDB	: 1
1800.12/909.82	c number of reductions to clauses (during analyze)	: 0
1800.12/909.82	c number of learned constraints concerned by reduction	: 0
1800.12/909.82	c number of learning phase by resolution	: 0
1800.12/909.82	c number of learning phase by cutting planes	: 0
1800.12/909.82	c speed (assignments/second)	: 2978.024643713648
1800.12/909.82	c non guided choices	62
1800.12/909.85	c learnt constraints type 
1800.12/909.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5826
1800.12/909.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.12/909.85	c constraints type 
1800.12/909.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1800.12/909.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1800.12/909.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.12/909.85	c constraints type 
1800.12/909.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40400
1800.12/909.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20200
1800.12/909.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.12/909.85	s UNKNOWN
1800.12/909.85	c Total wall clock time (in seconds): 909.633

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-2662242-1276626265/watcher-2662242-1276626265 -o /tmp/evaluation-result-2662242-1276626265/solver-2662242-1276626265 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662242-1276626265.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.32 1.12 1.18 3/106 2689
/proc/meminfo: memFree=1873336/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1748 CPUtime=0
/proc/2689/stat : 2689 (java) R 2687 2689 2557 0 -1 4194304 312 0 0 0 0 0 0 0 18 0 1 0 36278352 1789952 58 1992294400 134512640 134550932 4291458480 18446744073709551615 3227609 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2689/statm: 438 73 58 10 0 30 0

[startup+0.0670631 s]
/proc/loadavg: 1.32 1.12 1.18 3/106 2689
/proc/meminfo: memFree=1873336/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1521796 CPUtime=0.05
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 3683 0 1 0 3 2 0 0 18 0 7 0 36278352 1558319104 3124 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 380449 3124 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101063 s]
/proc/loadavg: 1.32 1.12 1.18 3/106 2689
/proc/meminfo: memFree=1873336/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1524180 CPUtime=0.09
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 3960 0 1 0 6 3 0 0 18 0 12 0 36278352 1560760320 3399 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301106 s]
/proc/loadavg: 1.32 1.12 1.18 3/106 2689
/proc/meminfo: memFree=1873336/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1526256 CPUtime=0.36
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 5567 0 1 0 33 3 0 0 18 0 12 0 36278352 1562886144 5004 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 381564 5004 1360 10 0 378867 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526256

[startup+0.701195 s]
/proc/loadavg: 1.32 1.12 1.18 3/106 2689
/proc/meminfo: memFree=1873336/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1528064 CPUtime=1.06
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 7368 0 1 0 101 5 0 0 18 0 12 0 36278352 1564737536 6805 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 382016 6805 1401 10 0 379319 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528064

[startup+1.50234 s]
/proc/loadavg: 1.32 1.12 1.18 4/118 2701
/proc/meminfo: memFree=1838832/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1532228 CPUtime=2.42
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 20182 0 1 0 230 12 0 0 18 0 12 0 36278352 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 383057 18933 1407 10 0 380360 0
[pid=2689/tid=2691] ppid=2687 vsize=1532228 CPUtime=1.45
/proc/2689/task/2691/stat : 2691 (java) R 2687 2689 2557 0 -1 4202560 16332 0 1 0 135 10 0 0 25 0 12 0 36278354 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4109299182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 12 0 36278355 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 36278355 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 36278357 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 11 0 0 0 0 0 0 0 24 0 12 0 36278357 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 36278357 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 36278362 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1532228 CPUtime=0.04
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 25 0 0 0 4 0 0 0 22 0 12 0 36278362 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1532228 CPUtime=0.9
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2761 0 0 0 89 1 0 0 17 0 12 0 36278362 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36278362 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1532228 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36278362 1569001472 18933 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1532228

[startup+3.10264 s]
/proc/loadavg: 1.54 1.17 1.19 3/118 2701
/proc/meminfo: memFree=1730456/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1533200 CPUtime=4.65
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 39516 0 1 0 444 21 0 0 18 0 15 0 36278352 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 383300 37970 1430 10 0 380603 0
[pid=2689/tid=2691] ppid=2687 vsize=1533200 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32053 0 1 0 259 17 0 0 25 0 15 0 36278354 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1533200 CPUtime=0.07
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 1582 0 0 0 7 0 0 0 18 0 15 0 36278355 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1533200 CPUtime=0.06
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 1649 0 0 0 6 0 0 0 18 0 15 0 36278355 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 15 0 36278357 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 36278357 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 36278357 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 36278362 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1533200 CPUtime=0.36
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 343 0 0 0 36 0 0 0 16 0 15 0 36278362 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1533200 CPUtime=1.22
/proc/2689/task/2699/stat : 2699 (java) R 2687 2689 2557 0 -1 4202560 2788 0 0 0 121 1 0 0 16 0 15 0 36278362 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 102093696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 36278362 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1533200 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 36278362 1569996800 37970 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1533200

[startup+6.30222 s]
/proc/loadavg: 1.54 1.17 1.19 3/122 2705
/proc/meminfo: memFree=1724720/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1534548 CPUtime=10.98
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 40884 0 1 0 1076 22 0 0 18 0 16 0 36278352 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 383637 38362 1435 10 0 380940 0
[pid=2689/tid=2691] ppid=2687 vsize=1534548 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32053 0 1 0 259 17 0 0 18 0 16 0 36278354 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1534548 CPUtime=0.07
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 1582 0 0 0 7 0 0 0 18 0 16 0 36278355 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1534548 CPUtime=0.06
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 1649 0 0 0 6 0 0 0 18 0 16 0 36278355 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 36278357 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1534548 CPUtime=1.07
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 1625 0 0 0 107 0 0 0 16 0 16 0 36278362 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1534548 CPUtime=1.98
/proc/2689/task/2699/stat : 2699 (java) R 2687 2689 2557 0 -1 4202560 2853 0 0 0 197 1 0 0 16 0 16 0 36278362 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 105712302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 36278362 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1534548 CPUtime=2.39
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 12 0 0 0 239 0 0 0 25 0 16 0 36278642 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1534548 CPUtime=2.57
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 29 0 0 0 257 0 0 0 25 0 16 0 36278642 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4110034471 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1571377152 38362 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 1534548

[startup+12.7024 s]
/proc/loadavg: 1.68 1.22 1.20 3/122 2705
/proc/meminfo: memFree=1676856/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1534548 CPUtime=23.65
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 53677 0 1 0 2335 30 0 0 18 0 16 0 36278352 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 383637 50198 1435 10 0 380940 0
[pid=2689/tid=2691] ppid=2687 vsize=1534548 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32053 0 1 0 259 17 0 0 18 0 16 0 36278354 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1534548 CPUtime=0.58
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 8446 0 0 0 54 4 0 0 16 0 16 0 36278355 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1534548 CPUtime=0.56
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 7547 0 0 0 53 3 0 0 15 0 16 0 36278355 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1534548 CPUtime=0.01
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 16 0 36278357 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1534548 CPUtime=1.07
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 1625 0 0 0 107 0 0 0 16 0 16 0 36278362 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1534548 CPUtime=2.15
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2862 0 0 0 214 1 0 0 15 0 16 0 36278362 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 36278362 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1534548 CPUtime=7.99
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 19 0 0 0 799 0 0 0 25 0 16 0 36278642 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4109368887 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1534548 CPUtime=8.45
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 43 0 0 0 845 0 0 0 22 0 16 0 36278642 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4109868178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1534548 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1571377152 50198 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 1534548

[startup+25.5017 s]
/proc/loadavg: 1.73 1.24 1.21 3/122 2705
/proc/meminfo: memFree=1674500/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1534548 CPUtime=49.01
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 54342 0 1 0 4869 32 0 0 18 0 16 0 36278352 1571377152 50813 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/2689/statm: 385173 100315 1449 10 0 382476 0
[pid=2689/tid=2691] ppid=2687 vsize=1540692 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32054 0 1 0 259 17 0 0 15 0 16 0 36278354 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1540692 CPUtime=6.39
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 33832 0 0 0 617 22 0 0 16 0 16 0 36278355 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1540692 CPUtime=6.38
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 34280 0 0 0 617 21 0 0 15 0 16 0 36278355 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1540692 CPUtime=1.02
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 218 0 0 0 84 18 0 0 16 0 16 0 36278357 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1540692 CPUtime=1.95
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 5005 0 0 0 194 1 0 0 15 0 16 0 36278362 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1540692 CPUtime=2.45
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2869 0 0 0 244 1 0 0 15 0 16 0 36278362 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 36278362 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1540692 CPUtime=743.03
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 584 0 0 0 74283 20 0 0 25 0 16 0 36278642 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4109368848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1540692 CPUtime=745.74
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 1238 0 0 0 74557 17 0 0 25 0 16 0 36278642 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4110034409 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1577668608 100315 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1509.81
Current children cumulated vsize (KiB) 1540692

[startup+822.302 s]
/proc/loadavg: 2.05 2.01 1.69 3/122 2727
/proc/meminfo: memFree=1467048/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1540692 CPUtime=1628.8
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 115568 0 1 0 162751 129 0 0 18 0 16 0 36278352 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 385173 103691 1449 10 0 382476 0
[pid=2689/tid=2691] ppid=2687 vsize=1540692 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32054 0 1 0 259 17 0 0 15 0 16 0 36278354 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1540692 CPUtime=6.94
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 36303 0 0 0 670 24 0 0 16 0 16 0 36278355 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1540692 CPUtime=6.92
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 36043 0 0 0 670 22 0 0 15 0 16 0 36278355 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1540692 CPUtime=1.05
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 222 0 0 0 86 19 0 0 15 0 16 0 36278357 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1540692 CPUtime=1.95
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 5005 0 0 0 194 1 0 0 15 0 16 0 36278362 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1540692 CPUtime=2.45
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2869 0 0 0 244 1 0 0 15 0 16 0 36278362 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 36278362 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1540692 CPUtime=802.35
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 586 0 0 0 80213 22 0 0 25 0 16 0 36278642 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4109368928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1540692 CPUtime=804.3
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 1365 0 0 0 80412 18 0 0 25 0 16 0 36278642 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4109981319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1577668608 103691 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.8
Current children cumulated vsize (KiB) 1540692

[startup+882.302 s]
/proc/loadavg: 2.24 2.06 1.72 4/123 2732
/proc/meminfo: memFree=1424012/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1540692 CPUtime=1746.99
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 121925 0 1 0 174561 138 0 0 18 0 16 0 36278352 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 385173 109261 1449 10 0 382476 0
[pid=2689/tid=2691] ppid=2687 vsize=1540692 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32056 0 1 0 259 17 0 0 15 0 16 0 36278354 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1540692 CPUtime=7.62
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 39798 0 0 0 735 27 0 0 15 0 16 0 36278355 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1540692 CPUtime=7.63
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 38758 0 0 0 739 24 0 0 16 0 16 0 36278355 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1540692 CPUtime=1.12
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 226 0 0 0 91 21 0 0 16 0 16 0 36278357 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1540692 CPUtime=1.95
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 5005 0 0 0 194 1 0 0 15 0 16 0 36278362 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1540692 CPUtime=2.45
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2869 0 0 0 244 1 0 0 15 0 16 0 36278362 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36278362 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1540692 CPUtime=860.44
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 671 0 0 0 86021 23 0 0 25 0 16 0 36278642 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4109894086 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1540692 CPUtime=862.94
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 1417 0 0 0 86274 20 0 0 25 0 16 0 36278642 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4109578304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1577668608 109261 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.99
Current children cumulated vsize (KiB) 1540692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.802 s]
/proc/loadavg: 2.49 2.13 1.76 3/122 2732
/proc/meminfo: memFree=1434436/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=1540692 CPUtime=1800.12
/proc/2689/stat : 2689 (java) S 2687 2689 2557 0 -1 4202496 123202 0 1 0 179870 142 0 0 18 0 16 0 36278352 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 385173 110468 1449 10 0 382476 0
[pid=2689/tid=2691] ppid=2687 vsize=1540692 CPUtime=2.76
/proc/2689/task/2691/stat : 2691 (java) S 2687 2689 2557 0 -1 4202560 32057 0 1 0 259 17 0 0 15 0 16 0 36278354 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2692] ppid=2687 vsize=1540692 CPUtime=7.95
/proc/2689/task/2692/stat : 2692 (java) S 2687 2689 2557 0 -1 4202560 40522 0 0 0 768 27 0 0 16 0 16 0 36278355 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2693] ppid=2687 vsize=1540692 CPUtime=7.91
/proc/2689/task/2693/stat : 2693 (java) S 2687 2689 2557 0 -1 4202560 39247 0 0 0 767 24 0 0 16 0 16 0 36278355 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2694] ppid=2687 vsize=1540692 CPUtime=1.15
/proc/2689/task/2694/stat : 2694 (java) S 2687 2689 2557 0 -1 4202560 226 0 0 0 94 21 0 0 15 0 16 0 36278357 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 0 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2695] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2695/stat : 2695 (java) S 2687 2689 2557 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2696] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2696/stat : 2696 (java) S 2687 2689 2557 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36278357 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2697] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2697/stat : 2697 (java) S 2687 2689 2557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2698] ppid=2687 vsize=1540692 CPUtime=1.95
/proc/2689/task/2698/stat : 2698 (java) S 2687 2689 2557 0 -1 4202560 5005 0 0 0 194 1 0 0 15 0 16 0 36278362 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2699] ppid=2687 vsize=1540692 CPUtime=2.45
/proc/2689/task/2699/stat : 2699 (java) S 2687 2689 2557 0 -1 4202560 2869 0 0 0 244 1 0 0 15 0 16 0 36278362 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2700] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2700/stat : 2700 (java) S 2687 2689 2557 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36278362 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2701] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2701/stat : 2701 (java) S 2687 2689 2557 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36278362 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
[pid=2689/tid=2702] ppid=2687 vsize=1540692 CPUtime=886.86
/proc/2689/task/2702/stat : 2702 (java) R 2687 2689 2557 0 -1 4202560 712 0 0 0 88663 23 0 0 25 0 16 0 36278642 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4109894086 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=1540692 CPUtime=889
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4202560 1439 0 0 0 88878 22 0 0 25 0 16 0 36278642 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4109868227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2689/tid=2704] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2704/stat : 2704 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278653 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 1 0 0 0
[pid=2689/tid=2705] ppid=2687 vsize=1540692 CPUtime=0
/proc/2689/task/2705/stat : 2705 (java) S 2687 2689 2557 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 36278663 1577668608 110468 1992294400 134512640 134550932 4291458480 18446744073709551615 4294960144 0 4 0 16800975 18446604437813015552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1540692

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

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

[startup+909.917 s]
/proc/loadavg: 2.49 2.13 1.76 3/122 2732
/proc/meminfo: memFree=1434436/2059040 swapFree=4140236/4192956
[pid=2689] ppid=2687 vsize=0 CPUtime=1800.32
/proc/2689/stat : 2689 (java) Z 2687 2689 2557 0 -1 4203548 123224 0 1 0 179889 143 0 0 17 0 2 0 36278352 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2689/statm: 0 0 0 0 0 0 0
[pid=2689/tid=2703] ppid=2687 vsize=0 CPUtime=889.09
/proc/2689/task/2703/stat : 2703 (java) R 2687 2689 2557 0 -1 4203588 1439 0 0 0 88886 23 0 0 25 0 2 0 36278642 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.95
CPU time (s): 1800.37
CPU user time (s): 1798.89
CPU system time (s): 1.47178
CPU usage (%): 197.853
Max. virtual memory (cumulated for all children) (KiB): 1541716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.47178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123224
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= 43899
involuntary context switches= 61218

runsolver used 4.32534 second user time and 9.42457 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 20:24:25
IDJOB=2662242
IDBENCH=2995
IDSOLVER=1166
FILE ID=node027/2662242-1276626265
PBS_JOBID= 11172346
Free space on /tmp= 62532 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=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662242-1276626265/watcher-2662242-1276626265 -o /tmp/evaluation-result-2662242-1276626265/solver-2662242-1276626265 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662242-1276626265.opb

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

MD5SUM BENCH= 2a5c3ceba4b0797f84fa61492c45250f
RANDOM SEED=1155683997

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1873856 kB
Buffers:          6564 kB
Cached:         100700 kB
SwapCached:       5896 kB
Active:          74504 kB
Inactive:        46308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1873856 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:            3100 kB
Writeback:           0 kB
AnonPages:       12028 kB
Mapped:          13020 kB
Slab:            42628 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-15 20:39:37