Trace number 2663372

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) 207.077 189.476

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
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 variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2663372-1276693826.opb
0.22/0.23	c reading problem ... 
184.13/166.54	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
184.13/166.54		at java.math.BigInteger.add(Unknown Source)
184.13/166.54		at java.math.BigInteger.add(Unknown Source)
184.13/166.54		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
184.13/166.54		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
184.13/166.54		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
184.13/166.54		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
184.13/166.54		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
184.13/166.54		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
184.13/166.54		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
184.13/166.54		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
184.13/166.54		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
184.13/166.54		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
184.13/166.54		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
184.13/166.54		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
184.13/166.54		at org.sat4j.AbstractLauncher.run(Unknown Source)
184.13/166.54		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
189.02/171.45	c starts		: 0
189.02/171.45	c conflicts		: 0
189.02/171.45	c decisions		: 0
189.02/171.45	c propagations		: 0
189.02/171.45	c inspects		: 0
189.02/171.45	c learnt literals	: 0
189.02/171.45	c learnt binary clauses	: 0
189.02/171.45	c learnt ternary clauses	: 0
189.02/171.45	c learnt clauses	: 0
189.02/171.45	c ignored clauses	: 0
189.02/171.45	c root simplifications	: 0
189.02/171.45	c removed literals (reason simplification)	: 0
189.02/171.45	c reason swapping (by a shorter reason)	: 0
189.02/171.45	c Calls to reduceDB	: 0
189.02/171.45	c number of reductions to clauses (during analyze)	: 0
189.02/171.45	c number of learned constraints concerned by reduction	: 0
189.02/171.45	c number of learning phase by resolution	: 0
189.02/171.45	c number of learning phase by cutting planes	: 0
189.02/171.45	c speed (assignments/second)	: 0.0
206.51/188.91	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
206.51/188.91		at java.util.Arrays.copyOf(Unknown Source)
206.51/188.91		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
206.51/188.91		at java.lang.AbstractStringBuilder.append(Unknown Source)
206.51/188.91		at java.lang.StringBuffer.append(Unknown Source)
206.51/188.91		at org.sat4j.minisat.orders.VarOrderHeap.printStat(Unknown Source)
206.51/188.91		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
206.51/188.91		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
206.51/188.91		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
206.51/188.91		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
206.51/188.91		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
206.51/188.91		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-2663372-1276693826/watcher-2663372-1276693826 -o /tmp/evaluation-result-2663372-1276693826/solver-2663372-1276693826 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663372-1276693826.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.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=248 CPUtime=0
/proc/17383/stat : 17383 (java) R 17381 17383 16818 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 10676652 253952 29 1992294400 134512640 134550932 4291564672 18446744073709551615 5140958 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17383/statm: 75 36 28 10 0 23 0

