Trace number 2663333

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? 195.002 176.273

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2663333-1276691026.opb
0.25/0.21	c reading problem ... 
176.44/157.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
176.44/157.75		at org.sat4j.core.Vec.<init>(Unknown Source)
176.44/157.75		at org.sat4j.core.Vec.<init>(Unknown Source)
176.44/157.75		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
176.44/157.75		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
176.44/157.75		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
176.44/157.75		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
176.44/157.75		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
176.44/157.75		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
176.44/157.75		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
176.44/157.75		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
176.44/157.75		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
176.44/157.75		at org.sat4j.AbstractLauncher.run(Unknown Source)
176.44/157.75		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
186.25/167.56	c starts		: 0
186.25/167.56	c conflicts		: 0
186.25/167.56	c decisions		: 0
186.25/167.56	c propagations		: 0
194.84/176.11	c inspects		: 0
194.84/176.11	c learnt literals	: 0
194.84/176.11	c learnt binary clauses	: 0
194.84/176.11	c learnt ternary clauses	: 0
194.84/176.11	c learnt clauses	: 0
194.84/176.11	c ignored clauses	: 0
194.84/176.11	c root simplifications	: 0
194.84/176.11	c removed literals (reason simplification)	: 0
194.84/176.11	c reason swapping (by a shorter reason)	: 0
194.84/176.11	c Calls to reduceDB	: 0
194.84/176.11	c number of reductions to clauses (during analyze)	: 0
194.84/176.11	c number of learned constraints concerned by reduction	: 0
194.84/176.11	c number of learning phase by resolution	: 0
194.84/176.11	c number of learning phase by cutting planes	: 0
194.84/176.11	c speed (assignments/second)	: 0.0
194.84/176.11	c non guided choices	0
194.84/176.11	c learnt constraints type 
194.84/176.11	c constraints type 
194.84/176.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
194.84/176.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
194.84/176.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1529
194.84/176.11	c constraints type 
194.84/176.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
194.84/176.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
194.84/176.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1528
194.84/176.11	s UNKNOWN
194.84/176.11	c Total wall clock time (in seconds): 175.9

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-2663333-1276691026/watcher-2663333-1276691026 -o /tmp/evaluation-result-2663333-1276691026/solver-2663333-1276691026 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663333-1276691026.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.02 1.02 1.00 3/106 11915
/proc/meminfo: memFree=1618972/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1832 CPUtime=0
/proc/11915/stat : 11915 (java6) R 11913 11915 11136 0 -1 4194304 241 0 0 0 0 0 0 0 20 0 1 0 44706707 1875968 145 1992294400 134512640 134550932 4289603824 18446744073709551615 134527984 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11915/statm: 458 148 111 10 0 63 0

