Trace number 2662257

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.14 912.772

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
MD5SUM9e60200cb127c02542a69a69c594f660
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
Number of bits of the biggest sum of numbers691
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-2662257-1276628779.opb
0.24/0.21	c reading problem ... 
13.58/10.59	c ... done. Wall clock time 10.374s.
13.58/10.59	c #vars     106951
13.58/10.59	c #constraints  345347
13.58/10.59	c constraints type 
13.58/10.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
13.58/10.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
13.58/10.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
13.58/10.59	c constraints type 
13.58/10.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
13.58/10.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
13.58/10.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/912.72	c starts		: 3
1800.04/912.72	c conflicts		: 325
1800.04/912.72	c decisions		: 2215
1800.04/912.72	c propagations		: 514627
1800.04/912.72	c inspects		: 1894585
1800.04/912.72	c learnt literals	: 0
1800.04/912.72	c learnt binary clauses	: 1
1800.04/912.72	c learnt ternary clauses	: 0
1800.04/912.72	c learnt clauses	: 325
1800.04/912.72	c ignored clauses	: 0
1800.04/912.72	c root simplifications	: 0
1800.04/912.72	c removed literals (reason simplification)	: 6881194
1800.04/912.72	c reason swapping (by a shorter reason)	: 0
1800.04/912.72	c Calls to reduceDB	: 0
1800.04/912.72	c number of reductions to clauses (during analyze)	: 0
1800.04/912.72	c number of learned constraints concerned by reduction	: 0
1800.04/912.72	c number of learning phase by resolution	: 0
1800.04/912.72	c number of learning phase by cutting planes	: 0
1800.04/912.72	c speed (assignments/second)	: 570.458326913335
1800.04/912.72	c non guided choices	207
1800.04/912.72	c learnt constraints type 
1800.04/912.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 324
1800.04/912.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/912.72	c constraints type 
1800.04/912.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.04/912.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.04/912.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/912.72	c constraints type 
1800.04/912.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.04/912.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.04/912.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/912.72	s UNKNOWN
1800.04/912.72	c Total wall clock time (in seconds): 912.507

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-2662257-1276628779/watcher-2662257-1276628779 -o /tmp/evaluation-result-2662257-1276628779/solver-2662257-1276628779 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662257-1276628779.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.69 2.01 1.89 3/106 5331
/proc/meminfo: memFree=1811680/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1832 CPUtime=0
/proc/5331/stat : 5331 (java6) R 5329 5331 5306 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 38479459 1875968 156 1992294400 134512640 134550932 4292868320 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5331/statm: 458 156 119 10 0 63 0

[startup+0.0194879 s]
/proc/loadavg: 1.69 2.01 1.89 3/106 5331
/proc/meminfo: memFree=1811680/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=13684 CPUtime=0.01
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 1185 0 0 0 0 1 0 0 18 0 2 0 38479459 14012416 632 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 3429 667 335 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.102229 s]
/proc/loadavg: 1.69 2.01 1.89 3/106 5331
/proc/meminfo: memFree=1811680/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1524180 CPUtime=0.08
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 38479459 1560760320 3404 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301894 s]
/proc/loadavg: 1.69 2.01 1.89 3/106 5331
/proc/meminfo: memFree=1811680/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1526580 CPUtime=0.39
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 6647 0 1 0 35 4 0 0 18 0 12 0 38479459 1563217920 6084 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 381645 6084 1357 10 0 378948 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526580

[startup+0.700884 s]
/proc/loadavg: 1.69 2.01 1.89 3/106 5331
/proc/meminfo: memFree=1811680/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1528620 CPUtime=1.12
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 8906 0 1 0 107 5 0 0 18 0 12 0 38479459 1565306880 8343 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 382155 8343 1403 10 0 379458 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528620

[startup+1.50186 s]
/proc/loadavg: 1.80 2.02 1.90 5/118 5343
/proc/meminfo: memFree=1767200/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1531708 CPUtime=2.51
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 26190 0 1 0 237 14 0 0 18 0 12 0 38479459 1568468992 25180 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 382927 25182 1407 10 0 380230 0
[pid=5331/tid=5333] ppid=5329 vsize=1531708 CPUtime=1.46
/proc/5331/task/5333/stat : 5333 (java) R 5329 5331 5306 0 -1 4202560 22587 0 1 0 134 12 0 0 18 0 12 0 38479461 1568468992 25184 1992294400 134512640 134550932 4288508096 18446744073709551615 4108824769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 38479462 1568468992 25185 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 38479462 1568468992 25187 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38479464 1568468992 25189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 38479464 1568468992 25190 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 38479464 1568468992 25192 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 25193 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1531708 CPUtime=0.76
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 1611 0 0 0 76 0 0 0 17 0 12 0 38479468 1568468992 25195 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1531708 CPUtime=0.25
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 929 0 0 0 25 0 0 0 24 0 12 0 38479468 1568468992 25196 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 25198 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38479469 1568468992 25200 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1531708

