Trace number 2662243

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.38 912.016

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-346995195-max.opb
MD5SUM7d90035947bf106909c324d346feadc0
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 variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884442601547409146523709370688892119900517445885328649663330068882186640259952495850427021820
Number of bits of the biggest sum of numbers451
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662243-1276626302.opb
0.23/0.22	c reading problem ... 
5.97/4.71	c ... done. Wall clock time 4.497s.
5.97/4.71	c #vars     45751
5.97/4.71	c #constraints  147378
5.97/4.71	c constraints type 
5.97/4.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
5.97/4.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
5.97/4.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.97/4.71	c constraints type 
5.97/4.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
5.97/4.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
5.97/4.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.21/911.92	c starts		: 14
1800.21/911.92	c conflicts		: 2177
1800.21/911.92	c decisions		: 28314
1800.21/911.92	c propagations		: 1347529
1800.21/911.92	c inspects		: 5692122
1800.21/911.92	c learnt literals	: 0
1800.21/911.92	c learnt binary clauses	: 0
1800.21/911.92	c learnt ternary clauses	: 0
1800.21/911.92	c learnt clauses	: 2177
1800.21/911.92	c ignored clauses	: 0
1800.21/911.92	c root simplifications	: 0
1800.21/911.92	c removed literals (reason simplification)	: 22581888
1800.21/911.92	c reason swapping (by a shorter reason)	: 0
1800.21/911.92	c Calls to reduceDB	: 0
1800.21/911.92	c number of reductions to clauses (during analyze)	: 0
1800.21/911.92	c number of learned constraints concerned by reduction	: 0
1800.21/911.92	c number of learning phase by resolution	: 0
1800.21/911.92	c number of learning phase by cutting planes	: 0
1800.21/911.92	c speed (assignments/second)	: 1485.356736981225
1800.21/911.92	c non guided choices	136
1800.21/911.93	c learnt constraints type 
1800.21/911.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2177
1800.21/911.93	c constraints type 
1800.21/911.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.21/911.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.21/911.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.21/911.93	c constraints type 
1800.21/911.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.21/911.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.21/911.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.21/911.93	s UNKNOWN
1800.21/911.93	c Total wall clock time (in seconds): 911.713

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-2662243-1276626302/watcher-2662243-1276626302 -o /tmp/evaluation-result-2662243-1276626302/solver-2662243-1276626302 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662243-1276626302.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.13 1.25 1.21 2/105 12961
/proc/meminfo: memFree=1731200/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=392 CPUtime=0
/proc/12961/stat : 12961 (java6) S 12959 12961 12345 0 -1 4194304 121 0 0 0 0 0 0 0 21 0 1 0 3923412 401408 40 1992294400 134512640 134550932 4291857872 18446744073709551615 10461780 0 2147483391 4096 0 18446744071699330238 0 0 17 1 0 0 0
/proc/12961/statm: 98 40 32 10 0 25 0

[startup+0.101564 s]
/proc/loadavg: 1.13 1.25 1.21 2/105 12961
/proc/meminfo: memFree=1731200/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1524180 CPUtime=0.08
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 3958 0 1 0 6 2 0 0 21 0 12 0 3923412 1560760320 3397 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.201575 s]
/proc/loadavg: 1.13 1.25 1.21 2/105 12961
/proc/meminfo: memFree=1731200/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1526224 CPUtime=0.23
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 5077 0 1 0 20 3 0 0 21 0 12 0 3923412 1562853376 4514 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 381556 4514 1345 10 0 378859 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526224

[startup+0.301587 s]
/proc/loadavg: 1.13 1.25 1.21 2/105 12961
/proc/meminfo: memFree=1731200/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1526224 CPUtime=0.37
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 5872 0 1 0 33 4 0 0 21 0 12 0 3923412 1562853376 5309 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 381556 5309 1362 10 0 378859 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526224

[startup+0.701637 s]
/proc/loadavg: 1.13 1.25 1.21 2/105 12961
/proc/meminfo: memFree=1731200/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1527524 CPUtime=1.01
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 7853 0 1 0 96 5 0 0 21 0 12 0 3923412 1564184576 7121 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 381881 7121 1403 10 0 379184 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527524

