Trace number 2663353

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) 214.225 196.146

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__2048.opb
MD5SUMe46ee99ff2eeda0a495ba1d435f608b5
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 variables3072498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint2048
Maximum length of a constraint43009
Number of terms in the objective function 3072000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 105083645952
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 105083645952
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.05/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.28	c See www.sat4j.org for details.
0.05/0.28	c version 2.2.0.v20100531
0.05/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.28	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.28	c java.vm.version	11.2-b01
0.05/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.28	c sun.arch.data.model	32
0.05/0.28	c java.version		1.6.0_12
0.05/0.28	c os.name		Linux
0.05/0.28	c os.version		2.6.18-164.el5
0.05/0.28	c os.arch		i386
0.05/0.29	c Free memory 		1393557488
0.05/0.29	c Max memory 		1395916800
0.05/0.29	c Total memory 		1395916800
0.05/0.29	c Number of processors 	2
0.17/0.35	c Pseudo Boolean Optimization
0.17/0.35	c ManyCore solver with 2 solvers running in parallel
0.17/0.35	c --- Begin Solver configuration ---
0.17/0.35	c Stops conflict analysis at the first Unique Implication Point
0.17/0.35	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.17/0.35	c Learn all clauses as in MiniSAT
0.17/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.17/0.35	c Expensive reason simplification
0.17/0.35	c Armin Biere (Picosat) restarts strategy
0.17/0.35	c Glucose learned constraints deletion strategy
0.17/0.35	c timeout=2147483s
0.17/0.35	c DB Simplification allowed=false
0.17/0.35	c --- End Solver configuration ---
0.17/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.17/0.35	c --- Begin Solver configuration ---
0.17/0.35	c Stops conflict analysis at the first Unique Implication Point
0.17/0.35	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.17/0.35	c Learn all clauses as in MiniSAT
0.17/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/0.35	c No reason simplification
0.17/0.35	c Armin Biere (Picosat) restarts strategy
0.17/0.35	c Glucose learned constraints deletion strategy
0.17/0.35	c timeout=2147483s
0.17/0.35	c DB Simplification allowed=false
0.17/0.35	c --- End Solver configuration ---
0.17/0.35	
0.17/0.35	c solving HOME/instance-2663353-1276692431.opb
0.17/0.35	c reading problem ... 
181.51/163.46	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
181.51/163.46		at java.math.BigInteger.negate(Unknown Source)
181.51/163.46		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
181.51/163.46		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
181.51/163.46		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
181.51/163.46		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
181.51/163.46		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
181.51/163.46		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
181.51/163.46		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
181.51/163.46		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
181.51/163.46		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
181.51/163.46		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
181.51/163.46		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
181.51/163.46		at org.sat4j.AbstractLauncher.run(Unknown Source)
181.51/163.46		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
195.40/177.30	c starts		: 0
213.60/195.52	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
213.60/195.52		at java.lang.StringBuffer.toString(Unknown Source)
213.60/195.52		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
213.60/195.52		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
213.60/195.53		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
213.60/195.53		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
213.60/195.53		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
213.60/195.53		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
213.60/195.53		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
213.60/195.53		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-2663353-1276692431/watcher-2663353-1276692431 -o /tmp/evaluation-result-2663353-1276692431/solver-2663353-1276692431 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663353-1276692431.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: 0.93 0.98 0.99 3/106 16111
/proc/meminfo: memFree=1675336/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1832 CPUtime=0
/proc/16111/stat : 16111 (java6) R 16109 16111 15880 0 -1 4194304 230 0 0 0 0 0 0 0 19 0 1 0 10536350 1875968 135 1992294400 134512640 134550932 4288674160 18446744073709551615 2496528 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16111/statm: 458 143 107 10 0 63 0

