Trace number 2663317

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? (exit code) 197.175 180.012

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
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 variables7682998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.17	c version 2.2.0.v20100531
0.08/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.17	c java.vm.version	11.2-b01
0.08/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version		1.6.0_12
0.08/0.17	c os.name		Linux
0.08/0.17	c os.version		2.6.18-164.el5
0.08/0.17	c os.arch		i386
0.08/0.17	c Free memory 		1393557488
0.08/0.17	c Max memory 		1395916800
0.08/0.17	c Total memory 		1395916800
0.08/0.17	c Number of processors 	2
0.22/0.24	c Pseudo Boolean Optimization
0.22/0.24	c ManyCore solver with 2 solvers running in parallel
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.24	c Expensive reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.24	c No reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	
0.22/0.24	c solving HOME/instance-2663317-1276690088.opb
0.22/0.24	c reading problem ... 
178.32/161.12	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
178.32/161.12		at java.math.BigInteger.negate(Unknown Source)
178.32/161.12		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
178.32/161.12		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
178.32/161.12		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
178.32/161.12		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
178.32/161.12		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
178.32/161.12		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
178.32/161.12		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
178.32/161.12		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
178.32/161.13		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
178.32/161.13		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
178.32/161.13		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
178.32/161.13		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
178.32/161.13		at org.sat4j.AbstractLauncher.run(Unknown Source)
178.32/161.13		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
182.32/165.14	c starts		: 0
182.32/165.14	c conflicts		: 0
182.32/165.14	c decisions		: 0
182.32/165.14	c propagations		: 0
182.32/165.14	c inspects		: 0
182.32/165.14	c learnt literals	: 0
182.32/165.14	c learnt binary clauses	: 0
182.32/165.14	c learnt ternary clauses	: 0
182.32/165.14	c learnt clauses	: 0
182.32/165.14	c ignored clauses	: 0
182.32/165.14	c root simplifications	: 0
182.32/165.14	c removed literals (reason simplification)	: 0
182.32/165.14	c reason swapping (by a shorter reason)	: 0
182.32/165.14	c Calls to reduceDB	: 0
182.32/165.14	c number of reductions to clauses (during analyze)	: 0
182.32/165.14	c number of learned constraints concerned by reduction	: 0
182.32/165.14	c number of learning phase by resolution	: 0
182.32/165.14	c number of learning phase by cutting planes	: 0
182.32/165.14	c speed (assignments/second)	: 0.0
182.32/165.14	c non guided choices	0
182.32/165.14	c learnt constraints type 
196.61/179.48	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
196.61/179.48		at java.util.HashMap.newEntryIterator(Unknown Source)
196.61/179.48		at java.util.HashMap$EntrySet.iterator(Unknown Source)
196.61/179.48		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
196.61/179.48		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
196.61/179.48		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
196.61/179.48		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
196.61/179.48		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
196.61/179.48		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
196.61/179.48		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-2663317-1276690088/watcher-2663317-1276690088 -o /tmp/evaluation-result-2663317-1276690088/solver-2663317-1276690088 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663317-1276690088.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.37 1.09 1.03 3/106 17134
/proc/meminfo: memFree=1056156/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=248 CPUtime=0
/proc/17134/stat : 17134 (java) R 17132 17134 16818 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 10303470 253952 28 1992294400 134512640 134550932 4287528896 18446744073709551615 5140958 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17134/statm: 62 28 21 10 0 23 0

