Trace number 2662230

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.23 908.378

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794-max.opb
MD5SUMc918ba57e672047ee392792cccc2b48f
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 variables34451
Total number of constraints102181
Number of constraints which are clauses102180
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 constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c ManyCore solver with 2 solvers running in parallel
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	
0.21/0.23	c solving HOME/instance-2662230-1276624497.opb
0.21/0.23	c reading problem ... 
4.89/3.91	c ... done. Wall clock time 3.681s.
4.89/3.91	c #vars     34451
4.89/3.91	c #constraints  110697
4.89/3.91	c constraints type 
4.89/3.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34060
4.89/3.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68120
4.89/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.89/3.91	c constraints type 
4.89/3.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68120
4.89/3.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34060
4.89/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.12/908.31	c starts		: 19
1800.12/908.31	c conflicts		: 3571
1800.12/908.31	c decisions		: 21565
1800.12/908.31	c propagations		: 1841332
1800.12/908.31	c inspects		: 9364397
1800.12/908.31	c learnt literals	: 0
1800.12/908.31	c learnt binary clauses	: 2
1800.12/908.32	c learnt ternary clauses	: 0
1800.12/908.32	c learnt clauses	: 3570
1800.12/908.32	c ignored clauses	: 0
1800.12/908.32	c root simplifications	: 0
1800.12/908.32	c removed literals (reason simplification)	: 31273023
1800.12/908.32	c reason swapping (by a shorter reason)	: 0
1800.12/908.32	c Calls to reduceDB	: 0
1800.12/908.32	c number of reductions to clauses (during analyze)	: 0
1800.12/908.32	c number of learned constraints concerned by reduction	: 0
1800.12/908.32	c number of learning phase by resolution	: 0
1800.12/908.32	c number of learning phase by cutting planes	: 0
1800.12/908.32	c speed (assignments/second)	: 2035.9573023619923
1800.12/908.32	c non guided choices	125
1800.12/908.32	c learnt constraints type 
1800.12/908.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 3568
1800.12/908.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.12/908.32	c constraints type 
1800.12/908.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34060
1800.12/908.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68120
1800.12/908.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.12/908.32	c constraints type 
1800.12/908.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68120
1800.12/908.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34060
1800.12/908.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.12/908.32	s UNKNOWN
1800.12/908.32	c Total wall clock time (in seconds): 908.095

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-2662230-1276624497/watcher-2662230-1276624497 -o /tmp/evaluation-result-2662230-1276624497/solver-2662230-1276624497 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662230-1276624497.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.00 1.00 1.00 3/106 5584
/proc/meminfo: memFree=1767196/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=248 CPUtime=0
/proc/5584/stat : 5584 (java6) R 5582 5584 5164 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 38051081 253952 28 1992294400 134512640 134550932 4293044624 18446744073709551615 9183710 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5584/statm: 62 28 21 10 0 23 0

