Trace number 2662251

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.1 911.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
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.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662251-1276627563.opb
0.23/0.22	c reading problem ... 
12.68/10.01	c ... done. Wall clock time 9.788s.
12.68/10.01	c #vars     97901
12.68/10.01	c #constraints  316474
12.68/10.01	c constraints type 
12.68/10.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
12.68/10.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
12.68/10.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
12.68/10.01	c constraints type 
12.68/10.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
12.68/10.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
12.68/10.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/911.62	c starts		: 6
1800.03/911.62	c conflicts		: 603
1800.03/911.62	c decisions		: 4020
1800.03/911.62	c propagations		: 848289
1800.03/911.62	c inspects		: 3145185
1800.03/911.62	c learnt literals	: 0
1800.03/911.62	c learnt binary clauses	: 1
1800.03/911.62	c learnt ternary clauses	: 0
1800.03/911.62	c learnt clauses	: 603
1800.03/911.62	c ignored clauses	: 0
1800.03/911.62	c root simplifications	: 0
1800.03/911.62	c removed literals (reason simplification)	: 15775754
1800.03/911.62	c reason swapping (by a shorter reason)	: 0
1800.03/911.62	c Calls to reduceDB	: 0
1800.03/911.62	c number of reductions to clauses (during analyze)	: 0
1800.03/911.62	c number of learned constraints concerned by reduction	: 0
1800.03/911.62	c number of learning phase by resolution	: 0
1800.03/911.62	c number of learning phase by cutting planes	: 0
1800.03/911.62	c speed (assignments/second)	: 940.8654566023923
1800.03/911.62	c non guided choices	195
1800.03/911.62	c learnt constraints type 
1800.03/911.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 602
1800.03/911.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.03/911.62	c constraints type 
1800.03/911.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
1800.03/911.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
1800.03/911.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/911.62	c constraints type 
1800.03/911.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
1800.03/911.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
1800.03/911.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/911.62	s UNKNOWN
1800.03/911.62	c Total wall clock time (in seconds): 911.398

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-2662251-1276627563/watcher-2662251-1276627563 -o /tmp/evaluation-result-2662251-1276627563/solver-2662251-1276627563 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662251-1276627563.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.06 1.02 1.00 3/106 10707
/proc/meminfo: memFree=1811680/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=244 CPUtime=0
/proc/10707/stat : 10707 (java) R 10705 10707 10184 0 -1 4194304 275 0 0 0 0 0 0 0 17 0 1 0 4048016 249856 21 1992294400 134512640 134550932 4289481424 18446744073709551615 7003977 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10707/statm: 62 28 21 10 0 23 0

[startup+0.0608651 s]
/proc/loadavg: 1.06 1.02 1.00 3/106 10707
/proc/meminfo: memFree=1811680/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1521664 CPUtime=0.05
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 3616 0 1 0 3 2 0 0 15 0 7 0 4048016 1558183936 3057 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 380416 3057 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.100868 s]
/proc/loadavg: 1.06 1.02 1.00 3/106 10707
/proc/meminfo: memFree=1811680/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1524180 CPUtime=0.08
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 3954 0 1 0 5 3 0 0 15 0 12 0 4048016 1560760320 3393 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300887 s]
/proc/loadavg: 1.06 1.02 1.00 3/106 10707
/proc/meminfo: memFree=1811680/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1526656 CPUtime=0.37
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 6481 0 1 0 33 4 0 0 15 0 12 0 4048016 1563295744 5918 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 381664 5918 1354 10 0 378967 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526656

[startup+0.700921 s]
/proc/loadavg: 1.06 1.02 1.00 3/106 10707
/proc/meminfo: memFree=1811680/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1528616 CPUtime=1.1
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 8533 0 1 0 105 5 0 0 15 0 12 0 4048016 1565302784 7970 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 382154 7970 1403 10 0 379457 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528616