[startup+0.0859949 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 17134
/proc/meminfo: memFree=1056156/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1521796 CPUtime=0.07
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 3790 0 1 0 5 2 0 0 18 0 7 0 10303470 1558319104 3230 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 380449 3230 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100994 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 17134
/proc/meminfo: memFree=1056156/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1523992 CPUtime=0.08
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 3908 0 1 0 6 2 0 0 18 0 12 0 10303470 1560567808 3346 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 380998 3346 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300984 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 17134
/proc/meminfo: memFree=1056156/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1526364 CPUtime=0.35
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 16935 0 1 0 27 8 0 0 18 0 12 0 10303470 1562996736 16371 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 381591 16371 1350 10 0 378894 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526364

[startup+0.700962 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 17134
/proc/meminfo: memFree=1056156/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1526364 CPUtime=0.96
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 78678 0 1 0 58 38 0 0 18 0 12 0 10303470 1562996736 78113 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 381591 78113 1361 10 0 378894 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1526364

[startup+1.50166 s]
/proc/loadavg: 1.37 1.09 1.03 3/118 17146
/proc/meminfo: memFree=555348/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1527816 CPUtime=2.24
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 127612 0 1 0 160 64 0 0 18 0 12 0 10303470 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 381954 127046 1407 10 0 379257 0
[pid=17134/tid=17136] ppid=17132 vsize=1527816 CPUtime=0.95
/proc/17134/task/17136/stat : 17136 (java) R 17132 17134 16818 0 -1 4202560 46651 0 1 0 76 19 0 0 16 0 12 0 10303472 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4109672450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1527816 CPUtime=0.45
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 35701 0 0 0 27 18 0 0 16 0 12 0 10303473 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1527816 CPUtime=0.45
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 43206 0 0 0 20 25 0 0 17 0 12 0 10303473 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17139/stat : 17139 (java) S 17132 17134 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10303475 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10303476 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1527816 CPUtime=0.05
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 59 0 0 0 5 0 0 0 17 0 12 0 10303480 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1527816 CPUtime=0.29
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 919 0 0 0 29 0 0 0 15 0 12 0 10303480 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10303481 1564483584 127046 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1527816

[startup+3.10083 s]
/proc/loadavg: 1.37 1.09 1.03 2/118 17146
/proc/meminfo: memFree=473012/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1527816 CPUtime=4.06
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 148457 0 1 0 329 77 0 0 18 0 12 0 10303470 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 381954 147890 1407 10 0 379257 0
[pid=17134/tid=17136] ppid=17132 vsize=1527816 CPUtime=2.31
/proc/17134/task/17136/stat : 17136 (java) R 17132 17134 16818 0 -1 4202560 46845 0 1 0 212 19 0 0 17 0 12 0 10303472 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4109713350 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1527816 CPUtime=0.67
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 41337 0 0 0 45 22 0 0 16 0 12 0 10303473 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1527816 CPUtime=0.68
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 58221 0 0 0 34 34 0 0 16 0 12 0 10303473 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17139/stat : 17139 (java) S 17132 17134 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10303475 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10303476 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1527816 CPUtime=0.05
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 59 0 0 0 5 0 0 0 17 0 12 0 10303480 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1527816 CPUtime=0.29
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 919 0 0 0 29 0 0 0 15 0 12 0 10303480 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10303481 1564483584 147890 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1527816

[startup+6.30166 s]
/proc/loadavg: 1.34 1.09 1.03 2/118 17146
/proc/meminfo: memFree=433084/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1527816 CPUtime=7.74
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 165255 0 1 0 688 86 0 0 18 0 12 0 10303470 1564483584 162308 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 381954 162311 1407 10 0 379257 0
[pid=17134/tid=17136] ppid=17132 vsize=1527816 CPUtime=5.02
/proc/17134/task/17136/stat : 17136 (java) S 17132 17134 16818 0 -1 4202560 47024 0 1 0 482 20 0 0 17 0 12 0 10303472 1564483584 162312 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1527816 CPUtime=1.16
/proc/17134/task/17137/stat : 17137 (java) R 17132 17134 16818 0 -1 4202560 51779 0 0 0 89 27 0 0 16 0 12 0 10303473 1564483584 162314 1992294400 134512640 134550932 4287528896 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1527816 CPUtime=1.16
/proc/17134/task/17138/stat : 17138 (java) R 17132 17134 16818 0 -1 4202560 64400 0 0 0 80 36 0 0 16 0 12 0 10303473 1564483584 162316 1992294400 134512640 134550932 4287528896 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17139/stat : 17139 (java) S 17132 17134 16818 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10303475 1564483584 162318 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10303476 1564483584 162320 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1564483584 162322 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 162323 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1527816 CPUtime=0.05
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 59 0 0 0 5 0 0 0 17 0 12 0 10303480 1564483584 162325 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1527816 CPUtime=0.29
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 919 0 0 0 29 0 0 0 15 0 12 0 10303480 1564483584 162327 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1564483584 162329 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1527816 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10303481 1564483584 162331 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1527816

[startup+12.7013 s]
/proc/loadavg: 1.31 1.08 1.02 2/118 17146
/proc/meminfo: memFree=322600/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1532944 CPUtime=15.79
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 190649 0 1 0 1480 99 0 0 18 0 12 0 10303470 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 383236 185469 1412 10 0 380539 0
[pid=17134/tid=17136] ppid=17132 vsize=1532944 CPUtime=9.73
/proc/17134/task/17136/stat : 17136 (java) R 17132 17134 16818 0 -1 4202560 47032 0 1 0 951 22 0 0 16 0 12 0 10303472 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1532944 CPUtime=2.84
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 64065 0 0 0 252 32 0 0 16 0 12 0 10303473 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1532944 CPUtime=2.81
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 77489 0 0 0 239 42 0 0 16 0 12 0 10303473 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17139/stat : 17139 (java) S 17132 17134 16818 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10303475 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10303476 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1532944 CPUtime=0.05
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 59 0 0 0 5 0 0 0 17 0 12 0 10303480 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1532944 CPUtime=0.3
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 924 0 0 0 30 0 0 0 15 0 12 0 10303480 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10303481 1569734656 185469 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1532944

[startup+25.5016 s]
/proc/loadavg: 1.24 1.08 1.02 4/118 17146
/proc/meminfo: memFree=165492/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1532944 CPUtime=31.97
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 233660 0 1 0 3070 127 0 0 18 0 12 0 10303470 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 383236 226539 1412 10 0 380539 0
[pid=17134/tid=17136] ppid=17132 vsize=1532944 CPUtime=18.51
/proc/17134/task/17136/stat : 17136 (java) R 17132 17134 16818 0 -1 4202560 47045 0 1 0 1825 26 0 0 16 0 12 0 10303472 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4109671899 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1532944 CPUtime=6.46
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 82063 0 0 0 604 42 0 0 16 0 12 0 10303473 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1532944 CPUtime=6.57
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 102485 0 0 0 601 56 0 0 16 0 12 0 10303473 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17139/stat : 17139 (java) S 17132 17134 16818 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 12 0 10303475 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 10303476 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1532944 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1569734656 226539 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1532944 CPUtime=0.05

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

[pid=17134/tid=17140] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1578004 CPUtime=0.4
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 702 0 0 0 40 0 0 0 15 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1578004 CPUtime=1.23
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 6380 0 0 0 121 2 0 0 16 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10303481 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17151] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17151/stat : 17151 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 10319583 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 189.92
Current children cumulated vsize (KiB) 1578004

[startup+175.9 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=49632/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1554004 CPUtime=193.12
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 924140 0 1 0 18895 417 0 0 18 0 13 0 10303470 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 388501 356875 1424 10 0 385804 0
[pid=17134/tid=17136] ppid=17132 vsize=1554004 CPUtime=43.44
/proc/17134/task/17136/stat : 17136 (java) S 17132 17134 16818 0 -1 4202560 47119 0 1 0 4312 32 0 0 16 0 13 0 10303472 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1554004 CPUtime=16.73
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 153342 0 0 0 1592 81 0 0 16 0 13 0 10303473 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1554004 CPUtime=17.28
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 145241 0 0 0 1650 78 0 0 16 0 13 0 10303473 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1554004 CPUtime=113.97
/proc/17134/task/17139/stat : 17139 (java) R 17132 17134 16818 0 -1 4202560 570276 0 0 0 11177 220 0 0 25 0 13 0 10303475 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 105880854 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10303476 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10303476 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1554004 CPUtime=0.4
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 702 0 0 0 40 0 0 0 15 0 13 0 10303480 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1554004 CPUtime=1.23
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 6380 0 0 0 121 2 0 0 16 0 13 0 10303480 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) R 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10303481 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17134/tid=17151] ppid=17132 vsize=1554004 CPUtime=0
/proc/17134/task/17151/stat : 17151 (java) S 17132 17134 16818 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10319583 1591300096 356875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.12
Current children cumulated vsize (KiB) 1554004