[startup+1.50174 s]
/proc/loadavg: 1.28 1.28 1.22 4/117 12973
/proc/meminfo: memFree=1678280/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1532280 CPUtime=2.3
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 26686 0 1 0 215 15 0 0 21 0 12 0 3923412 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383070 25255 1407 10 0 380373 0
[pid=12961/tid=12963] ppid=12959 vsize=1532280 CPUtime=1.38
/proc/12961/task/12963/stat : 12963 (java) R 12959 12961 12345 0 -1 4202560 22598 0 1 0 126 12 0 0 19 0 12 0 3923414 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4109126897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 3923415 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3923415 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3923417 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 3923417 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 3923417 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3923421 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1532280 CPUtime=0.27
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1343 0 0 0 27 0 0 0 16 0 12 0 3923421 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1532280 CPUtime=0.6
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1680 0 0 0 60 0 0 0 16 0 12 0 3923422 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3923422 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3923422 1569054720 25255 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1532280

[startup+3.10192 s]
/proc/loadavg: 1.28 1.28 1.22 2/117 12973
/proc/meminfo: memFree=1583172/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1532280 CPUtime=4.11
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 46061 0 1 0 388 23 0 0 21 0 12 0 3923412 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383070 44497 1419 10 0 380373 0
[pid=12961/tid=12963] ppid=12959 vsize=1532280 CPUtime=2.76
/proc/12961/task/12963/stat : 12963 (java) R 12959 12961 12345 0 -1 4202560 32023 0 1 0 260 16 0 0 20 0 12 0 3923414 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4109076790 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1532280 CPUtime=0.2
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 5050 0 0 0 19 1 0 0 16 0 12 0 3923415 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1532280 CPUtime=0.2
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 4886 0 0 0 18 2 0 0 16 0 12 0 3923415 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3923417 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3923417 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 3923417 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3923421 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1532280 CPUtime=0.28
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1345 0 0 0 28 0 0 0 15 0 12 0 3923421 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1532280 CPUtime=0.6
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1680 0 0 0 60 0 0 0 16 0 12 0 3923422 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3923422 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1532280 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3923422 1569054720 44497 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 1532280

[startup+6.30932 s]
/proc/loadavg: 1.28 1.28 1.22 3/121 12977
/proc/meminfo: memFree=1535648/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=9.13
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 52111 0 1 0 887 26 0 0 21 0 16 0 3923412 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 50033 1434 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32054 0 1 0 419 17 0 0 18 0 16 0 3923414 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=0.37
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 7677 0 0 0 35 2 0 0 16 0 16 0 3923415 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=0.39
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 8133 0 0 0 35 4 0 0 16 0 16 0 3923415 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 16 0 3923417 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=0.86
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1395 0 0 0 86 0 0 0 15 0 16 0 3923421 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.23
/proc/12961/task/12971/stat : 12971 (java) R 12959 12961 12345 0 -1 4202560 1720 0 0 0 123 0 0 0 15 0 16 0 3923422 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 104144006 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=0.86
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 20 0 0 0 86 0 0 0 25 0 16 0 3923884 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=0.99
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 24 0 0 0 99 0 0 0 25 0 16 0 3923884 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4109441920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 50033 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 1533576

[startup+12.7031 s]
/proc/loadavg: 1.62 1.35 1.24 3/121 12977
/proc/meminfo: memFree=1530564/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=21.82
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 53331 0 1 0 2155 27 0 0 21 0 16 0 3923412 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 51229 1436 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32054 0 1 0 419 17 0 0 18 0 16 0 3923414 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=0.68
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 7861 0 0 0 65 3 0 0 16 0 16 0 3923415 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=0.69
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 9129 0 0 0 65 4 0 0 16 0 16 0 3923415 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 3923417 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=1.14
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1410 0 0 0 114 0 0 0 16 0 16 0 3923421 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.43
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1739 0 0 0 143 0 0 0 16 0 16 0 3923422 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=6.67
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 20 0 0 0 667 0 0 0 24 0 16 0 3923884 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4109245367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=6.79
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 30 0 0 0 679 0 0 0 24 0 16 0 3923884 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4109721997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 51229 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (KiB) 1533576

