Trace number 2662246

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.27 917.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662246-1276626852.opb
0.21/0.22	c reading problem ... 
14.55/11.64	c ... done. Wall clock time 11.413s.
14.55/11.64	c #vars     116401
14.55/11.64	c #constraints  375962
14.55/11.64	c constraints type 
14.55/11.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
14.55/11.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
14.55/11.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
14.55/11.64	c constraints type 
14.55/11.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
14.55/11.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
14.55/11.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/917.12	c starts		: 5
1800.15/917.12	c conflicts		: 462
1800.15/917.12	c decisions		: 3176
1800.15/917.12	c propagations		: 808535
1800.15/917.12	c inspects		: 2946068
1800.15/917.12	c learnt literals	: 0
1800.15/917.12	c learnt binary clauses	: 1
1800.15/917.12	c learnt ternary clauses	: 0
1800.15/917.12	c learnt clauses	: 461
1800.15/917.12	c ignored clauses	: 0
1800.15/917.12	c root simplifications	: 0
1800.15/917.12	c removed literals (reason simplification)	: 17018882
1800.15/917.12	c reason swapping (by a shorter reason)	: 0
1800.15/917.12	c Calls to reduceDB	: 0
1800.15/917.12	c number of reductions to clauses (during analyze)	: 0
1800.15/917.12	c number of learned constraints concerned by reduction	: 0
1800.15/917.12	c number of learning phase by resolution	: 0
1800.15/917.12	c number of learning phase by cutting planes	: 0
1800.15/917.12	c speed (assignments/second)	: 892.9381972153903
1800.15/917.12	c non guided choices	203
1800.15/917.12	c learnt constraints type 
1800.15/917.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 460
1800.15/917.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.15/917.12	c constraints type 
1800.15/917.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
1800.15/917.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
1800.15/917.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/917.12	c constraints type 
1800.15/917.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.15/917.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.15/917.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/917.12	s UNKNOWN
1800.15/917.12	c Total wall clock time (in seconds): 916.896

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-2662246-1276626852/watcher-2662246-1276626852 -o /tmp/evaluation-result-2662246-1276626852/solver-2662246-1276626852 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662246-1276626852.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.86 0.97 0.99 3/106 3132
/proc/meminfo: memFree=1854472/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1748 CPUtime=0
/proc/3132/stat : 3132 (java6) R 3130 3132 3107 0 -1 4194304 138 0 0 0 0 0 0 0 16 0 1 0 38289359 1789952 56 1992294400 134512640 134550932 4291887248 18446744073709551615 10482851 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3132/statm: 438 65 51 10 0 30 0