[startup+177.501 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=25576/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1578004 CPUtime=194.71
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 936144 0 1 0 19050 421 0 0 18 0 13 0 10303470 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 394501 362875 1424 10 0 391804 0
[pid=17134/tid=17136] ppid=17132 vsize=1578004 CPUtime=43.44
/proc/17134/task/17136/stat : 17136 (java) S 17132 17134 16818 0 -1 4202560 47119 0 1 0 4312 32 0 0 16 0 13 0 10303472 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1578004 CPUtime=16.73
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 153342 0 0 0 1592 81 0 0 16 0 13 0 10303473 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1578004 CPUtime=17.28
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 145241 0 0 0 1650 78 0 0 16 0 13 0 10303473 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1578004 CPUtime=115.56
/proc/17134/task/17139/stat : 17139 (java) R 17132 17134 16818 0 -1 4202560 582278 0 0 0 11332 224 0 0 25 0 13 0 10303475 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1578004 CPUtime=0.4
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 702 0 0 0 40 0 0 0 15 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1578004 CPUtime=1.23
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 6380 0 0 0 121 2 0 0 16 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10303481 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17151] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17151/stat : 17151 (java) S 17132 17134 16818 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10319583 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.71
Current children cumulated vsize (KiB) 1578004

[startup+179.101 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=25576/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1578004 CPUtime=196.31
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 936144 0 1 0 19210 421 0 0 18 0 13 0 10303470 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 394501 362875 1424 10 0 391804 0
[pid=17134/tid=17136] ppid=17132 vsize=1578004 CPUtime=43.44
/proc/17134/task/17136/stat : 17136 (java) S 17132 17134 16818 0 -1 4202560 47119 0 1 0 4312 32 0 0 16 0 13 0 10303472 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1578004 CPUtime=16.73
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 153342 0 0 0 1592 81 0 0 16 0 13 0 10303473 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1578004 CPUtime=17.28
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 145241 0 0 0 1650 78 0 0 16 0 13 0 10303473 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1578004 CPUtime=117.16
/proc/17134/task/17139/stat : 17139 (java) R 17132 17134 16818 0 -1 4202560 582278 0 0 0 11492 224 0 0 25 0 13 0 10303475 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10303476 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1578004 CPUtime=0.4
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 702 0 0 0 40 0 0 0 15 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1578004 CPUtime=1.23
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 6380 0 0 0 121 2 0 0 16 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10303480 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10303481 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17151] ppid=17132 vsize=1578004 CPUtime=0
/proc/17134/task/17151/stat : 17151 (java) S 17132 17134 16818 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10319583 1615876096 362875 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.31
Current children cumulated vsize (KiB) 1578004

