Trace number 2662237

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.21 908.488

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880-max.opb
MD5SUMce74ed6abc2682e3852648a27e28a7ce
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 -4
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 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
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.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662237-1276625317.opb
0.24/0.21	c reading problem ... 
4.13/2.88	c ... done. Wall clock time 2.666s.
4.13/2.88	c #vars     24751
4.13/2.88	c #constraints  79367
4.13/2.88	c constraints type 
4.13/2.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
4.13/2.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
4.13/2.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.13/2.88	c constraints type 
4.13/2.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
4.13/2.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
4.13/2.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/908.42	c starts		: 21
1800.09/908.42	c conflicts		: 4898
1800.09/908.42	c decisions		: 50400
1800.09/908.42	c propagations		: 5145761
1800.09/908.42	c inspects		: 32507198
1800.09/908.42	c learnt literals	: 0
1800.09/908.42	c learnt binary clauses	: 0
1800.09/908.42	c learnt ternary clauses	: 0
1800.09/908.42	c learnt clauses	: 4898
1800.09/908.42	c ignored clauses	: 0
1800.09/908.42	c root simplifications	: 0
1800.09/908.42	c removed literals (reason simplification)	: 25290426
1800.09/908.42	c reason swapping (by a shorter reason)	: 0
1800.09/908.42	c Calls to reduceDB	: 0
1800.09/908.42	c number of reductions to clauses (during analyze)	: 0
1800.09/908.42	c number of learned constraints concerned by reduction	: 0
1800.09/908.42	c number of learning phase by resolution	: 0
1800.09/908.42	c number of learning phase by cutting planes	: 0
1800.09/908.42	c speed (assignments/second)	: 5682.577001611206
1800.09/908.42	c non guided choices	98
1800.09/908.42	c learnt constraints type 
1800.09/908.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4898
1800.09/908.42	c constraints type 
1800.09/908.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.09/908.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.09/908.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/908.42	c constraints type 
1800.09/908.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.09/908.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.09/908.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/908.43	s UNKNOWN
1800.09/908.43	c Total wall clock time (in seconds): 908.22

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-2662237-1276625317/watcher-2662237-1276625317 -o /tmp/evaluation-result-2662237-1276625317/solver-2662237-1276625317 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662237-1276625317.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.03 1.52 1.51 3/106 10600
/proc/meminfo: memFree=1868200/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1832 CPUtime=0
/proc/10600/stat : 10600 (java6) R 10598 10600 9975 0 -1 4194304 219 0 0 0 0 0 0 0 19 0 1 0 3827090 1875968 122 1992294400 134512640 134550932 4289864704 18446744073709551615 7967495 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10600/statm: 458 128 92 10 0 63 0

[startup+0.08043 s]
/proc/loadavg: 1.03 1.52 1.51 3/106 10600
/proc/meminfo: memFree=1868200/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1521796 CPUtime=0.06
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 3773 0 1 0 4 2 0 0 18 0 7 0 3827090 1558319104 3214 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 380449 3214 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101429 s]
/proc/loadavg: 1.03 1.52 1.51 3/106 10600
/proc/meminfo: memFree=1868200/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1524180 CPUtime=0.08
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 3827090 1560760320 3394 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301235 s]
/proc/loadavg: 1.03 1.52 1.51 3/106 10600
/proc/meminfo: memFree=1868200/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1526264 CPUtime=0.36
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 5636 0 1 0 33 3 0 0 18 0 12 0 3827090 1562894336 5073 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 381566 5073 1360 10 0 378869 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526264

[startup+0.700213 s]
/proc/loadavg: 1.03 1.52 1.51 3/106 10600
/proc/meminfo: memFree=1868200/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1528808 CPUtime=1.11
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 7844 0 1 0 107 4 0 0 18 0 12 0 3827090 1565499392 7281 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 382202 7281 1403 10 0 379505 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528808