[startup+1.50199 s]
/proc/loadavg: 1.06 1.02 1.00 4/118 10719
/proc/meminfo: memFree=1767812/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1531984 CPUtime=2.4
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 26156 0 1 0 226 14 0 0 15 0 12 0 4048016 1568751616 24964 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 382996 24966 1407 10 0 380299 0
[pid=10707/tid=10709] ppid=10705 vsize=1531984 CPUtime=1.46
/proc/10707/task/10709/stat : 10709 (java) R 10705 10707 10184 0 -1 4202560 22386 0 1 0 134 12 0 0 25 0 12 0 4048017 1568751616 24967 1992294400 134512640 134550932 4289481424 18446744073709551615 4109330612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 4048019 1568751616 24969 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 4048019 1568751616 24970 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4048020 1568751616 24972 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 4048021 1568751616 24973 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 4048021 1568751616 24974 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 4048025 1568751616 24976 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1531984 CPUtime=0.27
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 1050 0 0 0 27 0 0 0 16 0 12 0 4048025 1568751616 24977 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1531984 CPUtime=0.63
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 1656 0 0 0 63 0 0 0 15 0 12 0 4048025 1568751616 24979 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4048025 1568751616 24980 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4048025 1568751616 24981 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1531984

[startup+3.10213 s]
/proc/loadavg: 1.06 1.02 1.00 2/118 10719
/proc/meminfo: memFree=1662164/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1531984 CPUtime=4.22
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 46896 0 1 0 399 23 0 0 15 0 12 0 4048016 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 382996 45473 1417 10 0 380299 0
[pid=10707/tid=10709] ppid=10705 vsize=1531984 CPUtime=2.84
/proc/10707/task/10709/stat : 10709 (java) R 10705 10707 10184 0 -1 4202560 32034 0 1 0 267 17 0 0 25 0 12 0 4048017 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4109296097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1531984 CPUtime=0.21
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 5492 0 0 0 20 1 0 0 16 0 12 0 4048019 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1531984 CPUtime=0.21
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 5588 0 0 0 19 2 0 0 16 0 12 0 4048019 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 4048020 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4048021 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4048021 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 4048025 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1531984 CPUtime=0.27
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 1050 0 0 0 27 0 0 0 16 0 12 0 4048025 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1531984 CPUtime=0.63
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 1656 0 0 0 63 0 0 0 15 0 12 0 4048025 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4048025 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4048025 1568751616 45473 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1531984

[startup+6.30241 s]
/proc/loadavg: 1.22 1.05 1.01 2/118 10719
/proc/meminfo: memFree=1605992/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1531984 CPUtime=7.97
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 58557 0 1 0 769 28 0 0 15 0 12 0 4048016 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 382996 56009 1419 10 0 380299 0
[pid=10707/tid=10709] ppid=10705 vsize=1531984 CPUtime=5.46
/proc/10707/task/10709/stat : 10709 (java) R 10705 10707 10184 0 -1 4202560 32038 0 1 0 529 17 0 0 25 0 12 0 4048017 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4109295758 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1531984 CPUtime=0.78
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 11538 0 0 0 75 3 0 0 16 0 12 0 4048019 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1531984 CPUtime=0.76
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 11197 0 0 0 71 5 0 0 16 0 12 0 4048019 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 4048020 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4048021 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4048021 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 4048025 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1531984 CPUtime=0.28
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 1052 0 0 0 28 0 0 0 15 0 12 0 4048025 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1531984 CPUtime=0.63
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 1656 0 0 0 63 0 0 0 15 0 12 0 4048025 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4048025 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1531984 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4048025 1568751616 56009 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1531984