[startup+0.101972 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5584
/proc/meminfo: memFree=1767196/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1524020 CPUtime=0.08
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 38051081 1560596480 3371 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.201206 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5584
/proc/meminfo: memFree=1767196/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1526072 CPUtime=0.21
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 4979 0 1 0 18 3 0 0 15 0 12 0 38051081 1562697728 4416 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 381518 4417 1340 10 0 378821 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526072

[startup+0.300991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5584
/proc/meminfo: memFree=1767196/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1526376 CPUtime=0.34
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 5744 0 1 0 31 3 0 0 15 0 12 0 38051081 1563009024 5181 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 381594 5181 1357 10 0 378897 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526376

[startup+0.701033 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5584
/proc/meminfo: memFree=1767196/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1527648 CPUtime=0.97
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 7463 0 1 0 93 4 0 0 15 0 12 0 38051081 1564311552 6813 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 381912 6813 1401 10 0 379215 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1527648

[startup+1.5011 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 5596
/proc/meminfo: memFree=1726368/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1532780 CPUtime=2.06
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 22750 0 1 0 192 14 0 0 15 0 12 0 38051081 1569566720 21120 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383195 21121 1407 10 0 380498 0
[pid=5584/tid=5586] ppid=5582 vsize=1532780 CPUtime=1.16
/proc/5584/task/5586/stat : 5586 (java) R 5582 5584 5164 0 -1 4202560 18291 0 1 0 105 11 0 0 25 0 12 0 38051083 1569566720 21122 1992294400 134512640 134550932 4290036672 18446744073709551615 4108966428 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 38051084 1569566720 21124 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 38051084 1569566720 21125 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38051086 1569566720 21126 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 38051086 1569566720 21127 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 38051086 1569566720 21128 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 38051091 1569566720 21129 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1532780 CPUtime=0.42
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1775 0 0 0 42 0 0 0 15 0 12 0 38051091 1569566720 21130 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1532780 CPUtime=0.43
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 1623 0 0 0 43 0 0 0 15 0 12 0 38051091 1569566720 21131 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 38051091 1569566720 21132 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 38051091 1569566720 21134 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1532780

[startup+3.10225 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 5596
/proc/meminfo: memFree=1618984/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1532780 CPUtime=3.76
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 39832 0 1 0 352 24 0 0 15 0 12 0 38051081 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383195 38174 1419 10 0 380498 0
[pid=5584/tid=5586] ppid=5582 vsize=1532780 CPUtime=2.66
/proc/5584/task/5586/stat : 5586 (java) R 5582 5584 5164 0 -1 4202560 32031 0 1 0 247 19 0 0 25 0 12 0 38051083 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4108949625 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1532780 CPUtime=0.07
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 1636 0 0 0 7 0 0 0 15 0 12 0 38051084 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1532780 CPUtime=0.07
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 1691 0 0 0 7 0 0 0 18 0 12 0 38051084 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 38051086 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 38051086 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 38051086 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 38051091 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1532780 CPUtime=0.43
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1776 0 0 0 43 0 0 0 16 0 12 0 38051091 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1532780 CPUtime=0.45
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 1627 0 0 0 45 0 0 0 15 0 12 0 38051091 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 38051091 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1532780 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 38051091 1569566720 38174 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1532780

[startup+6.30255 s]
/proc/loadavg: 1.30 1.07 1.02 3/122 5600
/proc/meminfo: memFree=1591176/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1534076 CPUtime=9.64
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 47221 0 1 0 936 28 0 0 15 0 16 0 38051081 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383519 45026 1434 10 0 380822 0
[pid=5584/tid=5586] ppid=5582 vsize=1534076 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32062 0 1 0 309 20 0 0 18 0 16 0 38051083 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1534076 CPUtime=0.21
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 5114 0 0 0 19 2 0 0 16 0 16 0 38051084 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1534076 CPUtime=0.2
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 5101 0 0 0 18 2 0 0 18 0 16 0 38051084 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 38051086 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1534076 CPUtime=0.94
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1823 0 0 0 93 1 0 0 15 0 16 0 38051091 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1534076 CPUtime=1.19
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2000 0 0 0 118 1 0 0 15 0 16 0 38051091 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 38051091 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1534076 CPUtime=1.99
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 17 0 0 0 199 0 0 0 25 0 16 0 38051472 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4109290203 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1534076 CPUtime=1.77
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 24 0 0 0 177 0 0 0 22 0 16 0 38051472 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4109403296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1534076 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1570893824 45026 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 1534076

[startup+12.7021 s]
/proc/loadavg: 1.36 1.08 1.03 3/122 5600
/proc/meminfo: memFree=1576296/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=22.32
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 56289 0 1 0 2200 32 0 0 15 0 16 0 38051081 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383775 52589 1436 10 0 381078 0
[pid=5584/tid=5586] ppid=5582 vsize=1535100 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32062 0 1 0 309 20 0 0 18 0 16 0 38051083 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1535100 CPUtime=0.7
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 9297 0 0 0 67 3 0 0 16 0 16 0 38051084 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1535100 CPUtime=0.71
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 9121 0 0 0 67 4 0 0 16 0 16 0 38051084 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 38051086 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1535100 CPUtime=1.24
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1860 0 0 0 123 1 0 0 16 0 16 0 38051091 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1535100 CPUtime=1.69
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2820 0 0 0 168 1 0 0 15 0 16 0 38051091 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 38051091 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1535100 CPUtime=7.48
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 19 0 0 0 748 0 0 0 24 0 16 0 38051472 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4109291024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1535100 CPUtime=7.14
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 30 0 0 0 714 0 0 0 24 0 16 0 38051472 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4109154132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 52589 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 1535100

[startup+25.5013 s]
/proc/loadavg: 1.45 1.11 1.04 3/122 5602
/proc/meminfo: memFree=1554596/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=47.71
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 58010 0 1 0 4735 36 0 0 15 0 16 0 38051081 1571942400 54225 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 75817 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 75817 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1391.15
Current children cumulated vsize (KiB) 1535100

[startup+762.302 s]
/proc/loadavg: 2.05 1.96 1.57 3/122 5629
/proc/meminfo: memFree=1448576/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=1510.28
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 86338 0 1 0 150899 129 0 0 15 0 16 0 38051081 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383775 80414 1440 10 0 381078 0
[pid=5584/tid=5586] ppid=5582 vsize=1535100 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32063 0 1 0 309 20 0 0 15 0 16 0 38051083 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1535100 CPUtime=6.33
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 22964 0 0 0 619 14 0 0 15 0 16 0 38051084 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1535100 CPUtime=6.32
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 23664 0 0 0 612 20 0 0 16 0 16 0 38051084 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1535100 CPUtime=0.88
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 55 0 0 0 69 19 0 0 15 0 16 0 38051086 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1535100 CPUtime=1.72
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1877 0 0 0 171 1 0 0 15 0 16 0 38051091 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1535100 CPUtime=1.69
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2820 0 0 0 168 1 0 0 15 0 16 0 38051091 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 16 0 38051091 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1535100 CPUtime=745
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 744 0 0 0 74482 18 0 0 25 0 16 0 38051472 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4109158665 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1535100 CPUtime=744.97
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 1038 0 0 0 74466 31 0 0 25 0 16 0 38051472 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4109464966 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 80414 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1510.28
Current children cumulated vsize (KiB) 1535100

[startup+822.302 s]
/proc/loadavg: 2.06 1.98 1.60 3/122 5631
/proc/meminfo: memFree=1435184/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=1629.3
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 89872 0 1 0 162792 138 0 0 15 0 16 0 38051081 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383775 83779 1440 10 0 381078 0
[pid=5584/tid=5586] ppid=5582 vsize=1535100 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32063 0 1 0 309 20 0 0 15 0 16 0 38051083 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1535100 CPUtime=7
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 24990 0 0 0 684 16 0 0 16 0 16 0 38051084 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1535100 CPUtime=6.99
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 25023 0 0 0 678 21 0 0 15 0 16 0 38051084 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1535100 CPUtime=0.94
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 60 0 0 0 74 20 0 0 15 0 16 0 38051086 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1535100 CPUtime=1.72
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1877 0 0 0 171 1 0 0 15 0 16 0 38051091 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1535100 CPUtime=1.69
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2820 0 0 0 168 1 0 0 15 0 16 0 38051091 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 38051091 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1535100 CPUtime=803.76
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 803 0 0 0 80356 20 0 0 25 0 16 0 38051472 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4109340423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1535100 CPUtime=803.81
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 1120 0 0 0 80347 34 0 0 25 0 16 0 38051472 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4109153173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 83779 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.3
Current children cumulated vsize (KiB) 1535100

[startup+882.309 s]
/proc/loadavg: 2.02 1.98 1.62 3/122 5633
/proc/meminfo: memFree=1432456/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=1748.53
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 90653 0 1 0 174711 142 0 0 15 0 16 0 38051081 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383775 84425 1440 10 0 381078 0
[pid=5584/tid=5586] ppid=5582 vsize=1535100 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32063 0 1 0 309 20 0 0 15 0 16 0 38051083 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1535100 CPUtime=7.54
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 25394 0 0 0 737 17 0 0 15 0 16 0 38051084 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1535100 CPUtime=7.53
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 25268 0 0 0 731 22 0 0 15 0 16 0 38051084 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1535100 CPUtime=0.99
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 64 0 0 0 78 21 0 0 16 0 16 0 38051086 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1535100 CPUtime=1.73
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1877 0 0 0 172 1 0 0 15 0 16 0 38051091 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1535100 CPUtime=1.69
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2820 0 0 0 168 1 0 0 15 0 16 0 38051091 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 38051091 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1535100 CPUtime=862.63
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 811 0 0 0 86242 21 0 0 25 0 16 0 38051472 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4108873262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1535100 CPUtime=863.04
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 1236 0 0 0 86269 35 0 0 25 0 16 0 38051472 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4109637492 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 84425 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.53
Current children cumulated vsize (KiB) 1535100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.302 s]
/proc/loadavg: 2.08 1.99 1.64 3/122 5633
/proc/meminfo: memFree=1431216/2059040 swapFree=4135932/4192956
[pid=5584] ppid=5582 vsize=1535100 CPUtime=1800.12
/proc/5584/stat : 5584 (java) S 5582 5584 5164 0 -1 4202496 91000 0 1 0 179867 145 0 0 15 0 16 0 38051081 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5584/statm: 383775 84706 1440 10 0 381078 0
[pid=5584/tid=5586] ppid=5582 vsize=1535100 CPUtime=3.29
/proc/5584/task/5586/stat : 5586 (java) S 5582 5584 5164 0 -1 4202560 32063 0 1 0 309 20 0 0 15 0 16 0 38051083 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5587] ppid=5582 vsize=1535100 CPUtime=7.83
/proc/5584/task/5587/stat : 5587 (java) S 5582 5584 5164 0 -1 4202560 25595 0 0 0 766 17 0 0 16 0 16 0 38051084 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5588] ppid=5582 vsize=1535100 CPUtime=7.82
/proc/5584/task/5588/stat : 5588 (java) S 5582 5584 5164 0 -1 4202560 25349 0 0 0 760 22 0 0 15 0 16 0 38051084 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5589] ppid=5582 vsize=1535100 CPUtime=1.01
/proc/5584/task/5589/stat : 5589 (java) S 5582 5584 5164 0 -1 4202560 64 0 0 0 80 21 0 0 15 0 16 0 38051086 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5590] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5590/stat : 5590 (java) S 5582 5584 5164 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5591] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5591/stat : 5591 (java) S 5582 5584 5164 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38051086 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5592] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5592/stat : 5592 (java) S 5582 5584 5164 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38051091 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5593] ppid=5582 vsize=1535100 CPUtime=1.73
/proc/5584/task/5593/stat : 5593 (java) S 5582 5584 5164 0 -1 4202560 1877 0 0 0 172 1 0 0 15 0 16 0 38051091 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
[pid=5584/tid=5594] ppid=5582 vsize=1535100 CPUtime=1.69
/proc/5584/task/5594/stat : 5594 (java) S 5582 5584 5164 0 -1 4202560 2820 0 0 0 168 1 0 0 15 0 16 0 38051091 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5595] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5595/stat : 5595 (java) S 5582 5584 5164 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38051091 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5596] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5596/stat : 5596 (java) S 5582 5584 5164 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 38051091 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5597] ppid=5582 vsize=1535100 CPUtime=888.31
/proc/5584/task/5597/stat : 5597 (java) R 5582 5584 5164 0 -1 4202560 825 0 0 0 88810 21 0 0 25 0 16 0 38051472 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4108873288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5584/tid=5598] ppid=5582 vsize=1535100 CPUtime=888.34
/proc/5584/task/5598/stat : 5598 (java) R 5582 5584 5164 0 -1 4202560 1287 0 0 0 88798 36 0 0 25 0 16 0 38051472 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4109640885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5584/tid=5599] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5599/stat : 5599 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38051486 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 0 0 0 0
[pid=5584/tid=5600] ppid=5582 vsize=1535100 CPUtime=0
/proc/5584/task/5600/stat : 5600 (java) S 5582 5584 5164 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38051496 1571942400 84706 1992294400 134512640 134550932 4290036672 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1535100

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

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