[startup+0.086419 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 11915
/proc/meminfo: memFree=1618972/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1521796 CPUtime=0.07
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 3805 0 1 0 5 2 0 0 18 0 7 0 44706707 1558319104 3247 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 380449 3247 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10142 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 11915
/proc/meminfo: memFree=1618972/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1524180 CPUtime=0.08
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 3950 0 1 0 6 2 0 0 18 0 12 0 44706707 1560760320 3390 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 381045 3390 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300034 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 11915
/proc/meminfo: memFree=1618972/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1526136 CPUtime=0.35
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 20411 0 1 0 26 9 0 0 18 0 12 0 44706707 1562763264 19850 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 381534 19865 1350 10 0 378837 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526136

[startup+0.700029 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 11915
/proc/meminfo: memFree=1618972/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1527008 CPUtime=1.05
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 60692 0 1 0 76 29 0 0 18 0 12 0 44706707 1563656192 60129 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 381752 60129 1391 10 0 379055 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1527008

[startup+1.50102 s]
/proc/loadavg: 1.02 1.02 1.00 2/118 11927
/proc/meminfo: memFree=1382472/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1527720 CPUtime=2.03
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 60930 0 1 0 174 29 0 0 18 0 12 0 44706707 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 381930 60367 1407 10 0 379233 0
[pid=11915/tid=11917] ppid=11913 vsize=1527720 CPUtime=1.32
/proc/11915/task/11917/stat : 11917 (java) R 11913 11915 11136 0 -1 4202560 31303 0 1 0 118 14 0 0 17 0 12 0 44706709 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4109400000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1527720 CPUtime=0.15
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 14416 0 0 0 8 7 0 0 17 0 12 0 44706710 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1527720 CPUtime=0.15
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 13169 0 0 0 8 7 0 0 18 0 12 0 44706710 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11920/stat : 11920 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 12 0 44706712 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 44706713 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44706713 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44706717 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1527720 CPUtime=0.22
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 438 0 0 0 22 0 0 0 22 0 12 0 44706717 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1527720 CPUtime=0.16
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 535 0 0 0 16 0 0 0 21 0 12 0 44706717 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44706717 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44706717 1564385280 60367 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1527720

[startup+3.101 s]
/proc/loadavg: 1.02 1.02 1.00 5/118 11927
/proc/meminfo: memFree=1363624/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1527720 CPUtime=3.75
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 71729 0 1 0 339 36 0 0 18 0 12 0 44706707 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 381930 70625 1407 10 0 379233 0
[pid=11915/tid=11917] ppid=11913 vsize=1527720 CPUtime=2.79
/proc/11915/task/11917/stat : 11917 (java) R 11913 11915 11136 0 -1 4202560 32006 0 1 0 264 15 0 0 18 0 12 0 44706709 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4109381847 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1527720 CPUtime=0.27
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 18096 0 0 0 18 9 0 0 16 0 12 0 44706710 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1527720 CPUtime=0.26
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 19582 0 0 0 16 10 0 0 18 0 12 0 44706710 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11920/stat : 11920 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44706712 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 44706713 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44706713 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44706717 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1527720 CPUtime=0.22
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 438 0 0 0 22 0 0 0 22 0 12 0 44706717 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1527720 CPUtime=0.16
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 535 0 0 0 16 0 0 0 21 0 12 0 44706717 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44706717 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1527720 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44706717 1564385280 70625 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1527720

[startup+6.30196 s]
/proc/loadavg: 1.10 1.04 1.01 2/118 11927
/proc/meminfo: memFree=1295920/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1528364 CPUtime=7.27
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 85381 0 1 0 683 44 0 0 18 0 12 0 44706707 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 382091 82441 1407 10 0 379394 0
[pid=11915/tid=11917] ppid=11913 vsize=1528364 CPUtime=5.66
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32010 0 1 0 550 16 0 0 20 0 12 0 44706709 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1528364 CPUtime=0.6
/proc/11915/task/11918/stat : 11918 (java) R 11913 11915 11136 0 -1 4202560 26532 0 0 0 47 13 0 0 16 0 12 0 44706710 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1528364 CPUtime=0.58
/proc/11915/task/11919/stat : 11919 (java) R 11913 11915 11136 0 -1 4202560 24794 0 0 0 46 12 0 0 18 0 12 0 44706710 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 104198075 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11920/stat : 11920 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44706712 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 44706713 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44706713 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44706717 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1528364 CPUtime=0.22
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 438 0 0 0 22 0 0 0 18 0 12 0 44706717 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1528364 CPUtime=0.16
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 535 0 0 0 16 0 0 0 21 0 12 0 44706717 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44706717 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1528364 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44706717 1565044736 82441 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1528364

[startup+12.7019 s]
/proc/loadavg: 1.09 1.03 1.00 2/118 11929
/proc/meminfo: memFree=1197712/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1530288 CPUtime=15.5
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 112892 0 1 0 1492 58 0 0 18 0 12 0 44706707 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 382572 108480 1412 10 0 379875 0
[pid=11915/tid=11917] ppid=11913 vsize=1530288 CPUtime=10.18
/proc/11915/task/11917/stat : 11917 (java) R 11913 11915 11136 0 -1 4202560 32018 0 1 0 1000 18 0 0 16 0 12 0 44706709 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4109398091 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1530288 CPUtime=2.46
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 41346 0 0 0 226 20 0 0 16 0 12 0 44706710 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1530288 CPUtime=2.43
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 37478 0 0 0 224 19 0 0 16 0 12 0 44706710 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11920/stat : 11920 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44706712 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 44706713 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44706713 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44706717 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1530288 CPUtime=0.22
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 443 0 0 0 22 0 0 0 16 0 12 0 44706717 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1530288 CPUtime=0.16
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 535 0 0 0 16 0 0 0 21 0 12 0 44706717 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44706717 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1530288 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44706717 1567014912 108480 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 1530288

[startup+25.5017 s]
/proc/loadavg: 1.14 1.05 1.01 2/118 11929
/proc/meminfo: memFree=902840/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1531856 CPUtime=33.83
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 190892 0 1 0 3283 100 0 0 18 0 12 0 44706707 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 382964 180345 1423 10 0 380267 0
[pid=11915/tid=11917] ppid=11913 vsize=1531856 CPUtime=17.51
/proc/11915/task/11917/stat : 11917 (java) R 11913 11915 11136 0 -1 4202560 32065 0 1 0 1731 20 0 0 16 0 12 0 44706709 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4109508215 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1531856 CPUtime=7.87
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 79080 0 0 0 750 37 0 0 16 0 12 0 44706710 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1531856 CPUtime=7.55
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 77105 0 0 0 714 41 0 0 16 0 12 0 44706710 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1531856 CPUtime=0
/proc/11915/task/11920/stat : 11920 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44706712 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1531856 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 44706713 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1531856 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44706713 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1531856 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44706717 1568620544 180345 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1531856 CPUtime=0.42

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

/proc/11915/statm: 387046 355434 1424 10 0 384349 0
[pid=11915/tid=11917] ppid=11913 vsize=1548184 CPUtime=31.71
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32114 0 1 0 3147 24 0 0 17 0 13 0 44706709 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1548184 CPUtime=19.39
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 173389 0 0 0 1856 83 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1548184 CPUtime=18.08
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 170523 0 0 0 1721 87 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1548184 CPUtime=121.35
/proc/11915/task/11920/stat : 11920 (java) R 11913 11915 11136 0 -1 4202560 218615 0 0 0 12052 83 0 0 25 0 13 0 44706712 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 104177828 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 905 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 665 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11932] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11932/stat : 11932 (java) S 11913 11915 11136 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44722483 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 191.45
Current children cumulated vsize (KiB) 1548184

[startup+174.302 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 11934
/proc/meminfo: memFree=199752/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1548184 CPUtime=193.04
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 597288 0 1 0 19024 280 0 0 18 0 13 0 44706707 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 387046 355434 1424 10 0 384349 0
[pid=11915/tid=11917] ppid=11913 vsize=1548184 CPUtime=31.71
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32114 0 1 0 3147 24 0 0 17 0 13 0 44706709 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1548184 CPUtime=19.39
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 173389 0 0 0 1856 83 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1548184 CPUtime=18.08
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 170523 0 0 0 1721 87 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1548184 CPUtime=122.94
/proc/11915/task/11920/stat : 11920 (java) R 11913 11915 11136 0 -1 4202560 218615 0 0 0 12211 83 0 0 25 0 13 0 44706712 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 905 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 665 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11932] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11932/stat : 11932 (java) S 11913 11915 11136 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44722483 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.04
Current children cumulated vsize (KiB) 1548184

[startup+175.102 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 11934
/proc/meminfo: memFree=199752/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1548184 CPUtime=193.84
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 597288 0 1 0 19104 280 0 0 18 0 13 0 44706707 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 387046 355434 1424 10 0 384349 0
[pid=11915/tid=11917] ppid=11913 vsize=1548184 CPUtime=31.71
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32114 0 1 0 3147 24 0 0 17 0 13 0 44706709 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1548184 CPUtime=19.39
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 173389 0 0 0 1856 83 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1548184 CPUtime=18.08
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 170523 0 0 0 1721 87 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1548184 CPUtime=123.74
/proc/11915/task/11920/stat : 11920 (java) R 11913 11915 11136 0 -1 4202560 218615 0 0 0 12291 83 0 0 25 0 13 0 44706712 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 905 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 665 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11932] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11932/stat : 11932 (java) S 11913 11915 11136 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44722483 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.84
Current children cumulated vsize (KiB) 1548184

[startup+175.902 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 11934
/proc/meminfo: memFree=199752/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1548184 CPUtime=194.65
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 597288 0 1 0 19185 280 0 0 18 0 13 0 44706707 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 387046 355434 1424 10 0 384349 0
[pid=11915/tid=11917] ppid=11913 vsize=1548184 CPUtime=31.71
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32114 0 1 0 3147 24 0 0 17 0 13 0 44706709 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1548184 CPUtime=19.39
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 173389 0 0 0 1856 83 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1548184 CPUtime=18.08
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 170523 0 0 0 1721 87 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1548184 CPUtime=124.55
/proc/11915/task/11920/stat : 11920 (java) R 11913 11915 11136 0 -1 4202560 218615 0 0 0 12372 83 0 0 25 0 13 0 44706712 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 905 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 665 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11932] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11932/stat : 11932 (java) S 11913 11915 11136 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44722483 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.65
Current children cumulated vsize (KiB) 1548184

[startup+176.102 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 11934
/proc/meminfo: memFree=199752/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=1548184 CPUtime=194.84
/proc/11915/stat : 11915 (java) S 11913 11915 11136 0 -1 4202496 597288 0 1 0 19204 280 0 0 18 0 13 0 44706707 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 387046 355434 1424 10 0 384349 0
[pid=11915/tid=11917] ppid=11913 vsize=1548184 CPUtime=31.71
/proc/11915/task/11917/stat : 11917 (java) S 11913 11915 11136 0 -1 4202560 32114 0 1 0 3147 24 0 0 17 0 13 0 44706709 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11918] ppid=11913 vsize=1548184 CPUtime=19.39
/proc/11915/task/11918/stat : 11918 (java) S 11913 11915 11136 0 -1 4202560 173389 0 0 0 1856 83 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11919] ppid=11913 vsize=1548184 CPUtime=18.08
/proc/11915/task/11919/stat : 11919 (java) S 11913 11915 11136 0 -1 4202560 170523 0 0 0 1721 87 0 0 16 0 13 0 44706710 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11920] ppid=11913 vsize=1548184 CPUtime=124.74
/proc/11915/task/11920/stat : 11920 (java) R 11913 11915 11136 0 -1 4202560 218615 0 0 0 12391 83 0 0 25 0 13 0 44706712 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 105697734 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11921/stat : 11921 (java) S 11913 11915 11136 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11922] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11922/stat : 11922 (java) S 11913 11915 11136 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44706713 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11923] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11923/stat : 11923 (java) S 11913 11915 11136 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11924] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11924/stat : 11924 (java) S 11913 11915 11136 0 -1 4202560 905 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11925] ppid=11913 vsize=1548184 CPUtime=0.43
/proc/11915/task/11925/stat : 11925 (java) S 11913 11915 11136 0 -1 4202560 665 0 0 0 43 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 1 0 0 0
[pid=11915/tid=11926] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11926/stat : 11926 (java) S 11913 11915 11136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11927] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11927/stat : 11927 (java) S 11913 11915 11136 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44706717 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
[pid=11915/tid=11932] ppid=11913 vsize=1548184 CPUtime=0
/proc/11915/task/11932/stat : 11932 (java) S 11913 11915 11136 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44722483 1585340416 355434 1992294400 134512640 134550932 4288975584 18446744073709551615 4294960144 0 4 0 16800975 18446604437833818496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.84
Current children cumulated vsize (KiB) 1548184