[startup+12.704 s]
/proc/loadavg: 1.28 1.06 1.02 5/122 10723
/proc/meminfo: memFree=1556180/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1545388 CPUtime=18.02
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 70564 0 2 0 1767 35 0 0 15 0 16 0 4048016 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386347 64835 1444 10 0 383650 0
[pid=10707/tid=10709] ppid=10705 vsize=1545388 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32070 0 1 0 870 18 0 0 18 0 16 0 4048017 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1545388 CPUtime=1.1
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 15066 0 0 0 105 5 0 0 16 0 16 0 4048019 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1545388 CPUtime=1.09
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 13612 0 0 0 104 5 0 0 16 0 16 0 4048019 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 16 0 4048020 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4048021 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4048021 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 4048025 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1545388 CPUtime=1.11
/proc/10707/task/10716/stat : 10716 (java) R 10705 10707 10184 0 -1 4202560 2219 0 1 0 110 1 0 0 15 0 16 0 4048025 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 105495945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1545388 CPUtime=2.15
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 6464 0 0 0 213 2 0 0 15 0 16 0 4048025 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4048025 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4048025 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10720] ppid=10705 vsize=1545388 CPUtime=1.8
/proc/10707/task/10720/stat : 10720 (java) R 10705 10707 10184 0 -1 4202560 17 0 0 0 180 0 0 0 25 0 16 0 4049017 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4109505684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10721] ppid=10705 vsize=1545388 CPUtime=1.81
/proc/10707/task/10721/stat : 10721 (java) R 10705 10707 10184 0 -1 4202560 30 0 0 0 181 0 0 0 25 0 16 0 4049017 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4109779059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10722] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1545388 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1582477312 64835 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.02
Current children cumulated vsize (KiB) 1545388

[startup+25.5021 s]
/proc/loadavg: 1.64 1.16 1.05 3/122 10723
/proc/meminfo: memFree=1543780/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1546412 CPUtime=43.43
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 74294 0 2 0 4306 37 0 0 15 0 16 0 4048016 1583525888 68082 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386603 68082 1444 10 0 383906 0
[pid=10707/tid=10709] ppid=10705 vsize=1546412 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32070 0 1 0 870 18 0 0 18 0 16 0 4048017 1583525888 68082 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1546412 CPUtime=1.36
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 17035 0 0 0 130 6 0 0 16 0 16 0 4048019 1583525888 68082 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1546412 CPUtime=1.33
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 14947 0 0 0 126 7 0 0 15 0 16 0 4048019 1583525888 68082 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1546412 CPUtime=0

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

/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1583525888 81425 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1583525888 81425 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1385.4
Current children cumulated vsize (KiB) 1546412

[startup+762.31 s]
/proc/loadavg: 2.11 2.01 1.60 3/122 10743
/proc/meminfo: memFree=1486740/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1546412 CPUtime=1504.28
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 90242 0 2 0 150222 206 0 0 15 0 16 0 4048016 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386603 82050 1444 10 0 383906 0
[pid=10707/tid=10709] ppid=10705 vsize=1546412 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32079 0 1 0 870 18 0 0 15 0 16 0 4048017 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1546412 CPUtime=11.01
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 23015 0 0 0 1080 21 0 0 16 0 16 0 4048019 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1546412 CPUtime=10.96
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 23243 0 0 0 1076 20 0 0 15 0 16 0 4048019 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1546412 CPUtime=2.14
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 56 0 0 0 112 102 0 0 15 0 16 0 4048020 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 4048025 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1546412 CPUtime=1.47
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 2745 0 1 0 146 1 0 0 15 0 16 0 4048025 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1546412 CPUtime=2.72
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 6477 0 0 0 270 2 0 0 15 0 16 0 4048025 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4048025 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 16 0 4048025 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10720] ppid=10705 vsize=1546412 CPUtime=732.59
/proc/10707/task/10720/stat : 10720 (java) R 10705 10707 10184 0 -1 4202560 863 0 0 0 73235 24 0 0 25 0 16 0 4049017 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4109483974 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10721] ppid=10705 vsize=1546412 CPUtime=734.4
/proc/10707/task/10721/stat : 10721 (java) R 10705 10707 10184 0 -1 4202560 649 0 0 0 73428 12 0 0 25 0 16 0 4049017 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4109436356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10722] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1583525888 82050 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.28
Current children cumulated vsize (KiB) 1546412