[startup+0.071871 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 3132
/proc/meminfo: memFree=1854472/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1521796 CPUtime=0.06
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 3691 0 1 0 4 2 0 0 15 0 7 0 38289359 1558319104 3131 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 380449 3131 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100872 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 3132
/proc/meminfo: memFree=1854472/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1524020 CPUtime=0.08
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 3929 0 1 0 6 2 0 0 15 0 12 0 38289359 1560596480 3367 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 381005 3367 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300893 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 3132
/proc/meminfo: memFree=1854472/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1526676 CPUtime=0.36
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 6695 0 1 0 33 3 0 0 15 0 12 0 38289359 1563316224 6131 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 381669 6131 1353 10 0 378972 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526676

[startup+0.700924 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 3132
/proc/meminfo: memFree=1854472/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1528700 CPUtime=1.1
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 8766 0 1 0 106 4 0 0 15 0 12 0 38289359 1565388800 8146 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 382175 8146 1403 10 0 379478 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528700

[startup+1.50198 s]
/proc/loadavg: 0.86 0.97 0.99 4/118 3144
/proc/meminfo: memFree=1809924/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1532128 CPUtime=2.4
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 26018 0 1 0 228 12 0 0 15 0 12 0 38289359 1568899072 24767 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 383032 24769 1407 10 0 380335 0
[pid=3132/tid=3134] ppid=3130 vsize=1532128 CPUtime=1.46
/proc/3132/task/3134/stat : 3134 (java) R 3130 3132 3107 0 -1 4202560 22161 0 1 0 136 10 0 0 25 0 12 0 38289361 1568899072 24770 1992294400 134512640 134550932 4291077952 18446744073709551615 4110015768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 38289362 1568899072 24772 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38289362 1568899072 24774 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38289364 1568899072 24775 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 38289364 1568899072 24777 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 38289364 1568899072 24778 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 38289369 1568899072 24780 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1532128 CPUtime=0.25
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 1009 0 0 0 25 0 0 0 16 0 12 0 38289369 1568899072 24781 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1532128 CPUtime=0.66
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 1783 0 0 0 65 1 0 0 15 0 12 0 38289369 1568899072 24783 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 38289369 1568899072 24784 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38289369 1568899072 24786 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1532128

[startup+3.10211 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 3144
/proc/meminfo: memFree=1704152/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1532128 CPUtime=4.22
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 47295 0 1 0 400 22 0 0 15 0 12 0 38289359 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 383032 45845 1417 10 0 380335 0
[pid=3132/tid=3134] ppid=3130 vsize=1532128 CPUtime=2.83
/proc/3132/task/3134/stat : 3134 (java) R 3130 3132 3107 0 -1 4202560 32029 0 1 0 269 14 0 0 25 0 12 0 38289361 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4109927384 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1532128 CPUtime=0.21
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 5819 0 0 0 18 3 0 0 16 0 12 0 38289362 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1532128 CPUtime=0.21
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 5578 0 0 0 19 2 0 0 16 0 12 0 38289362 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 38289364 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 38289364 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 38289364 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 38289369 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1532128 CPUtime=0.25
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 1009 0 0 0 25 0 0 0 16 0 12 0 38289369 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1532128 CPUtime=0.66
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 1783 0 0 0 65 1 0 0 15 0 12 0 38289369 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 38289369 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38289369 1568899072 45845 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1532128

[startup+6.30137 s]
/proc/loadavg: 0.87 0.97 0.99 2/118 3144
/proc/meminfo: memFree=1647980/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1532128 CPUtime=7.97
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 58613 0 1 0 769 28 0 0 15 0 12 0 38289359 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 383032 56223 1419 10 0 380335 0
[pid=3132/tid=3134] ppid=3130 vsize=1532128 CPUtime=5.44
/proc/3132/task/3134/stat : 3134 (java) R 3130 3132 3107 0 -1 4202560 32033 0 1 0 529 15 0 0 25 0 12 0 38289361 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4109862570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1532128 CPUtime=0.77
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 11851 0 0 0 71 6 0 0 15 0 12 0 38289362 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1532128 CPUtime=0.79
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 10858 0 0 0 74 5 0 0 16 0 12 0 38289362 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 38289364 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 38289364 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 38289364 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 38289369 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1532128 CPUtime=0.26
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 1011 0 0 0 26 0 0 0 15 0 12 0 38289369 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1532128 CPUtime=0.66
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 1783 0 0 0 65 1 0 0 15 0 12 0 38289369 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 38289369 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1532128 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38289369 1568899072 56223 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1532128

[startup+12.7019 s]
/proc/loadavg: 0.88 0.97 0.99 3/120 3146
/proc/meminfo: memFree=1594024/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1542716 CPUtime=16.7
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 71309 0 2 0 1635 35 0 0 15 0 16 0 38289359 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 385679 66391 1443 10 0 382982 0
[pid=3132/tid=3134] ppid=3130 vsize=1542716 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32068 0 1 0 1005 16 0 0 18 0 16 0 38289361 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1542716 CPUtime=1.37
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 16407 0 0 0 129 8 0 0 16 0 16 0 38289362 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1542716 CPUtime=1.4
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 14739 0 0 0 134 6 0 0 16 0 16 0 38289362 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 38289364 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38289364 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38289369 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1542716 CPUtime=1.56
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 4899 0 0 0 155 1 0 0 16 0 16 0 38289369 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1542716 CPUtime=1.08
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 2085 0 1 0 107 1 0 0 15 0 16 0 38289369 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38289369 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1542716 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38289369 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3145] ppid=3130 vsize=1542716 CPUtime=0.48
/proc/3132/task/3145/stat : 3145 (java) R 3130 3132 3107 0 -1 4202560 18 0 0 0 48 0 0 0 25 0 16 0 38290523 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4110475488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3146] ppid=3130 vsize=1542716 CPUtime=0.52
/proc/3132/task/3146/stat : 3146 (java) R 3130 3132 3107 0 -1 4202560 11 0 0 0 52 0 0 0 18 0 16 0 38290523 1579741184 66391 1992294400 134512640 134550932 4291077952 18446744073709551615 4110475594 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.7
Current children cumulated vsize (KiB) 1542716

[startup+25.5019 s]
/proc/loadavg: 1.33 1.07 1.02 3/122 3150
/proc/meminfo: memFree=1554828/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1544764 CPUtime=42.06
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 81644 0 2 0 4165 41 0 0 15 0 16 0 38289359 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 386191 76010 1445 10 0 383494 0
[pid=3132/tid=3134] ppid=3130 vsize=1544764 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32071 0 1 0 1005 16 0 0 15 0 16 0 38289361 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1544764 CPUtime=1.56
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 19689 0 0 0 147 9 0 0 15 0 16 0 38289362 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1544764 CPUtime=1.64
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 20873 0 0 0 154 10 0 0 16 0 16 0 38289362 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 38289364 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 76010 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1544764 CPUtime=0

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

/proc/3132/task/3147/stat : 3147 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38290581 1581838336 91017 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3148] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3148/stat : 3148 (java) S 3130 3132 3107 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38290582 1581838336 91017 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1494.91
Current children cumulated vsize (KiB) 1544764