[startup+25.5016 s]
/proc/loadavg: 1.68 1.37 1.25 3/121 12979
/proc/meminfo: memFree=1508988/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=47.11
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 59232 0 1 0 4678 33 0 0 21 0 16 0 3923412 1570381824 56561 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 70560 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 70560 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1384.8
Current children cumulated vsize (KiB) 1533576

[startup+762.302 s]
/proc/loadavg: 1.99 1.95 1.66 3/121 13000
/proc/meminfo: memFree=1438424/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=1503.59
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 78424 0 1 0 150164 195 0 0 21 0 16 0 3923412 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 73988 1439 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32058 0 1 0 419 17 0 0 15 0 16 0 3923414 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=6.67
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 19431 0 0 0 610 57 0 0 15 0 16 0 3923415 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=6.69
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 21021 0 0 0 608 61 0 0 16 0 16 0 3923415 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=1.08
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 60 0 0 0 73 35 0 0 15 0 16 0 3923417 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=1.43
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1410 0 0 0 143 0 0 0 15 0 16 0 3923421 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.6
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1742 0 0 0 159 1 0 0 15 0 16 0 3923422 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=745.91
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 937 0 0 0 74587 4 0 0 25 0 16 0 3923884 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4109245140 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=735.74
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 646 0 0 0 73560 14 0 0 25 0 16 0 3923884 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4109692539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 73988 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1503.59
Current children cumulated vsize (KiB) 1533576