[startup+822.301 s]
/proc/loadavg: 2.08 2.02 1.63 3/122 10745
/proc/meminfo: memFree=1485376/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1546412 CPUtime=1623.12
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 90669 0 2 0 162094 218 0 0 15 0 16 0 4048016 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386603 82362 1444 10 0 383906 0
[pid=10707/tid=10709] ppid=10705 vsize=1546412 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32080 0 1 0 870 18 0 0 15 0 16 0 4048017 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1546412 CPUtime=11.73
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 23268 0 0 0 1150 23 0 0 15 0 16 0 4048019 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1546412 CPUtime=11.69
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 23302 0 0 0 1147 22 0 0 16 0 16 0 4048019 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1546412 CPUtime=2.28
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 60 0 0 0 120 108 0 0 15 0 16 0 4048020 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 4048025 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1546412 CPUtime=1.47
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 2745 0 1 0 146 1 0 0 15 0 16 0 4048025 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1546412 CPUtime=2.72
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 6477 0 0 0 270 2 0 0 15 0 16 0 4048025 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4048025 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 4048025 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10720] ppid=10705 vsize=1546412 CPUtime=791.7
/proc/10707/task/10720/stat : 10720 (java) R 10705 10707 10184 0 -1 4202560 911 0 0 0 79142 28 0 0 25 0 16 0 4049017 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4109505684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10721] ppid=10705 vsize=1546412 CPUtime=792.57
/proc/10707/task/10721/stat : 10721 (java) R 10705 10707 10184 0 -1 4202560 707 0 0 0 79245 12 0 0 25 0 16 0 4049017 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4109440537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10722] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1583525888 82362 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.12
Current children cumulated vsize (KiB) 1546412