[startup+179.501 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=25576/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=1546000 CPUtime=196.71
/proc/17134/stat : 17134 (java) S 17132 17134 16818 0 -1 4202496 936150 0 1 0 19250 421 0 0 18 0 12 0 10303470 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 386500 354877 1425 10 0 383803 0
[pid=17134/tid=17136] ppid=17132 vsize=1546000 CPUtime=43.44
/proc/17134/task/17136/stat : 17136 (java) S 17132 17134 16818 0 -1 4202560 47120 0 1 0 4312 32 0 0 15 0 12 0 10303472 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17137] ppid=17132 vsize=1546000 CPUtime=16.73
/proc/17134/task/17137/stat : 17137 (java) S 17132 17134 16818 0 -1 4202560 153342 0 0 0 1592 81 0 0 16 0 12 0 10303473 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17138] ppid=17132 vsize=1546000 CPUtime=17.28
/proc/17134/task/17138/stat : 17138 (java) S 17132 17134 16818 0 -1 4202560 145241 0 0 0 1650 78 0 0 16 0 12 0 10303473 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17139] ppid=17132 vsize=1546000 CPUtime=117.55
/proc/17134/task/17139/stat : 17139 (java) R 17132 17134 16818 0 -1 4202560 582280 0 0 0 11531 224 0 0 25 0 12 0 10303475 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17134/tid=17140] ppid=17132 vsize=1546000 CPUtime=0
/proc/17134/task/17140/stat : 17140 (java) S 17132 17134 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10303476 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17141] ppid=17132 vsize=1546000 CPUtime=0
/proc/17134/task/17141/stat : 17141 (java) S 17132 17134 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10303476 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 0 0 0 0
[pid=17134/tid=17142] ppid=17132 vsize=1546000 CPUtime=0
/proc/17134/task/17142/stat : 17142 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17143] ppid=17132 vsize=1546000 CPUtime=0.4
/proc/17134/task/17143/stat : 17143 (java) S 17132 17134 16818 0 -1 4202560 702 0 0 0 40 0 0 0 15 0 12 0 10303480 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17144] ppid=17132 vsize=1546000 CPUtime=1.23
/proc/17134/task/17144/stat : 17144 (java) S 17132 17134 16818 0 -1 4202560 6380 0 0 0 121 2 0 0 16 0 12 0 10303480 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=1546000 CPUtime=0
/proc/17134/task/17145/stat : 17145 (java) S 17132 17134 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10303480 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
[pid=17134/tid=17146] ppid=17132 vsize=1546000 CPUtime=0
/proc/17134/task/17146/stat : 17146 (java) S 17132 17134 16818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10303481 1583104000 354877 1992294400 134512640 134550932 4287528896 18446744073709551615 4294960144 0 4 0 16800975 18446604437837382720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 196.71
Current children cumulated vsize (KiB) 1546000