Child status: 143
Real time (s): 908.378
CPU time (s): 1800.23
CPU user time (s): 1798.74
CPU system time (s): 1.48877
CPU usage (%): 198.18
Max. virtual memory (cumulated for all children) (KiB): 1535100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.48877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91020
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= 42816
involuntary context switches= 60478

runsolver used 5.00924 second user time and 6.64199 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 19:54:58
IDJOB=2662230
IDBENCH=2968
IDSOLVER=1166
FILE ID=node015/2662230-1276624497
PBS_JOBID= 11172307
Free space on /tmp= 62580 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=260-sizeP=131-sizeQ=260-581480794-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662230-1276624497/watcher-2662230-1276624497 -o /tmp/evaluation-result-2662230-1276624497/solver-2662230-1276624497 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662230-1276624497.opb

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

MD5SUM BENCH= c918ba57e672047ee392792cccc2b48f
RANDOM SEED=1614750513

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1767592 kB
Buffers:         87764 kB
Cached:         123808 kB
SwapCached:      11032 kB
Active:          97832 kB
Inactive:       128076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1767592 kB
SwapTotal:     4192956 kB
SwapFree:      4135932 kB
Dirty:            5240 kB
Writeback:           8 kB
AnonPages:       12600 kB
Mapped:           9352 kB
Slab:            43620 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182344 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= 62580 MiB
End job on node015 at 2010-06-15 20:10:08