[startup+0.099994 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1522636 CPUtime=0.08
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 3895 0 1 0 6 2 0 0 18 0 9 0 10676652 1559179264 3335 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 380659 3335 1061 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.100994 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1523992 CPUtime=0.08
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 3906 0 1 0 6 2 0 0 18 0 12 0 10676652 1560567808 3345 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 380998 3345 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.303172 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1526284 CPUtime=0.34
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 17760 0 1 0 27 7 0 0 18 0 12 0 10676652 1562914816 17198 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 381571 17214 1350 10 0 378874 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526284

[startup+0.701244 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1526284 CPUtime=0.98
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 77506 0 1 0 61 37 0 0 18 0 12 0 10676652 1562914816 76943 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 381571 76957 1361 10 0 378874 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1526284

[startup+2.69951 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 17383
/proc/meminfo: memFree=1540524/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1527728 CPUtime=3.56
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 129101 0 1 0 291 65 0 0 18 0 12 0 10676652 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 381932 128505 1407 10 0 379235 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1527728

[startup+3.10156 s]
/proc/loadavg: 1.17 1.05 1.01 2/118 17395
/proc/meminfo: memFree=1033392/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1527728 CPUtime=3.96
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 129101 0 1 0 331 65 0 0 18 0 12 0 10676652 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 381932 128505 1407 10 0 379235 0
[pid=17383/tid=17385] ppid=17381 vsize=1527728 CPUtime=2.48
/proc/17383/task/17385/stat : 17385 (java) R 17381 17383 16818 0 -1 4202560 32014 0 1 0 236 12 0 0 17 0 12 0 10676653 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4108953152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1527728 CPUtime=0.53
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 45870 0 0 0 28 25 0 0 16 0 12 0 10676655 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1527728 CPUtime=0.55
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 49158 0 0 0 30 25 0 0 18 0 12 0 10676655 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17388/stat : 17388 (java) S 17381 17383 16818 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 10676656 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10676657 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10676657 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676661 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 12 0 10676661 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1527728 CPUtime=0.33
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 965 0 0 0 33 0 0 0 16 0 12 0 10676662 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676662 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676662 1564393472 128505 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1527728

[startup+6.30102 s]
/proc/loadavg: 1.17 1.05 1.01 2/118 17395
/proc/meminfo: memFree=994828/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1527728 CPUtime=7.47
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 140735 0 1 0 675 72 0 0 18 0 12 0 10676652 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 381932 138205 1407 10 0 379235 0
[pid=17383/tid=17385] ppid=17381 vsize=1527728 CPUtime=5.36
/proc/17383/task/17385/stat : 17385 (java) R 17381 17383 16818 0 -1 4202560 32017 0 1 0 522 14 0 0 17 0 12 0 10676653 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4108953235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1527728 CPUtime=0.85
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 52638 0 0 0 57 28 0 0 16 0 12 0 10676655 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1527728 CPUtime=0.88
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 54021 0 0 0 60 28 0 0 18 0 12 0 10676655 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17388/stat : 17388 (java) S 17381 17383 16818 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 10676656 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10676657 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10676657 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676661 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10676661 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1527728 CPUtime=0.33
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 965 0 0 0 33 0 0 0 16 0 12 0 10676662 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676662 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1527728 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676662 1564393472 138205 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1527728

[startup+12.7019 s]
/proc/loadavg: 1.23 1.07 1.02 3/118 17395
/proc/meminfo: memFree=883972/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1531576 CPUtime=15.36
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 171161 0 1 0 1447 89 0 0 18 0 12 0 10676652 1568333824 166210 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 382894 166212 1412 10 0 380197 0
[pid=17383/tid=17385] ppid=17381 vsize=1531576 CPUtime=10.22
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32026 0 1 0 1007 15 0 0 16 0 12 0 10676653 1568333824 166218 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1531576 CPUtime=2.36
/proc/17383/task/17386/stat : 17386 (java) R 17381 17383 16818 0 -1 4202560 69278 0 0 0 200 36 0 0 16 0 12 0 10676655 1568333824 166220 1992294400 134512640 134550932 4291564672 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1531576 CPUtime=2.39
/proc/17383/task/17387/stat : 17387 (java) R 17381 17383 16818 0 -1 4202560 67806 0 0 0 204 35 0 0 16 0 12 0 10676655 1568333824 166223 1992294400 134512640 134550932 4291564672 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17388/stat : 17388 (java) S 17381 17383 16818 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 10676656 1568333824 166225 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10676657 1568333824 166227 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10676657 1568333824 166230 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676661 1568333824 166232 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1531576 CPUtime=0.01
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 22 0 0 0 1 0 0 0 15 0 12 0 10676661 1568333824 166234 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1531576 CPUtime=0.33
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 965 0 0 0 33 0 0 0 16 0 12 0 10676662 1568333824 166237 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676662 1568333824 166239 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676662 1568333824 166242 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.36
Current children cumulated vsize (KiB) 1531576

[startup+25.5018 s]
/proc/loadavg: 1.41 1.11 1.03 2/118 17395
/proc/meminfo: memFree=733064/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1531576 CPUtime=31.18
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 210191 0 1 0 3008 110 0 0 18 0 12 0 10676652 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 382894 203956 1412 10 0 380197 0
[pid=17383/tid=17385] ppid=17381 vsize=1531576 CPUtime=19.7
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32040 0 1 0 1952 18 0 0 16 0 12 0 10676653 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1531576 CPUtime=5.51
/proc/17383/task/17386/stat : 17386 (java) R 17381 17383 16818 0 -1 4202560 95715 0 0 0 504 47 0 0 16 0 12 0 10676655 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 106207284 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1531576 CPUtime=5.55
/proc/17383/task/17387/stat : 17387 (java) R 17381 17383 16818 0 -1 4202560 80368 0 0 0 513 42 0 0 16 0 12 0 10676655 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17388/stat : 17388 (java) S 17381 17383 16818 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 10676656 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10676657 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10676657 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676661 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1531576 CPUtime=0.01
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 22 0 0 0 1 0 0 0 15 0 12 0 10676661 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1531576 CPUtime=0.36
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 969 0 0 0 36 0 0 0 15 0 12 0 10676662 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676662 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1531576 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10676662 1568333824 203956 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 1531576

[startup+51.1002 s]
/proc/loadavg: 1.34 1.12 1.03 4/118 17395
/proc/meminfo: memFree=214496/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1533840 CPUtime=65.92
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 357270 0 1 0 6407 185 0 0 18 0 12 0 10676652 1570652160 338972 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 383460 338972 1423 10 0 380763 0
[pid=17383/tid=17385] ppid=17381 vsize=1533840 CPUtime=35.94
/proc/17383/task/17385/stat : 17385 (java) R 17381 17383 16818 0 -1 4202560 32090 0 1 0 3573 21 0 0 16 0 12 0 10676653 1570652160 338972 1992294400 134512640 134550932 4291564672 18446744073709551615 4109035567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1533840 CPUtime=14.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 170432 0 0 0 1357 82 0 0 16 0 12 0 10676655 1570652160 338972 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1533840 CPUtime=14.67
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 152320 0 0 0 1389 78 0 0 16 0 12 0 10676655 1570652160 338972 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0

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

[pid=17383] ppid=17381 vsize=1540480 CPUtime=201.71
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 861212 0 1 0 19794 377 0 0 18 0 13 0 10676652 1577451520 353459 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 385120 353469 1424 10 0 382423 0
[pid=17383/tid=17385] ppid=17381 vsize=1540480 CPUtime=41.54
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32121 0 1 0 4132 22 0 0 17 0 13 0 10676653 1577451520 353476 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1540480 CPUtime=17.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 174200 0 0 0 1654 85 0 0 16 0 13 0 10676655 1577451520 353486 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1540480 CPUtime=17.59
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 155874 0 0 0 1679 80 0 0 16 0 13 0 10676655 1577451520 353496 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1540480 CPUtime=124.28
/proc/17383/task/17388/stat : 17388 (java) R 17381 17383 16818 0 -1 4202560 496634 0 0 0 12242 186 0 0 25 0 13 0 10676656 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 103586068 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10676657 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676657 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676661 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1540480 CPUtime=0.24
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 317 0 0 0 24 0 0 0 15 0 13 0 10676661 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1540480 CPUtime=0.61
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 1027 0 0 0 61 0 0 0 15 0 13 0 10676662 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676662 1577451520 353500 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676662 1577451520 352999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17400] ppid=17381 vsize=1540480 CPUtime=0
/proc/17383/task/17400/stat : 17400 (java) S 17381 17383 16818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10693307 1577451520 352999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 1540480

[startup+187.302 s]
/proc/loadavg: 1.03 1.07 1.02 2/119 17400
/proc/meminfo: memFree=104624/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1566476 CPUtime=204.91
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 875257 0 1 0 20110 381 0 0 18 0 13 0 10676652 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 391619 359999 1424 10 0 388922 0
[pid=17383/tid=17385] ppid=17381 vsize=1566476 CPUtime=41.54
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32121 0 1 0 4132 22 0 0 17 0 13 0 10676653 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1566476 CPUtime=17.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 174200 0 0 0 1654 85 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1566476 CPUtime=17.59
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 155874 0 0 0 1679 80 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1566476 CPUtime=127.48
/proc/17383/task/17388/stat : 17388 (java) R 17381 17383 16818 0 -1 4202560 510637 0 0 0 12558 190 0 0 25 0 13 0 10676656 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 106158852 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1566476 CPUtime=0.24
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 317 0 0 0 24 0 0 0 15 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1566476 CPUtime=0.61
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 1027 0 0 0 61 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17400] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17400/stat : 17400 (java) S 17381 17383 16818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10693307 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.91
Current children cumulated vsize (KiB) 1566476

[startup+188.101 s]
/proc/loadavg: 1.03 1.07 1.02 2/119 17400
/proc/meminfo: memFree=104624/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1566476 CPUtime=205.71
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 875257 0 1 0 20190 381 0 0 18 0 13 0 10676652 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 391619 359999 1424 10 0 388922 0
[pid=17383/tid=17385] ppid=17381 vsize=1566476 CPUtime=41.54
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32121 0 1 0 4132 22 0 0 17 0 13 0 10676653 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1566476 CPUtime=17.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 174200 0 0 0 1654 85 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1566476 CPUtime=17.59
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 155874 0 0 0 1679 80 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1566476 CPUtime=128.28
/proc/17383/task/17388/stat : 17388 (java) R 17381 17383 16818 0 -1 4202560 510637 0 0 0 12638 190 0 0 25 0 13 0 10676656 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1566476 CPUtime=0.24
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 317 0 0 0 24 0 0 0 15 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1566476 CPUtime=0.61
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 1027 0 0 0 61 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17400] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17400/stat : 17400 (java) S 17381 17383 16818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10693307 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.71
Current children cumulated vsize (KiB) 1566476