[startup+179.902 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=25576/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=0 CPUtime=197.07
/proc/17134/stat : 17134 (java) Z 17132 17134 16818 0 -1 4202524 936156 0 1 0 19282 425 0 0 18 0 2 0 10303470 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 0 0 0 0 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=0 CPUtime=0.04
/proc/17134/task/17145/stat : 17145 (java) R 17132 17134 16818 0 -1 4203588 1 0 0 0 0 4 0 0 18 0 2 0 10303480 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) 197.07
Current children cumulated vsize (KiB) 0

[startup+180 s]
/proc/loadavg: 1.10 1.14 1.06 2/119 17151
/proc/meminfo: memFree=25576/2059040 swapFree=4192956/4192956
[pid=17134] ppid=17132 vsize=0 CPUtime=197.17
/proc/17134/stat : 17134 (java) Z 17132 17134 16818 0 -1 4202524 936156 0 1 0 19282 435 0 0 18 0 2 0 10303470 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17134/statm: 0 0 0 0 0 0 0
[pid=17134/tid=17145] ppid=17132 vsize=0 CPUtime=0.13
/proc/17134/task/17145/stat : 17145 (java) D 17132 17134 16818 0 -1 4203588 1 0 0 0 0 13 0 0 15 0 2 0 10303480 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 180.012
CPU time (s): 197.175
CPU user time (s): 192.821
CPU system time (s): 4.35434
CPU usage (%): 109.534
Max. virtual memory (cumulated for all children) (KiB): 1595596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.821
system time used= 4.35434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 936156
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= 4724
involuntary context switches= 2617

runsolver used 0.414936 second user time and 0.951855 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 14:08:27
IDJOB=2663317
IDBENCH=71857
IDSOLVER=1166
FILE ID=node039/2663317-1276690088
PBS_JOBID= 11172592
Free space on /tmp= 62176 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_3000_5__126_2812__512.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663317-1276690088/watcher-2663317-1276690088 -o /tmp/evaluation-result-2663317-1276690088/solver-2663317-1276690088 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663317-1276690088.opb

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=1454435788

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1056552 kB
Buffers:        146500 kB
Cached:         696808 kB
SwapCached:          0 kB
Active:         514432 kB
Inactive:       388272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1056552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          220016 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15376 kB
Slab:            78048 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181472 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= 62176 MiB
End job on node039 at 2010-06-16 14:11:27