[startup+3.10182 s]
/proc/loadavg: 1.80 2.02 1.90 2/118 5343
/proc/meminfo: memFree=1661800/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1531708 CPUtime=4.31
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 46833 0 1 0 407 24 0 0 18 0 12 0 38479459 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 382927 45666 1417 10 0 380230 0
[pid=5331/tid=5333] ppid=5329 vsize=1531708 CPUtime=2.83
/proc/5331/task/5333/stat : 5333 (java) R 5329 5331 5306 0 -1 4202560 32035 0 1 0 266 17 0 0 19 0 12 0 38479461 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4108872598 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1531708 CPUtime=0.21
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 5648 0 0 0 19 2 0 0 16 0 12 0 38479462 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1531708 CPUtime=0.21
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 5534 0 0 0 19 2 0 0 16 0 12 0 38479462 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 38479464 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 38479464 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 38479464 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1531708 CPUtime=0.76
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 1611 0 0 0 76 0 0 0 17 0 12 0 38479468 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1531708 CPUtime=0.25
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 929 0 0 0 25 0 0 0 24 0 12 0 38479468 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38479469 1568468992 45666 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1531708

[startup+6.30174 s]
/proc/loadavg: 1.80 2.02 1.90 4/118 5343
/proc/meminfo: memFree=1595832/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1531708 CPUtime=8.09
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 58193 0 1 0 778 31 0 0 18 0 12 0 38479459 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 382927 56047 1419 10 0 380230 0
[pid=5331/tid=5333] ppid=5329 vsize=1531708 CPUtime=5.44
/proc/5331/task/5333/stat : 5333 (java) R 5329 5331 5306 0 -1 4202560 32039 0 1 0 526 18 0 0 20 0 12 0 38479461 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4108790478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1531708 CPUtime=0.79
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 11728 0 0 0 74 5 0 0 16 0 12 0 38479462 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1531708 CPUtime=0.78
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 10800 0 0 0 74 4 0 0 16 0 12 0 38479462 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 38479464 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 38479464 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 38479464 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1531708 CPUtime=0.76
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 1611 0 0 0 76 0 0 0 17 0 12 0 38479468 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1531708 CPUtime=0.26
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 939 0 0 0 26 0 0 0 15 0 12 0 38479468 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38479468 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1531708 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38479469 1568468992 56047 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1531708

[startup+12.7016 s]
/proc/loadavg: 1.84 2.02 1.90 3/122 5347
/proc/meminfo: memFree=1550048/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=17.84
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 72283 0 2 0 1744 40 0 0 18 0 16 0 38479459 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 66487 1442 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32072 0 1 0 903 19 0 0 18 0 16 0 38479461 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=1.26
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 15449 0 0 0 119 7 0 0 16 0 16 0 38479462 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=1.23
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 14709 0 0 0 117 6 0 0 16 0 16 0 38479462 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 38479464 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1545332 CPUtime=2.04
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 6392 0 1 0 202 2 0 0 15 0 16 0 38479468 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1545332 CPUtime=0.99
/proc/5331/task/5341/stat : 5341 (java) R 5329 5331 5306 0 -1 4202560 2538 0 0 0 98 1 0 0 15 0 16 0 38479468 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 104145997 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38479469 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5344] ppid=5329 vsize=1545332 CPUtime=1.42
/proc/5331/task/5344/stat : 5344 (java) R 5329 5331 5306 0 -1 4202560 19 0 0 0 142 0 0 0 25 0 16 0 38480518 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5345] ppid=5329 vsize=1545332 CPUtime=1.6
/proc/5331/task/5345/stat : 5345 (java) R 5329 5331 5306 0 -1 4202560 17 0 0 0 160 0 0 0 25 0 16 0 38480518 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 103605796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5346] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 66487 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.84
Current children cumulated vsize (KiB) 1545332

[startup+25.5016 s]
/proc/loadavg: 1.86 2.02 1.90 3/122 5347
/proc/meminfo: memFree=1528224/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=43.29
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 78287 0 2 0 4286 43 0 0 18 0 16 0 38479459 1582419968 72025 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 72025 1444 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32072 0 1 0 903 19 0 0 18 0 16 0 38479461 1582419968 72025 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=1.46
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 18222 0 0 0 138 8 0 0 15 0 16 0 38479462 1582419968 72025 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=1.45
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 17882 0 0 0 138 7 0 0 16 0 16 0 38479462 1582419968 72025 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=0

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