[startup+176.201 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 11934
/proc/meminfo: memFree=199752/2059040 swapFree=4140132/4192956
[pid=11915] ppid=11913 vsize=0 CPUtime=194.92
/proc/11915/stat : 11915 (java) Z 11913 11915 11136 0 -1 4202524 597298 0 1 0 19205 287 0 0 18 0 2 0 44706707 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11915/statm: 0 0 0 0 0 0 0
[pid=11915/tid=11921] ppid=11913 vsize=0 CPUtime=0.06
/proc/11915/task/11921/stat : 11921 (java) R 11913 11915 11136 0 -1 4203588 10 0 0 0 0 6 0 0 18 0 2 0 44706713 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 194.92
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 176.273
CPU time (s): 195.002
CPU user time (s): 192.058
CPU system time (s): 2.94455
CPU usage (%): 110.625
Max. virtual memory (cumulated for all children) (KiB): 1555864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.058
system time used= 2.94455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597298
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= 4367
involuntary context switches= 3197

runsolver used 0.382941 second user time and 0.996848 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 14:23:53
IDJOB=2663333
IDBENCH=71873
IDSOLVER=1166
FILE ID=node007/2663333-1276691026
PBS_JOBID= 11172569
Free space on /tmp= 62364 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663333-1276691026/watcher-2663333-1276691026 -o /tmp/evaluation-result-2663333-1276691026/solver-2663333-1276691026 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663333-1276691026.opb

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=283299823

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1618996 kB
Buffers:         86732 kB
Cached:         254040 kB
SwapCached:       7044 kB
Active:         233676 kB
Inactive:       121268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1618996 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:          126124 kB
Writeback:           0 kB
AnonPages:       12048 kB
Mapped:          13072 kB
Slab:            62768 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182488 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= 62364 MiB
End job on node007 at 2010-06-16 14:26:49