[startup+822.302 s]
/proc/loadavg: 2.17 2.03 1.61 3/122 3170
/proc/meminfo: memFree=1490720/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1544764 CPUtime=1613.18
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 99283 0 2 0 161042 276 0 0 15 0 16 0 38289359 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 386191 91892 1445 10 0 383494 0
[pid=3132/tid=3134] ppid=3130 vsize=1544764 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32083 0 1 0 1005 16 0 0 15 0 16 0 38289361 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1544764 CPUtime=14.59
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 28678 0 0 0 1393 66 0 0 15 0 16 0 38289362 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1544764 CPUtime=14.73
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 27836 0 0 0 1409 64 0 0 15 0 16 0 38289362 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1544764 CPUtime=2.07
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 60 0 0 0 117 90 0 0 15 0 16 0 38289364 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38289369 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1544764 CPUtime=2.01
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 5769 0 0 0 200 1 0 0 15 0 16 0 38289369 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1544764 CPUtime=2.23
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 2133 0 1 0 222 1 0 0 15 0 16 0 38289369 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38289369 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 38289369 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3145] ppid=3130 vsize=1544764 CPUtime=784.48
/proc/3132/task/3145/stat : 3145 (java) R 3130 3132 3107 0 -1 4202560 710 0 0 0 78434 14 0 0 25 0 16 0 38290523 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4110091732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3146] ppid=3130 vsize=1544764 CPUtime=782.74
/proc/3132/task/3146/stat : 3146 (java) R 3130 3132 3107 0 -1 4202560 896 0 0 0 78256 18 0 0 25 0 16 0 38290523 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4110628860 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3132/tid=3147] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3147/stat : 3147 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38290581 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3148] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3148/stat : 3148 (java) S 3130 3132 3107 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38290582 1581838336 91892 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1613.18
Current children cumulated vsize (KiB) 1544764