[startup+188.902 s]
/proc/loadavg: 1.03 1.07 1.02 2/119 17400
/proc/meminfo: memFree=104624/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1566476 CPUtime=206.51
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 875257 0 1 0 20270 381 0 0 18 0 13 0 10676652 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 391619 359999 1424 10 0 388922 0
[pid=17383/tid=17385] ppid=17381 vsize=1566476 CPUtime=41.54
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32121 0 1 0 4132 22 0 0 17 0 13 0 10676653 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1566476 CPUtime=17.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 174200 0 0 0 1654 85 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1566476 CPUtime=17.59
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 155874 0 0 0 1679 80 0 0 16 0 13 0 10676655 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1566476 CPUtime=129.08
/proc/17383/task/17388/stat : 17388 (java) R 17381 17383 16818 0 -1 4202560 510637 0 0 0 12718 190 0 0 25 0 13 0 10676656 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10676657 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1566476 CPUtime=0.24
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 317 0 0 0 24 0 0 0 15 0 13 0 10676661 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1566476 CPUtime=0.61
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 1027 0 0 0 61 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 10676662 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17400] ppid=17381 vsize=1566476 CPUtime=0
/proc/17383/task/17400/stat : 17400 (java) S 17381 17383 16818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 10693307 1604071424 359999 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.51
Current children cumulated vsize (KiB) 1566476