[startup+0.081157 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 16111
/proc/meminfo: memFree=1675336/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=13600 CPUtime=0.01
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 1138 0 0 0 0 1 0 0 18 0 2 0 10536350 13926400 602 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 3400 602 282 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13600

[startup+0.101153 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 16111
/proc/meminfo: memFree=1675336/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=13600 CPUtime=0.01
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 1138 0 0 0 0 1 0 0 18 0 2 0 10536350 13926400 602 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 3400 602 282 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13600

[startup+0.302689 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 16111
/proc/meminfo: memFree=1675336/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1525792 CPUtime=0.17
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 4781 0 1 0 14 3 0 0 18 0 12 0 10536350 1562411008 4219 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 381448 4219 1324 10 0 378751 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1525792

[startup+0.700686 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 16111
/proc/meminfo: memFree=1675336/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1526092 CPUtime=0.8
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 66004 0 1 0 48 32 0 0 18 0 12 0 10536350 1562718208 65442 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 381523 65442 1357 10 0 378826 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1526092

[startup+1.50168 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 16123
/proc/meminfo: memFree=1418996/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1527800 CPUtime=1.93
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 66808 0 1 0 160 33 0 0 18 0 12 0 10536350 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 381950 66206 1407 10 0 379253 0
[pid=16111/tid=16113] ppid=16109 vsize=1527800 CPUtime=1.13
/proc/16111/task/16113/stat : 16113 (java) R 16109 16111 15880 0 -1 4202560 30799 0 1 0 100 13 0 0 16 0 12 0 10536351 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4109289927 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1527800 CPUtime=0.19
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 14280 0 0 0 11 8 0 0 16 0 12 0 10536366 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1527800 CPUtime=0.2
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 19545 0 0 0 10 10 0 0 17 0 12 0 10536366 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16116/stat : 16116 (java) S 16109 16111 15880 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10536368 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10536368 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10536368 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1527800 CPUtime=0.21
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 201 0 0 0 21 0 0 0 21 0 12 0 10536373 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1527800 CPUtime=0.17
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 912 0 0 0 17 0 0 0 20 0 12 0 10536373 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10536373 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10536373 1564467200 66206 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1527800

[startup+3.10167 s]
/proc/loadavg: 0.93 0.98 0.99 4/118 16123
/proc/meminfo: memFree=1355508/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1527800 CPUtime=3.65
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 82986 0 1 0 324 41 0 0 18 0 12 0 10536350 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 381950 82344 1407 10 0 379253 0
[pid=16111/tid=16113] ppid=16109 vsize=1527800 CPUtime=2.6
/proc/16111/task/16113/stat : 16113 (java) R 16109 16111 15880 0 -1 4202560 32019 0 1 0 246 14 0 0 17 0 12 0 10536351 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4109112405 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1527800 CPUtime=0.31
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 26402 0 0 0 18 13 0 0 16 0 12 0 10536366 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1527800 CPUtime=0.31
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 22378 0 0 0 20 11 0 0 16 0 12 0 10536366 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16116/stat : 16116 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10536368 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10536368 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10536368 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1527800 CPUtime=0.21
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 201 0 0 0 21 0 0 0 21 0 12 0 10536373 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1527800 CPUtime=0.17
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 912 0 0 0 17 0 0 0 20 0 12 0 10536373 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10536373 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1527800 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10536373 1564467200 82344 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1527800

[startup+6.30165 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 16123
/proc/meminfo: memFree=1317440/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1527356 CPUtime=7.25
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 101773 0 1 0 674 51 0 0 18 0 12 0 10536350 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 381839 97453 1407 10 0 379142 0
[pid=16111/tid=16113] ppid=16109 vsize=1527356 CPUtime=5.4
/proc/16111/task/16113/stat : 16113 (java) R 16109 16111 15880 0 -1 4202560 32023 0 1 0 524 16 0 0 17 0 12 0 10536351 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4109257418 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1527356 CPUtime=0.71
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 38363 0 0 0 53 18 0 0 16 0 12 0 10536366 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1527356 CPUtime=0.71
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 29200 0 0 0 57 14 0 0 16 0 12 0 10536366 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16116/stat : 16116 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10536368 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10536368 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10536368 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1527356 CPUtime=0.21
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 201 0 0 0 21 0 0 0 18 0 12 0 10536373 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1527356 CPUtime=0.17
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 912 0 0 0 17 0 0 0 20 0 12 0 10536373 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10536373 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1527356 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10536373 1564012544 97453 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 1527356

[startup+12.7016 s]
/proc/loadavg: 1.02 1.00 1.00 2/118 16125
/proc/meminfo: memFree=1214148/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1529924 CPUtime=14.84
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 128407 0 1 0 1416 68 0 0 18 0 12 0 10536350 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 382481 119526 1412 10 0 379784 0
[pid=16111/tid=16113] ppid=16109 vsize=1529924 CPUtime=10.57
/proc/16111/task/16113/stat : 16113 (java) R 16109 16111 15880 0 -1 4202560 32032 0 1 0 1039 18 0 0 16 0 12 0 10536351 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4109336907 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1529924 CPUtime=1.93
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 52616 0 0 0 165 28 0 0 16 0 12 0 10536366 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1529924 CPUtime=1.91
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 41567 0 0 0 171 20 0 0 16 0 12 0 10536366 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16116/stat : 16116 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10536368 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10536368 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10536368 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1529924 CPUtime=0.21
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 206 0 0 0 21 0 0 0 15 0 12 0 10536373 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1529924 CPUtime=0.17
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 912 0 0 0 17 0 0 0 20 0 12 0 10536373 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10536373 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1529924 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10536373 1566642176 119526 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1529924

[startup+25.5019 s]
/proc/loadavg: 1.02 1.00 1.00 3/118 16125
/proc/meminfo: memFree=970488/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1537620 CPUtime=32.75
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 196398 0 1 0 3169 106 0 0 18 0 12 0 10536350 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 384405 179638 1423 10 0 381708 0
[pid=16111/tid=16113] ppid=16109 vsize=1537620 CPUtime=19.04
/proc/16111/task/16113/stat : 16113 (java) R 16109 16111 15880 0 -1 4202560 32074 0 1 0 1884 20 0 0 16 0 12 0 10536351 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4109527597 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1537620 CPUtime=6.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 82294 0 0 0 564 42 0 0 16 0 12 0 10536366 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1537620 CPUtime=6.08
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 74108 0 0 0 569 39 0 0 16 0 12 0 10536366 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1537620 CPUtime=0
/proc/16111/task/16116/stat : 16116 (java) S 16109 16111 15880 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10536368 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1537620 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 10536368 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1537620 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10536368 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1537620 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1574522880 179638 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1537620 CPUtime=1.12

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

[pid=16111] ppid=16109 vsize=1554448 CPUtime=203.6
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 616742 0 1 0 20064 296 0 0 18 0 13 0 10536350 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 388612 357039 1424 10 0 385915 0
[pid=16111/tid=16113] ppid=16109 vsize=1554448 CPUtime=40.12
/proc/16111/task/16113/stat : 16113 (java) S 16109 16111 15880 0 -1 4202560 32124 0 1 0 3989 23 0 0 17 0 13 0 10536351 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1554448 CPUtime=17.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 180861 0 0 0 1608 98 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1554448 CPUtime=17.65
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 167247 0 0 0 1681 84 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1554448 CPUtime=127.19
/proc/16111/task/16116/stat : 16116 (java) R 16109 16111 15880 0 -1 4202560 228583 0 0 0 12633 86 0 0 25 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1554448 CPUtime=1.12
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 5808 0 0 0 110 2 0 0 16 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1554448 CPUtime=0.4
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 1039 0 0 0 40 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16130] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16130/stat : 16130 (java) S 16109 16111 15880 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10552696 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 1554448

[startup+191.901 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 16130
/proc/meminfo: memFree=252892/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1554448 CPUtime=210
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 632254 0 1 0 20698 302 0 0 18 0 13 0 10536350 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 388612 357039 1424 10 0 385915 0
[pid=16111/tid=16113] ppid=16109 vsize=1554448 CPUtime=40.12
/proc/16111/task/16113/stat : 16113 (java) S 16109 16111 15880 0 -1 4202560 32124 0 1 0 3989 23 0 0 17 0 13 0 10536351 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1554448 CPUtime=17.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 180861 0 0 0 1608 98 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1554448 CPUtime=17.65
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 167247 0 0 0 1681 84 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1554448 CPUtime=133.6
/proc/16111/task/16116/stat : 16116 (java) R 16109 16111 15880 0 -1 4202560 244093 0 0 0 13268 92 0 0 25 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 104177729 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1554448 CPUtime=1.12
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 5808 0 0 0 110 2 0 0 16 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1554448 CPUtime=0.4
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 1039 0 0 0 40 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16130] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16130/stat : 16130 (java) S 16109 16111 15880 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 10552696 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 210
Current children cumulated vsize (KiB) 1554448

[startup+193.5 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 16130
/proc/meminfo: memFree=253016/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1554448 CPUtime=211.6
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 632254 0 1 0 20858 302 0 0 18 0 13 0 10536350 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 388612 357039 1424 10 0 385915 0
[pid=16111/tid=16113] ppid=16109 vsize=1554448 CPUtime=40.12
/proc/16111/task/16113/stat : 16113 (java) S 16109 16111 15880 0 -1 4202560 32124 0 1 0 3989 23 0 0 17 0 13 0 10536351 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1554448 CPUtime=17.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 180861 0 0 0 1608 98 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1554448 CPUtime=17.65
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 167247 0 0 0 1681 84 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1554448 CPUtime=135.2
/proc/16111/task/16116/stat : 16116 (java) R 16109 16111 15880 0 -1 4202560 244093 0 0 0 13428 92 0 0 25 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 104187785 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1554448 CPUtime=1.12
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 5808 0 0 0 110 2 0 0 16 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1554448 CPUtime=0.4
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 1039 0 0 0 40 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16130] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16130/stat : 16130 (java) S 16109 16111 15880 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 10552696 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 211.6
Current children cumulated vsize (KiB) 1554448

[startup+195.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 16130
/proc/meminfo: memFree=253016/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1554448 CPUtime=213.2
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 632254 0 1 0 21018 302 0 0 18 0 13 0 10536350 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 388612 357039 1424 10 0 385915 0
[pid=16111/tid=16113] ppid=16109 vsize=1554448 CPUtime=40.12
/proc/16111/task/16113/stat : 16113 (java) S 16109 16111 15880 0 -1 4202560 32124 0 1 0 3989 23 0 0 17 0 13 0 10536351 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1554448 CPUtime=17.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 180861 0 0 0 1608 98 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1554448 CPUtime=17.65
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 167247 0 0 0 1681 84 0 0 16 0 13 0 10536366 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1554448 CPUtime=136.79
/proc/16111/task/16116/stat : 16116 (java) R 16109 16111 15880 0 -1 4202560 244093 0 0 0 13587 92 0 0 25 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10536368 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1554448 CPUtime=1.12
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 5808 0 0 0 110 2 0 0 16 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1554448 CPUtime=0.4
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 1039 0 0 0 40 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 10536373 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16130] ppid=16109 vsize=1554448 CPUtime=0
/proc/16111/task/16130/stat : 16130 (java) S 16109 16111 15880 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 10552696 1591754752 357039 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 213.2
Current children cumulated vsize (KiB) 1554448

[startup+195.901 s]
/proc/loadavg: 1.02 1.02 1.00 2/118 16130
/proc/meminfo: memFree=269020/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=1538444 CPUtime=213.99
/proc/16111/stat : 16111 (java) S 16109 16111 15880 0 -1 4202496 632256 0 1 0 21097 302 0 0 18 0 12 0 10536350 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 384611 353040 1425 10 0 381914 0
[pid=16111/tid=16113] ppid=16109 vsize=1538444 CPUtime=40.12
/proc/16111/task/16113/stat : 16113 (java) S 16109 16111 15880 0 -1 4202560 32125 0 1 0 3989 23 0 0 15 0 12 0 10536351 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 13
[pid=16111/tid=16114] ppid=16109 vsize=1538444 CPUtime=17.06
/proc/16111/task/16114/stat : 16114 (java) S 16109 16111 15880 0 -1 4202560 180861 0 0 0 1608 98 0 0 16 0 12 0 10536366 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16115] ppid=16109 vsize=1538444 CPUtime=17.65
/proc/16111/task/16115/stat : 16115 (java) S 16109 16111 15880 0 -1 4202560 167247 0 0 0 1681 84 0 0 16 0 12 0 10536366 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16116] ppid=16109 vsize=1538444 CPUtime=137.59
/proc/16111/task/16116/stat : 16116 (java) R 16109 16111 15880 0 -1 4202560 244093 0 0 0 13667 92 0 0 25 0 12 0 10536368 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16111/tid=16117] ppid=16109 vsize=1538444 CPUtime=0
/proc/16111/task/16117/stat : 16117 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10536368 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16118] ppid=16109 vsize=1538444 CPUtime=0
/proc/16111/task/16118/stat : 16118 (java) S 16109 16111 15880 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10536368 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16119] ppid=16109 vsize=1538444 CPUtime=0
/proc/16111/task/16119/stat : 16119 (java) S 16109 16111 15880 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 10536373 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16120] ppid=16109 vsize=1538444 CPUtime=1.12
/proc/16111/task/16120/stat : 16120 (java) S 16109 16111 15880 0 -1 4202560 5808 0 0 0 110 2 0 0 16 0 12 0 10536373 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16121] ppid=16109 vsize=1538444 CPUtime=0.4
/proc/16111/task/16121/stat : 16121 (java) S 16109 16111 15880 0 -1 4202560 1039 0 0 0 40 0 0 0 15 0 12 0 10536373 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=1538444 CPUtime=0
/proc/16111/task/16122/stat : 16122 (java) S 16109 16111 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10536373 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 0 0 0 0
[pid=16111/tid=16123] ppid=16109 vsize=1538444 CPUtime=0
/proc/16111/task/16123/stat : 16123 (java) S 16109 16111 15880 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 10536373 1575366656 353040 1992294400 134512640 134550932 4290757504 18446744073709551615 4294960144 0 4 0 16800975 18446604437832402816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 213.99
Current children cumulated vsize (KiB) 1538444