/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 84013 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 84013 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1501.84
Current children cumulated vsize (KiB) 1545332

[startup+822.301 s]
/proc/loadavg: 2.04 2.10 2.01 3/122 5372
/proc/meminfo: memFree=1475900/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=1620.83
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 92521 0 2 0 161878 205 0 0 18 0 16 0 38479459 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 84849 1444 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32077 0 1 0 903 19 0 0 15 0 16 0 38479461 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=9.06
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 23461 0 0 0 886 20 0 0 15 0 16 0 38479462 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=9.11
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 25455 0 0 0 889 22 0 0 16 0 16 0 38479462 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=2.06
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 58 0 0 0 114 92 0 0 15 0 16 0 38479464 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1545332 CPUtime=2.68
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 6430 0 1 0 266 2 0 0 15 0 16 0 38479468 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1545332 CPUtime=1.69
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 2670 0 0 0 168 1 0 0 15 0 16 0 38479468 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 38479469 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5344] ppid=5329 vsize=1545332 CPUtime=794.14
/proc/5331/task/5344/stat : 5344 (java) R 5329 5331 5306 0 -1 4202560 490 0 0 0 79396 18 0 0 25 0 16 0 38480518 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4109054932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5345] ppid=5329 vsize=1545332 CPUtime=792.77
/proc/5331/task/5345/stat : 5345 (java) R 5329 5331 5306 0 -1 4202560 757 0 0 0 79252 25 0 0 25 0 16 0 38480518 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4109084860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5346] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 84849 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1620.83
Current children cumulated vsize (KiB) 1545332

[startup+882.303 s]
/proc/loadavg: 2.01 2.08 2.00 3/122 5372
/proc/meminfo: memFree=1472304/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=1739.78
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 93489 0 2 0 173763 215 0 0 18 0 16 0 38479459 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 85725 1444 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32078 0 1 0 903 19 0 0 15 0 16 0 38479461 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=9.6
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 23794 0 0 0 940 20 0 0 16 0 16 0 38479462 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=9.66
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 25998 0 0 0 942 24 0 0 15 0 16 0 38479462 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=2.16
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 62 0 0 0 120 96 0 0 15 0 16 0 38479464 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1545332 CPUtime=2.68
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 6430 0 1 0 266 2 0 0 15 0 16 0 38479468 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1545332 CPUtime=1.72
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 2670 0 0 0 171 1 0 0 15 0 16 0 38479468 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 38479469 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5344] ppid=5329 vsize=1545332 CPUtime=852.71
/proc/5331/task/5344/stat : 5344 (java) R 5329 5331 5306 0 -1 4202560 516 0 0 0 85250 21 0 0 25 0 16 0 38480518 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4109054932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5345] ppid=5329 vsize=1545332 CPUtime=851.92
/proc/5331/task/5345/stat : 5345 (java) R 5329 5331 5306 0 -1 4202560 814 0 0 0 85166 26 0 0 25 0 16 0 38480518 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4108983748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5346] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 85725 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.78
Current children cumulated vsize (KiB) 1545332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.703 s]
/proc/loadavg: 2.01 2.07 2.00 3/122 5374
/proc/meminfo: memFree=1470320/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=1800.04
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 94000 0 2 0 179785 219 0 0 18 0 16 0 38479459 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 86189 1444 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32078 0 1 0 903 19 0 0 15 0 16 0 38479461 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=9.89
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 23996 0 0 0 968 21 0 0 15 0 16 0 38479462 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=9.95
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 26260 0 0 0 971 24 0 0 16 0 16 0 38479462 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=2.2
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 64 0 0 0 122 98 0 0 15 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1545332 CPUtime=2.68
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 6430 0 1 0 266 2 0 0 15 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1545332 CPUtime=1.72
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 2670 0 0 0 171 1 0 0 15 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 38479469 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5344] ppid=5329 vsize=1545332 CPUtime=882.77
/proc/5331/task/5344/stat : 5344 (java) R 5329 5331 5306 0 -1 4202560 530 0 0 0 88256 21 0 0 25 0 16 0 38480518 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4109054932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5345] ppid=5329 vsize=1545332 CPUtime=881.51
/proc/5331/task/5345/stat : 5345 (java) R 5329 5331 5306 0 -1 4202560 843 0 0 0 88124 27 0 0 25 0 16 0 38480518 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4108983817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5346] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1545332

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

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