[startup+1.50117 s]
/proc/loadavg: 1.03 1.52 1.51 4/118 10612
/proc/meminfo: memFree=1827432/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1530748 CPUtime=2.47
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 26403 0 1 0 233 14 0 0 18 0 12 0 3827090 1567485952 24952 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 382687 24953 1407 10 0 379990 0
[pid=10600/tid=10602] ppid=10598 vsize=1530748 CPUtime=1.46
/proc/10600/task/10602/stat : 10602 (java) R 10598 10600 9975 0 -1 4202560 22667 0 1 0 135 11 0 0 18 0 12 0 3827092 1567485952 24955 1992294400 134512640 134550932 4292539776 18446744073709551615 4109575431 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 3827093 1567485952 24956 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 3827093 1567485952 24958 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3827095 1567485952 24959 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 3827095 1567485952 24961 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3827095 1567485952 24961 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3827100 1567485952 24962 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1530748 CPUtime=0.56
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 1050 0 0 0 56 0 0 0 23 0 12 0 3827100 1567485952 24964 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1530748 CPUtime=0.41
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1626 0 0 0 41 0 0 0 24 0 12 0 3827100 1567485952 24966 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3827100 1567485952 24967 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1530748 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3827100 1567485952 24969 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1530748

[startup+3.10108 s]
/proc/loadavg: 1.03 1.51 1.51 2/118 10612
/proc/meminfo: memFree=1722900/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1532044 CPUtime=4.66
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 39175 0 1 0 446 20 0 0 18 0 16 0 3827090 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 383011 37649 1430 10 0 380314 0
[pid=10600/tid=10602] ppid=10598 vsize=1532044 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32064 0 1 0 260 16 0 0 20 0 16 0 3827092 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1532044 CPUtime=0.06
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 1564 0 0 0 6 0 0 0 18 0 16 0 3827093 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1532044 CPUtime=0.07
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 1668 0 0 0 7 0 0 0 18 0 16 0 3827093 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 3827095 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1532044 CPUtime=0.82
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 1130 0 0 0 82 0 0 0 16 0 16 0 3827100 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1532044 CPUtime=0.7
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1648 0 0 0 70 0 0 0 16 0 16 0 3827100 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3827100 1568813056 37649 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1532044

[startup+6.3019 s]
/proc/loadavg: 1.03 1.51 1.51 4/122 10616
/proc/meminfo: memFree=1721504/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1532044 CPUtime=11
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 39977 0 1 0 1079 21 0 0 18 0 16 0 3827090 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 383011 37759 1435 10 0 380314 0
[pid=10600/tid=10602] ppid=10598 vsize=1532044 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32064 0 1 0 260 16 0 0 18 0 16 0 3827092 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1532044 CPUtime=0.06
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 1564 0 0 0 6 0 0 0 18 0 16 0 3827093 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1532044 CPUtime=0.07
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 1668 0 0 0 7 0 0 0 18 0 16 0 3827093 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 3827095 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1532044 CPUtime=1.64
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 1890 0 0 0 163 1 0 0 16 0 16 0 3827100 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1532044 CPUtime=1.04
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1671 0 0 0 104 0 0 0 15 0 16 0 3827100 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3827100 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1532044 CPUtime=2.94
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 24 0 0 0 294 0 0 0 25 0 16 0 3827379 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4109777716 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1532044 CPUtime=2.41
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 18 0 0 0 241 0 0 0 25 0 16 0 3827379 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4110046680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1532044 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1568813056 37759 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 1532044

[startup+12.7016 s]
/proc/loadavg: 1.18 1.53 1.51 3/122 10616
/proc/meminfo: memFree=1666944/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1534092 CPUtime=23.66
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 55546 0 1 0 2337 29 0 0 18 0 16 0 3827090 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 383523 51452 1435 10 0 380826 0
[pid=10600/tid=10602] ppid=10598 vsize=1534092 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32064 0 1 0 260 16 0 0 18 0 16 0 3827092 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1534092 CPUtime=0.62
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 10232 0 0 0 57 5 0 0 15 0 16 0 3827093 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1534092 CPUtime=0.61
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 7970 0 0 0 59 2 0 0 16 0 16 0 3827093 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1534092 CPUtime=0.01
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 3827095 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1534092 CPUtime=2.02
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 2469 0 0 0 201 1 0 0 15 0 16 0 3827100 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1534092 CPUtime=1.06
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1673 0 0 0 106 0 0 0 15 0 16 0 3827100 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3827100 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1534092 CPUtime=8.73
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 31 0 0 0 873 0 0 0 25 0 16 0 3827379 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4109777828 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1534092 CPUtime=7.76
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 28 0 0 0 776 0 0 0 25 0 16 0 3827379 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4109781121 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1534092 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1570910208 51452 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 1534092

[startup+25.5018 s]
/proc/loadavg: 1.31 1.54 1.52 3/122 10616
/proc/meminfo: memFree=1664836/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1534092 CPUtime=49.01
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 56103 0 1 0 4871 30 0 0 18 0 16 0 3827090 1570910208 51982 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1574055936 86352 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1574055936 86352 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1391.5
Current children cumulated vsize (KiB) 1537164