[startup+189.302 s]
/proc/loadavg: 1.03 1.07 1.02 2/119 17400
/proc/meminfo: memFree=104624/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=1534472 CPUtime=206.91
/proc/17383/stat : 17383 (java) S 17381 17383 16818 0 -1 4202496 875260 0 1 0 20310 381 0 0 18 0 12 0 10676652 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 383618 352000 1425 10 0 380921 0
[pid=17383/tid=17385] ppid=17381 vsize=1534472 CPUtime=41.54
/proc/17383/task/17385/stat : 17385 (java) S 17381 17383 16818 0 -1 4202560 32122 0 1 0 4132 22 0 0 15 0 12 0 10676653 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17386] ppid=17381 vsize=1534472 CPUtime=17.39
/proc/17383/task/17386/stat : 17386 (java) S 17381 17383 16818 0 -1 4202560 174200 0 0 0 1654 85 0 0 16 0 12 0 10676655 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17387] ppid=17381 vsize=1534472 CPUtime=17.59
/proc/17383/task/17387/stat : 17387 (java) S 17381 17383 16818 0 -1 4202560 155874 0 0 0 1679 80 0 0 16 0 12 0 10676655 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17388] ppid=17381 vsize=1534472 CPUtime=129.49
/proc/17383/task/17388/stat : 17388 (java) R 17381 17383 16818 0 -1 4202560 510637 0 0 0 12758 191 0 0 25 0 12 0 10676656 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 106158098 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=17383/tid=17389] ppid=17381 vsize=1534472 CPUtime=0
/proc/17383/task/17389/stat : 17389 (java) S 17381 17383 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 10676657 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17390] ppid=17381 vsize=1534472 CPUtime=0
/proc/17383/task/17390/stat : 17390 (java) S 17381 17383 16818 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 10676657 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17391] ppid=17381 vsize=1534472 CPUtime=0
/proc/17383/task/17391/stat : 17391 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676661 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17392] ppid=17381 vsize=1534472 CPUtime=0.24
/proc/17383/task/17392/stat : 17392 (java) S 17381 17383 16818 0 -1 4202560 317 0 0 0 24 0 0 0 15 0 12 0 10676661 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 0 0 0 0
[pid=17383/tid=17393] ppid=17381 vsize=1534472 CPUtime=0.61
/proc/17383/task/17393/stat : 17393 (java) S 17381 17383 16818 0 -1 4202560 1027 0 0 0 61 0 0 0 15 0 12 0 10676662 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=1534472 CPUtime=0
/proc/17383/task/17394/stat : 17394 (java) S 17381 17383 16818 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10676662 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
[pid=17383/tid=17395] ppid=17381 vsize=1534472 CPUtime=0
/proc/17383/task/17395/stat : 17395 (java) S 17381 17383 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10676662 1571299328 352000 1992294400 134512640 134550932 4291564672 18446744073709551615 4294960144 0 4 0 16800975 18446604437822341568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 206.91
Current children cumulated vsize (KiB) 1534472