[startup+196.101 s]
/proc/loadavg: 1.02 1.02 1.00 2/118 16130
/proc/meminfo: memFree=269020/2059040 swapFree=4140124/4192956
[pid=16111] ppid=16109 vsize=0 CPUtime=214.17
/proc/16111/stat : 16111 (java) Z 16109 16111 15880 0 -1 4202524 632261 0 1 0 21107 310 0 0 18 0 2 0 10536350 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16111/statm: 0 0 0 0 0 0 0
[pid=16111/tid=16122] ppid=16109 vsize=0 CPUtime=0.07
/proc/16111/task/16122/stat : 16122 (java) R 16109 16111 15880 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 10536373 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) 214.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 196.146
CPU time (s): 214.225
CPU user time (s): 211.076
CPU system time (s): 3.14952
CPU usage (%): 109.217
Max. virtual memory (cumulated for all children) (KiB): 1562452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.076
system time used= 3.14952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632261
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= 4708
involuntary context switches= 3162

runsolver used 0.433934 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 14:47:19
IDJOB=2663353
IDBENCH=71893
IDSOLVER=1166
FILE ID=node042/2663353-1276692431
PBS_JOBID= 11172614
Free space on /tmp= 62432 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_500_3__212_366__2048.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663353-1276692431/watcher-2663353-1276692431 -o /tmp/evaluation-result-2663353-1276692431/solver-2663353-1276692431 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663353-1276692431.opb

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

MD5SUM BENCH= e46ee99ff2eeda0a495ba1d435f608b5
RANDOM SEED=319273553

node042.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.213
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.42
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.213
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:       1675360 kB
Buffers:         35000 kB
Cached:         263464 kB
SwapCached:       4248 kB
Active:         177536 kB
Inactive:       131864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1675360 kB
SwapTotal:     4192956 kB
SwapFree:      4140124 kB
Dirty:          151744 kB
Writeback:           0 kB
AnonPages:       10820 kB
Mapped:          12932 kB
Slab:            51900 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183020 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= 62432 MiB
End job on node042 at 2010-06-16 14:50:35