[startup+762.309 s]
/proc/loadavg: 2.02 1.99 1.79 3/122 10636
/proc/meminfo: memFree=1514796/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1537164 CPUtime=1510.54
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 103329 0 1 0 150932 122 0 0 18 0 16 0 3827090 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 384291 89143 1445 10 0 381594 0
[pid=10600/tid=10602] ppid=10598 vsize=1537164 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32071 0 1 0 260 16 0 0 15 0 16 0 3827092 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1537164 CPUtime=7.25
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 31185 0 0 0 701 24 0 0 16 0 16 0 3827093 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1537164 CPUtime=7.24
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 26794 0 0 0 705 19 0 0 15 0 16 0 3827093 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1537164 CPUtime=0.81
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 58 0 0 0 65 16 0 0 15 0 16 0 3827095 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1537164 CPUtime=3.62
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 8681 0 0 0 358 4 0 0 15 0 16 0 3827100 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1537164 CPUtime=1.12
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1674 0 0 0 112 0 0 0 15 0 16 0 3827100 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 16 0 3827100 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1537164 CPUtime=742.67
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 706 0 0 0 74250 17 0 0 25 0 16 0 3827379 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4109946682 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1537164 CPUtime=744.99
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 1048 0 0 0 74477 22 0 0 25 0 16 0 3827379 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4110237985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1574055936 89143 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1510.54
Current children cumulated vsize (KiB) 1537164

[startup+822.302 s]
/proc/loadavg: 2.06 2.01 1.80 3/122 10638
/proc/meminfo: memFree=1505124/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1537164 CPUtime=1629.52
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 106199 0 1 0 162824 128 0 0 18 0 16 0 3827090 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 384291 91560 1445 10 0 381594 0
[pid=10600/tid=10602] ppid=10598 vsize=1537164 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32071 0 1 0 260 16 0 0 15 0 16 0 3827092 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1537164 CPUtime=8.05
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 32302 0 0 0 781 24 0 0 16 0 16 0 3827093 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1537164 CPUtime=8.05
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 28401 0 0 0 785 20 0 0 15 0 16 0 3827093 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1537164 CPUtime=0.87
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 61 0 0 0 69 18 0 0 15 0 16 0 3827095 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1537164 CPUtime=3.63
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 8682 0 0 0 359 4 0 0 15 0 16 0 3827100 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1537164 CPUtime=1.12
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1674 0 0 0 112 0 0 0 15 0 16 0 3827100 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 3827100 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1537164 CPUtime=800.88
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 756 0 0 0 80071 17 0 0 25 0 16 0 3827379 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4109949109 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1537164 CPUtime=804.07
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 1136 0 0 0 80383 24 0 0 25 0 16 0 3827379 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4109781123 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1574055936 91560 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.52
Current children cumulated vsize (KiB) 1537164