[startup+912.703 s]
/proc/loadavg: 2.01 2.07 2.00 3/122 5374
/proc/meminfo: memFree=1470320/2059040 swapFree=4136120/4192956
[pid=5331] ppid=5329 vsize=1545332 CPUtime=1800.04
/proc/5331/stat : 5331 (java) S 5329 5331 5306 0 -1 4202496 94000 0 2 0 179785 219 0 0 18 0 16 0 38479459 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5331/statm: 386333 86189 1444 10 0 383636 0
[pid=5331/tid=5333] ppid=5329 vsize=1545332 CPUtime=9.22
/proc/5331/task/5333/stat : 5333 (java) S 5329 5331 5306 0 -1 4202560 32078 0 1 0 903 19 0 0 15 0 16 0 38479461 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5334] ppid=5329 vsize=1545332 CPUtime=9.89
/proc/5331/task/5334/stat : 5334 (java) S 5329 5331 5306 0 -1 4202560 23996 0 0 0 968 21 0 0 15 0 16 0 38479462 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5335] ppid=5329 vsize=1545332 CPUtime=9.95
/proc/5331/task/5335/stat : 5335 (java) S 5329 5331 5306 0 -1 4202560 26260 0 0 0 971 24 0 0 16 0 16 0 38479462 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5336] ppid=5329 vsize=1545332 CPUtime=2.2
/proc/5331/task/5336/stat : 5336 (java) S 5329 5331 5306 0 -1 4202560 64 0 0 0 122 98 0 0 15 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 0 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5337] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5337/stat : 5337 (java) S 5329 5331 5306 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5338] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5338/stat : 5338 (java) S 5329 5331 5306 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38479464 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5339] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5339/stat : 5339 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5340] ppid=5329 vsize=1545332 CPUtime=2.68
/proc/5331/task/5340/stat : 5340 (java) S 5329 5331 5306 0 -1 4202560 6430 0 1 0 266 2 0 0 15 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 1 0 0 0
[pid=5331/tid=5341] ppid=5329 vsize=1545332 CPUtime=1.72
/proc/5331/task/5341/stat : 5341 (java) S 5329 5331 5306 0 -1 4202560 2670 0 0 0 171 1 0 0 15 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5342] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5342/stat : 5342 (java) S 5329 5331 5306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38479468 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5343] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5343/stat : 5343 (java) S 5329 5331 5306 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 38479469 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5344] ppid=5329 vsize=1545332 CPUtime=882.77
/proc/5331/task/5344/stat : 5344 (java) R 5329 5331 5306 0 -1 4202560 530 0 0 0 88256 21 0 0 25 0 16 0 38480518 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4109054932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5331/tid=5345] ppid=5329 vsize=1545332 CPUtime=881.51
/proc/5331/task/5345/stat : 5345 (java) R 5329 5331 5306 0 -1 4202560 843 0 0 0 88124 27 0 0 25 0 16 0 38480518 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4108983817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5331/tid=5346] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5346/stat : 5346 (java) S 5329 5331 5306 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 38480578 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
[pid=5331/tid=5347] ppid=5329 vsize=1545332 CPUtime=0
/proc/5331/task/5347/stat : 5347 (java) S 5329 5331 5306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38480586 1582419968 86189 1992294400 134512640 134550932 4288508096 18446744073709551615 4294960144 0 4 0 16800975 18446604437817875136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1545332

Child status: 143
Real time (s): 912.772
CPU time (s): 1800.14
CPU user time (s): 1797.9
CPU system time (s): 2.23466
CPU usage (%): 197.216
Max. virtual memory (cumulated for all children) (KiB): 1545332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.23466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94021
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34397
involuntary context switches= 56975

runsolver used 6.61099 second user time and 7.62584 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-15 21:06:21
IDJOB=2662257
IDBENCH=3044
IDSOLVER=1166
FILE ID=node014/2662257-1276628779
PBS_JOBID= 11172358
Free space on /tmp= 62552 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=460-sizeP=231-sizeQ=460-510733673-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662257-1276628779/watcher-2662257-1276628779 -o /tmp/evaluation-result-2662257-1276628779/solver-2662257-1276628779 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662257-1276628779.opb

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

MD5SUM BENCH= 9e60200cb127c02542a69a69c594f660
RANDOM SEED=1529705206

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1812084 kB
Buffers:         52492 kB
Cached:         107060 kB
SwapCached:      10712 kB
Active:          89964 kB
Inactive:        83656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1812084 kB
SwapTotal:     4192956 kB
SwapFree:      4136120 kB
Dirty:           20992 kB
Writeback:          32 kB
AnonPages:       12476 kB
Mapped:           9360 kB
Slab:            51384 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182484 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= 62552 MiB
End job on node014 at 2010-06-15 21:21:36