[startup+882.302 s]
/proc/loadavg: 2.18 2.06 1.67 3/122 10747
/proc/meminfo: memFree=1481780/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1546412 CPUtime=1741.99
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 91655 0 2 0 173971 228 0 0 15 0 16 0 4048016 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386603 83232 1444 10 0 383906 0
[pid=10707/tid=10709] ppid=10705 vsize=1546412 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32080 0 1 0 870 18 0 0 15 0 16 0 4048017 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1546412 CPUtime=12.45
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 23269 0 0 0 1222 23 0 0 16 0 16 0 4048019 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1546412 CPUtime=12.41
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 24171 0 0 0 1217 24 0 0 15 0 16 0 4048019 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1546412 CPUtime=2.39
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 65 0 0 0 127 112 0 0 15 0 16 0 4048020 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 4048025 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1546412 CPUtime=1.47
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 2745 0 1 0 146 1 0 0 15 0 16 0 4048025 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1546412 CPUtime=2.72
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 6477 0 0 0 270 2 0 0 15 0 16 0 4048025 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4048025 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 4048025 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10720] ppid=10705 vsize=1546412 CPUtime=850.84
/proc/10707/task/10720/stat : 10720 (java) R 10705 10707 10184 0 -1 4202560 963 0 0 0 85053 31 0 0 25 0 16 0 4049017 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4109505644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10721] ppid=10705 vsize=1546412 CPUtime=850.74
/proc/10707/task/10721/stat : 10721 (java) R 10705 10707 10184 0 -1 4202560 762 0 0 0 85062 12 0 0 25 0 16 0 4049017 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4109560333 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10722] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1583525888 83232 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.99
Current children cumulated vsize (KiB) 1546412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.602 s]
/proc/loadavg: 2.16 2.07 1.68 3/122 10756
/proc/meminfo: memFree=1480168/2059040 swapFree=4164932/4192956
[pid=10707] ppid=10705 vsize=1546412 CPUtime=1800.03
/proc/10707/stat : 10707 (java) S 10705 10707 10184 0 -1 4202496 91958 0 2 0 179771 232 0 0 15 0 16 0 4048016 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10707/statm: 386603 83474 1444 10 0 383906 0
[pid=10707/tid=10709] ppid=10705 vsize=1546412 CPUtime=8.88
/proc/10707/task/10709/stat : 10709 (java) S 10705 10707 10184 0 -1 4202560 32080 0 1 0 870 18 0 0 15 0 16 0 4048017 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10710] ppid=10705 vsize=1546412 CPUtime=12.85
/proc/10707/task/10710/stat : 10710 (java) S 10705 10707 10184 0 -1 4202560 23269 0 0 0 1262 23 0 0 15 0 16 0 4048019 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10711] ppid=10705 vsize=1546412 CPUtime=12.79
/proc/10707/task/10711/stat : 10711 (java) S 10705 10707 10184 0 -1 4202560 24413 0 0 0 1255 24 0 0 16 0 16 0 4048019 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10712] ppid=10705 vsize=1546412 CPUtime=2.46
/proc/10707/task/10712/stat : 10712 (java) S 10705 10707 10184 0 -1 4202560 67 0 0 0 131 115 0 0 15 0 16 0 4048020 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 0 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10713] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10713/stat : 10713 (java) S 10705 10707 10184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10714] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10714/stat : 10714 (java) S 10705 10707 10184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4048021 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10715] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10715/stat : 10715 (java) S 10705 10707 10184 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 4048025 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10716] ppid=10705 vsize=1546412 CPUtime=1.47
/proc/10707/task/10716/stat : 10716 (java) S 10705 10707 10184 0 -1 4202560 2745 0 1 0 146 1 0 0 15 0 16 0 4048025 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10717] ppid=10705 vsize=1546412 CPUtime=2.72
/proc/10707/task/10717/stat : 10717 (java) S 10705 10707 10184 0 -1 4202560 6477 0 0 0 270 2 0 0 15 0 16 0 4048025 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10718] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10718/stat : 10718 (java) S 10705 10707 10184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4048025 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10719] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10719/stat : 10719 (java) S 10705 10707 10184 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 4048025 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
[pid=10707/tid=10720] ppid=10705 vsize=1546412 CPUtime=879.27
/proc/10707/task/10720/stat : 10720 (java) R 10705 10707 10184 0 -1 4202560 991 0 0 0 87896 31 0 0 25 0 16 0 4049017 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4109502153 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10707/tid=10721] ppid=10705 vsize=1546412 CPUtime=879.5
/proc/10707/task/10721/stat : 10721 (java) R 10705 10707 10184 0 -1 4202560 791 0 0 0 87937 13 0 0 25 0 16 0 4049017 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4109436449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10707/tid=10722] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10722/stat : 10722 (java) S 10705 10707 10184 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 4049081 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 1 0 0 0
[pid=10707/tid=10723] ppid=10705 vsize=1546412 CPUtime=0
/proc/10707/task/10723/stat : 10723 (java) S 10705 10707 10184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4049089 1583525888 83474 1992294400 134512640 134550932 4289481424 18446744073709551615 4294960144 0 4 0 16800975 18446604437877064832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546412

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): 911.66
CPU time (s): 1800.1
CPU user time (s): 1797.74
CPU system time (s): 2.36064
CPU usage (%): 197.453
Max. virtual memory (cumulated for all children) (KiB): 1546412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.74
system time used= 2.36064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91978
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= 38889
involuntary context switches= 58171

runsolver used 4.69629 second user time and 9.35558 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-15 20:46:05
IDJOB=2662251
IDBENCH=3019
IDSOLVER=1166
FILE ID=node051/2662251-1276627563
PBS_JOBID= 11172334
Free space on /tmp= 62548 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=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662251-1276627563/watcher-2662251-1276627563 -o /tmp/evaluation-result-2662251-1276627563/solver-2662251-1276627563 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662251-1276627563.opb

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

MD5SUM BENCH= 33ae5939d1aa58a75a945a9faf3c230f
RANDOM SEED=1285363490

node051.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.255
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1812260 kB
Buffers:         38896 kB
Cached:         111976 kB
SwapCached:         68 kB
Active:          38516 kB
Inactive:       143856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1812260 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:           18484 kB
Writeback:           0 kB
AnonPages:       31364 kB
Mapped:          14920 kB
Slab:            42656 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181084 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= 62544 MiB
End job on node051 at 2010-06-15 21:01:19