[startup+189.402 s]
/proc/loadavg: 1.03 1.07 1.02 2/119 17400
/proc/meminfo: memFree=104624/2059040 swapFree=4192956/4192956
[pid=17383] ppid=17381 vsize=0 CPUtime=206.99
/proc/17383/stat : 17383 (java) Z 17381 17383 16818 0 -1 4202524 875266 0 1 0 20312 387 0 0 18 0 2 0 10676652 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17383/statm: 0 0 0 0 0 0 0
[pid=17383/tid=17394] ppid=17381 vsize=0 CPUtime=0.05
/proc/17383/task/17394/stat : 17394 (java) R 17381 17383 16818 0 -1 4203588 1 0 0 0 0 5 0 0 18 0 2 0 10676662 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) 206.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 189.476
CPU time (s): 207.077
CPU user time (s): 203.129
CPU system time (s): 3.9474
CPU usage (%): 109.289
Max. virtual memory (cumulated for all children) (KiB): 1582480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.129
system time used= 3.9474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 875266
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= 4579
involuntary context switches= 3259

runsolver used 0.396939 second user time and 1.06084 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 15:10:39
IDJOB=2663372
IDBENCH=71913
IDSOLVER=1166
FILE ID=node039/2663372-1276693826
PBS_JOBID= 11172592
Free space on /tmp= 62304 MiB

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

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=728456883

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:       1541168 kB
Buffers:          5404 kB
Cached:         367540 kB
SwapCached:          0 kB
Active:         374644 kB
Inactive:        57620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1541168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          206168 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15376 kB
Slab:            63816 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180712 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= 62300 MiB
End job on node039 at 2010-06-16 15:13:48