[startup+882.302 s]
/proc/loadavg: 2.13 2.05 1.65 3/122 3172
/proc/meminfo: memFree=1489976/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1544764 CPUtime=1731.49
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 99567 0 2 0 172857 292 0 0 15 0 16 0 38289359 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 386191 92053 1445 10 0 383494 0
[pid=3132/tid=3134] ppid=3130 vsize=1544764 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32086 0 1 0 1005 16 0 0 15 0 16 0 38289361 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1544764 CPUtime=15.63
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 28745 0 0 0 1493 70 0 0 15 0 16 0 38289362 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1544764 CPUtime=15.75
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 27930 0 0 0 1507 68 0 0 16 0 16 0 38289362 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1544764 CPUtime=2.22
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 64 0 0 0 126 96 0 0 15 0 16 0 38289364 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38289369 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1544764 CPUtime=2.01
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 5769 0 0 0 200 1 0 0 15 0 16 0 38289369 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1544764 CPUtime=2.23
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 2133 0 1 0 222 1 0 0 15 0 16 0 38289369 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38289369 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 38289369 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3145] ppid=3130 vsize=1544764 CPUtime=842.79
/proc/3132/task/3145/stat : 3145 (java) R 3130 3132 3107 0 -1 4202560 773 0 0 0 84265 14 0 0 25 0 16 0 38290523 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4110476478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3146] ppid=3130 vsize=1544764 CPUtime=840.56
/proc/3132/task/3146/stat : 3146 (java) R 3130 3132 3107 0 -1 4202560 945 0 0 0 84035 21 0 0 25 0 16 0 38290523 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4110093386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3132/tid=3147] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3147/stat : 3147 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38290581 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3148] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3148/stat : 3148 (java) S 3130 3132 3107 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38290582 1581838336 92053 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.49
Current children cumulated vsize (KiB) 1544764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.102 s]
/proc/loadavg: 2.20 2.07 1.67 3/122 3174
/proc/meminfo: memFree=1489604/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1544764 CPUtime=1800.15
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 99720 0 2 0 179710 305 0 0 15 0 16 0 38289359 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 386191 92136 1445 10 0 383494 0
[pid=3132/tid=3134] ppid=3130 vsize=1544764 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32086 0 1 0 1005 16 0 0 15 0 16 0 38289361 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1544764 CPUtime=16.21
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 28788 0 0 0 1549 72 0 0 15 0 16 0 38289362 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1544764 CPUtime=16.37
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 27970 0 0 0 1566 71 0 0 15 0 16 0 38289362 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1544764 CPUtime=2.35
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 66 0 0 0 133 102 0 0 15 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1544764 CPUtime=2.01
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 5769 0 0 0 200 1 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1544764 CPUtime=2.23
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 2133 0 1 0 222 1 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3145] ppid=3130 vsize=1544764 CPUtime=876.64
/proc/3132/task/3145/stat : 3145 (java) R 3130 3132 3107 0 -1 4202560 805 0 0 0 87649 15 0 0 25 0 16 0 38290523 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4110511353 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3146] ppid=3130 vsize=1544764 CPUtime=874.04
/proc/3132/task/3146/stat : 3146 (java) R 3130 3132 3107 0 -1 4202560 979 0 0 0 87382 22 0 0 25 0 16 0 38290523 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4110683220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3132/tid=3147] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3147/stat : 3147 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38290581 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3148] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3148/stat : 3148 (java) S 3130 3132 3107 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38290582 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1544764

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

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