[startup+822.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/121 13002
/proc/meminfo: memFree=1433720/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=1622.45
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 79763 0 1 0 162040 205 0 0 21 0 16 0 3923412 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 75195 1440 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32058 0 1 0 419 17 0 0 15 0 16 0 3923414 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=7.19
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 19910 0 0 0 658 61 0 0 15 0 16 0 3923415 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=7.22
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 21747 0 0 0 657 65 0 0 16 0 16 0 3923415 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=1.16
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 65 0 0 0 79 37 0 0 15 0 16 0 3923417 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=1.43
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1410 0 0 0 143 0 0 0 15 0 16 0 3923421 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.64
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1743 0 0 0 163 1 0 0 15 0 16 0 3923422 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=805.28
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 962 0 0 0 80523 5 0 0 25 0 16 0 3923884 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4109338835 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=794.09
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 745 0 0 0 79393 16 0 0 25 0 16 0 3923884 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4109290587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 75195 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1622.45
Current children cumulated vsize (KiB) 1533576

[startup+882.309 s]
/proc/loadavg: 2.03 1.98 1.70 4/121 13004
/proc/meminfo: memFree=1422560/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=1741.4
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 82599 0 1 0 173925 215 0 0 21 0 16 0 3923412 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 77903 1440 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32058 0 1 0 419 17 0 0 15 0 16 0 3923414 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=7.68
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 21272 0 0 0 704 64 0 0 15 0 16 0 3923415 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=7.7
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 23093 0 0 0 702 68 0 0 16 0 16 0 3923415 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=1.22
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 69 0 0 0 84 38 0 0 15 0 16 0 3923417 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=1.43
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1410 0 0 0 143 0 0 0 15 0 16 0 3923421 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.64
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1743 0 0 0 163 1 0 0 15 0 16 0 3923422 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=864.71
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 976 0 0 0 86466 5 0 0 25 0 16 0 3923884 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4109428332 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=852.57
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 851 0 0 0 85239 18 0 0 25 0 16 0 3923884 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4109290661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 77903 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.4
Current children cumulated vsize (KiB) 1533576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.902 s]
/proc/loadavg: 2.02 1.98 1.71 3/121 13004
/proc/meminfo: memFree=1418840/2059040 swapFree=4192956/4192956
[pid=12961] ppid=12959 vsize=1533576 CPUtime=1800.21
/proc/12961/stat : 12961 (java) S 12959 12961 12345 0 -1 4202496 83593 0 1 0 179801 220 0 0 21 0 16 0 3923412 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12961/statm: 383394 78850 1440 10 0 380697 0
[pid=12961/tid=12963] ppid=12959 vsize=1533576 CPUtime=4.36
/proc/12961/task/12963/stat : 12963 (java) S 12959 12961 12345 0 -1 4202560 32058 0 1 0 419 17 0 0 15 0 16 0 3923414 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12964] ppid=12959 vsize=1533576 CPUtime=7.91
/proc/12961/task/12964/stat : 12964 (java) S 12959 12961 12345 0 -1 4202560 21745 0 0 0 725 66 0 0 15 0 16 0 3923415 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12965] ppid=12959 vsize=1533576 CPUtime=7.92
/proc/12961/task/12965/stat : 12965 (java) S 12959 12961 12345 0 -1 4202560 23567 0 0 0 723 69 0 0 15 0 16 0 3923415 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12966] ppid=12959 vsize=1533576 CPUtime=1.26
/proc/12961/task/12966/stat : 12966 (java) S 12959 12961 12345 0 -1 4202560 69 0 0 0 87 39 0 0 15 0 16 0 3923417 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 0 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12967] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12967/stat : 12967 (java) S 12959 12961 12345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12968] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12968/stat : 12968 (java) S 12959 12961 12345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 3923417 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12969] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12969/stat : 12969 (java) S 12959 12961 12345 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3923421 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12970] ppid=12959 vsize=1533576 CPUtime=1.43
/proc/12961/task/12970/stat : 12970 (java) S 12959 12961 12345 0 -1 4202560 1410 0 0 0 143 0 0 0 15 0 16 0 3923421 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12971] ppid=12959 vsize=1533576 CPUtime=1.64
/proc/12961/task/12971/stat : 12971 (java) S 12959 12961 12345 0 -1 4202560 1743 0 0 0 163 1 0 0 15 0 16 0 3923422 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12972] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12972/stat : 12972 (java) S 12959 12961 12345 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3923422 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12973] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12973/stat : 12973 (java) S 12959 12961 12345 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 3923422 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
[pid=12961/tid=12974] ppid=12959 vsize=1533576 CPUtime=894.04
/proc/12961/task/12974/stat : 12974 (java) R 12959 12961 12345 0 -1 4202560 995 0 0 0 89399 5 0 0 25 0 16 0 3923884 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4109441845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12961/tid=12975] ppid=12959 vsize=1533576 CPUtime=881.56
/proc/12961/task/12975/stat : 12975 (java) R 12959 12961 12345 0 -1 4202560 877 0 0 0 88137 19 0 0 25 0 16 0 3923884 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4109290467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12961/tid=12976] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12976/stat : 12976 (java) S 12959 12961 12345 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3923920 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 1 0 0 0
[pid=12961/tid=12977] ppid=12959 vsize=1533576 CPUtime=0
/proc/12961/task/12977/stat : 12977 (java) S 12959 12961 12345 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 3923921 1570381824 78850 1992294400 134512640 134550932 4287135536 18446744073709551615 4294960144 0 4 0 16800975 18446604437816910208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1533576

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): 912.016
CPU time (s): 1800.38
CPU user time (s): 1798.14
CPU system time (s): 2.24166
CPU usage (%): 197.407
Max. virtual memory (cumulated for all children) (KiB): 1533576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.24166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83616
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= 41721
involuntary context switches= 56488

runsolver used 6.47701 second user time and 7.8958 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-15 20:25:03
IDJOB=2662243
IDBENCH=2996
IDSOLVER=1166
FILE ID=node080/2662243-1276626302
PBS_JOBID= 11172304
Free space on /tmp= 62584 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=300-sizeP=151-sizeQ=300-346995195-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662243-1276626302/watcher-2662243-1276626302 -o /tmp/evaluation-result-2662243-1276626302/solver-2662243-1276626302 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662243-1276626302.opb

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

MD5SUM BENCH= 7d90035947bf106909c324d346feadc0
RANDOM SEED=1883098971

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1731472 kB
Buffers:         45168 kB
Cached:         146136 kB
SwapCached:          0 kB
Active:         112568 kB
Inactive:       138784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1731472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7368 kB
Writeback:           0 kB
AnonPages:       59968 kB
Mapped:          15428 kB
Slab:            54424 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183816 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= 62584 MiB
End job on node080 at 2010-06-15 20:40:17