[startup+882.302 s]
/proc/loadavg: 2.02 2.00 1.82 3/122 10640
/proc/meminfo: memFree=1494584/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1537164 CPUtime=1748.37
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 109336 0 1 0 174703 134 0 0 18 0 16 0 3827090 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 384291 94171 1445 10 0 381594 0
[pid=10600/tid=10602] ppid=10598 vsize=1537164 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32071 0 1 0 260 16 0 0 15 0 16 0 3827092 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1537164 CPUtime=8.71
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 33292 0 0 0 845 26 0 0 16 0 16 0 3827093 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1537164 CPUtime=8.7
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 30406 0 0 0 849 21 0 0 16 0 16 0 3827093 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1537164 CPUtime=0.94
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 65 0 0 0 75 19 0 0 15 0 16 0 3827095 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1537164 CPUtime=3.63
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 8682 0 0 0 359 4 0 0 15 0 16 0 3827100 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1537164 CPUtime=1.12
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1674 0 0 0 112 0 0 0 15 0 16 0 3827100 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 3827100 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1537164 CPUtime=859.35
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 840 0 0 0 85917 18 0 0 25 0 16 0 3827379 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4109949109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1537164 CPUtime=863.08
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 1186 0 0 0 86282 26 0 0 25 0 16 0 3827379 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4109781958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1574055936 94171 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.37
Current children cumulated vsize (KiB) 1537164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.401 s]
/proc/loadavg: 2.08 2.02 1.83 3/122 10640
/proc/meminfo: memFree=1491980/2059040 swapFree=4164944/4192956
[pid=10600] ppid=10598 vsize=1537164 CPUtime=1800.09
/proc/10600/stat : 10600 (java) S 10598 10600 9975 0 -1 4202496 110062 0 1 0 179872 137 0 0 18 0 16 0 3827090 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10600/statm: 384291 94830 1445 10 0 381594 0
[pid=10600/tid=10602] ppid=10598 vsize=1537164 CPUtime=2.76
/proc/10600/task/10602/stat : 10602 (java) S 10598 10600 9975 0 -1 4202560 32071 0 1 0 260 16 0 0 15 0 16 0 3827092 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10603] ppid=10598 vsize=1537164 CPUtime=8.98
/proc/10600/task/10603/stat : 10603 (java) S 10598 10600 9975 0 -1 4202560 33613 0 0 0 872 26 0 0 16 0 16 0 3827093 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10604] ppid=10598 vsize=1537164 CPUtime=8.98
/proc/10600/task/10604/stat : 10604 (java) S 10598 10600 9975 0 -1 4202560 30748 0 0 0 876 22 0 0 16 0 16 0 3827093 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10605] ppid=10598 vsize=1537164 CPUtime=0.97
/proc/10600/task/10605/stat : 10605 (java) S 10598 10600 9975 0 -1 4202560 67 0 0 0 78 19 0 0 15 0 16 0 3827095 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 0 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10606] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10606/stat : 10606 (java) S 10598 10600 9975 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10607] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10607/stat : 10607 (java) S 10598 10600 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3827095 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10608] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10608/stat : 10608 (java) S 10598 10600 9975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10609] ppid=10598 vsize=1537164 CPUtime=3.63
/proc/10600/task/10609/stat : 10609 (java) S 10598 10600 9975 0 -1 4202560 8682 0 0 0 359 4 0 0 15 0 16 0 3827100 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=1537164 CPUtime=1.12
/proc/10600/task/10610/stat : 10610 (java) S 10598 10600 9975 0 -1 4202560 1674 0 0 0 112 0 0 0 15 0 16 0 3827100 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10611] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10611/stat : 10611 (java) S 10598 10600 9975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3827100 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10612] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10612/stat : 10612 (java) S 10598 10600 9975 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 3827100 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=1537164 CPUtime=885.13
/proc/10600/task/10613/stat : 10613 (java) R 10598 10600 9975 0 -1 4202560 872 0 0 0 88494 19 0 0 25 0 16 0 3827379 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4109838868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10600/tid=10614] ppid=10598 vsize=1537164 CPUtime=888.42
/proc/10600/task/10614/stat : 10614 (java) R 10598 10600 9975 0 -1 4202560 1213 0 0 0 88816 26 0 0 25 0 16 0 3827379 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4109782175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10615/stat : 10615 (java) S 10598 10600 9975 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3827388 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 0 0 0 0
[pid=10600/tid=10616] ppid=10598 vsize=1537164 CPUtime=0
/proc/10600/task/10616/stat : 10616 (java) S 10598 10600 9975 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 3827390 1574055936 94830 1992294400 134512640 134550932 4292539776 18446744073709551615 4294960144 0 4 0 16800975 18446604437801662464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1537164

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

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

Child status: 143
Real time (s): 908.488
CPU time (s): 1800.21
CPU user time (s): 1798.8
CPU system time (s): 1.41379
CPU usage (%): 198.155
Max. virtual memory (cumulated for all children) (KiB): 1542284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.41378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110084
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= 43063
involuntary context switches= 60706

runsolver used 4.24036 second user time and 9.1826 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-15 20:08:37
IDJOB=2662237
IDBENCH=2980
IDSOLVER=1166
FILE ID=node029/2662237-1276625317
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-229130880-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662237-1276625317/watcher-2662237-1276625317 -o /tmp/evaluation-result-2662237-1276625317/solver-2662237-1276625317 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662237-1276625317.opb

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

MD5SUM BENCH= ce74ed6abc2682e3852648a27e28a7ce
RANDOM SEED=1858687465

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:       1868596 kB
Buffers:         13172 kB
Cached:          80732 kB
SwapCached:        132 kB
Active:          29824 kB
Inactive:        96916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1868596 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:            3624 kB
Writeback:           0 kB
AnonPages:       32752 kB
Mapped:          15044 kB
Slab:            41664 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181732 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:23:47