[startup+917.102 s]
/proc/loadavg: 2.20 2.07 1.67 3/122 3174
/proc/meminfo: memFree=1489604/2059040 swapFree=4140244/4192956
[pid=3132] ppid=3130 vsize=1544764 CPUtime=1800.15
/proc/3132/stat : 3132 (java) S 3130 3132 3107 0 -1 4202496 99720 0 2 0 179710 305 0 0 15 0 16 0 38289359 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3132/statm: 386191 92136 1445 10 0 383494 0
[pid=3132/tid=3134] ppid=3130 vsize=1544764 CPUtime=10.21
/proc/3132/task/3134/stat : 3134 (java) S 3130 3132 3107 0 -1 4202560 32086 0 1 0 1005 16 0 0 15 0 16 0 38289361 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3135] ppid=3130 vsize=1544764 CPUtime=16.21
/proc/3132/task/3135/stat : 3135 (java) S 3130 3132 3107 0 -1 4202560 28788 0 0 0 1549 72 0 0 15 0 16 0 38289362 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3136] ppid=3130 vsize=1544764 CPUtime=16.37
/proc/3132/task/3136/stat : 3136 (java) S 3130 3132 3107 0 -1 4202560 27970 0 0 0 1566 71 0 0 15 0 16 0 38289362 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3137] ppid=3130 vsize=1544764 CPUtime=2.35
/proc/3132/task/3137/stat : 3137 (java) S 3130 3132 3107 0 -1 4202560 66 0 0 0 133 102 0 0 15 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3138] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3138/stat : 3138 (java) S 3130 3132 3107 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3139] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3139/stat : 3139 (java) S 3130 3132 3107 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38289364 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3140] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3140/stat : 3140 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3141] ppid=3130 vsize=1544764 CPUtime=2.01
/proc/3132/task/3141/stat : 3141 (java) S 3130 3132 3107 0 -1 4202560 5769 0 0 0 200 1 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3142] ppid=3130 vsize=1544764 CPUtime=2.23
/proc/3132/task/3142/stat : 3142 (java) S 3130 3132 3107 0 -1 4202560 2133 0 1 0 222 1 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3143] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3143/stat : 3143 (java) S 3130 3132 3107 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3144] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3144/stat : 3144 (java) S 3130 3132 3107 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 38289369 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=3132/tid=3145] ppid=3130 vsize=1544764 CPUtime=876.64
/proc/3132/task/3145/stat : 3145 (java) R 3130 3132 3107 0 -1 4202560 805 0 0 0 87649 15 0 0 25 0 16 0 38290523 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4110511353 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3132/tid=3146] ppid=3130 vsize=1544764 CPUtime=874.04
/proc/3132/task/3146/stat : 3146 (java) R 3130 3132 3107 0 -1 4202560 979 0 0 0 87382 22 0 0 25 0 16 0 38290523 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4110683220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3132/tid=3147] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3147/stat : 3147 (java) S 3130 3132 3107 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38290581 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=3132/tid=3148] ppid=3130 vsize=1544764 CPUtime=0
/proc/3132/task/3148/stat : 3148 (java) S 3130 3132 3107 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38290582 1581838336 92136 1992294400 134512640 134550932 4291077952 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1544764

Child status: 143
Real time (s): 917.19
CPU time (s): 1800.27
CPU user time (s): 1797.18
CPU system time (s): 3.09053
CPU usage (%): 196.281
Max. virtual memory (cumulated for all children) (KiB): 1544764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.18
system time used= 3.09053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99746
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43701
involuntary context switches= 59532

runsolver used 5.81611 second user time and 8.88065 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-15 20:34:14
IDJOB=2662246
IDBENCH=3006
IDSOLVER=1166
FILE ID=node003/2662246-1276626852
PBS_JOBID= 11172350
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662246-1276626852/watcher-2662246-1276626852 -o /tmp/evaluation-result-2662246-1276626852/solver-2662246-1276626852 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662246-1276626852.opb

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=1319353897

node003.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.251
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.50
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.251
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:       1854992 kB
Buffers:          7360 kB
Cached:         116372 kB
SwapCached:       6080 kB
Active:          92692 kB
Inactive:        44104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854992 kB
SwapTotal:     4192956 kB
SwapFree:      4140244 kB
Dirty:           23132 kB
Writeback:           0 kB
AnonPages:       11468 kB
Mapped:          13096 kB
Slab:            45336 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182672 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= 62556 MiB
End job on node003 at 2010-06-15 20:49:33