Trace number 2661551

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.45 951.741

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
MD5SUMd17850f8cb83537ab22f6a30504d9d46
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data

0.08/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.16	c See www.sat4j.org for details.
0.08/0.17	c version 2.2.0.v20100531
0.08/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.17	c java.vm.version	11.2-b01
0.08/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version		1.6.0_12
0.08/0.17	c os.name		Linux
0.08/0.17	c os.version		2.6.18-164.el5
0.08/0.17	c os.arch		i386
0.08/0.17	c Free memory 		1393557488
0.08/0.17	c Max memory 		1395916800
0.08/0.17	c Total memory 		1395916800
0.08/0.17	c Number of processors 	2
0.23/0.24	c Pseudo Boolean Optimization
0.23/0.24	c ManyCore solver with 2 solvers running in parallel
0.23/0.24	c --- Begin Solver configuration ---
0.23/0.24	c Stops conflict analysis at the first Unique Implication Point
0.23/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.24	c Learn all clauses as in MiniSAT
0.23/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.24	c Expensive reason simplification
0.23/0.24	c Armin Biere (Picosat) restarts strategy
0.23/0.24	c Glucose learned constraints deletion strategy
0.23/0.24	c timeout=2147483s
0.23/0.24	c DB Simplification allowed=false
0.23/0.24	c --- End Solver configuration ---
0.23/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.24	c --- Begin Solver configuration ---
0.23/0.24	c Stops conflict analysis at the first Unique Implication Point
0.23/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.24	c Learn all clauses as in MiniSAT
0.23/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.24	c No reason simplification
0.23/0.24	c Armin Biere (Picosat) restarts strategy
0.23/0.24	c Glucose learned constraints deletion strategy
0.23/0.24	c timeout=2147483s
0.23/0.24	c DB Simplification allowed=false
0.23/0.24	c --- End Solver configuration ---
0.23/0.24	
0.23/0.24	c solving HOME/instance-2661551-1276677753.opb
0.23/0.24	c reading problem ... 
90.68/88.79	c ... done. Wall clock time 88.548s.
90.68/88.79	c #vars     16754
90.68/88.79	c #constraints  33011
90.68/88.79	c constraints type 
90.68/88.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
90.68/88.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
90.68/88.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
90.68/88.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
90.68/88.79	c constraints type 
90.68/88.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
90.68/88.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
90.68/88.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
90.68/88.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
132.00/109.65	c cleaning 2508 clauses out of 5015 with flag 5015/5015
176.24/132.10	c cleaning 4255 clauses out of 8509 with flag 11017/11017
236.99/162.72	c cleaning 5622 clauses out of 11244 with flag 18007/18007
318.34/203.84	c cleaning 6838 clauses out of 13676 with flag 26061/26061
426.27/258.43	c cleaning 7890 clauses out of 15780 with flag 35003/35003
567.87/330.07	c cleaning 8963 clauses out of 17926 with flag 45039/45039
725.10/409.52	c cleaning 9990 clauses out of 19980 with flag 56056/56056
859.36/477.29	c cleaning 10968 clauses out of 21935 with flag 68001/68001
998.84/547.64	c cleaning 11984 clauses out of 23968 with flag 81002/81002
1251.62/674.93	c cleaning 13085 clauses out of 26169 with flag 95187/95187
1536.32/818.39	c cleaning 14062 clauses out of 28124 with flag 110227/110227
1734.04/918.06	c cleaning 14921 clauses out of 29841 with flag 126006/126006
1800.06/951.52	c starts		: 102
1800.06/951.52	c conflicts		: 132211
1800.06/951.52	c decisions		: 333867
1800.06/951.52	c propagations		: 12795338
1800.06/951.52	c inspects		: 527629708
1800.06/951.52	c learnt literals	: 0
1800.06/951.52	c learnt binary clauses	: 0
1800.06/951.52	c learnt ternary clauses	: 1
1800.06/951.52	c learnt clauses	: 132210
1800.06/951.52	c ignored clauses	: 0
1800.06/951.52	c root simplifications	: 0
1800.06/951.52	c removed literals (reason simplification)	: 386528
1800.06/951.52	c reason swapping (by a shorter reason)	: 0
1800.06/951.52	c Calls to reduceDB	: 12
1800.06/951.52	c number of reductions to clauses (during analyze)	: 0
1800.06/951.52	c number of learned constraints concerned by reduction	: 0
1800.06/951.52	c number of learning phase by resolution	: 0
1800.06/951.52	c number of learning phase by cutting planes	: 0
1800.06/951.52	c speed (assignments/second)	: 14831.305456547567
1800.06/951.52	c non guided choices	16215
1800.33/951.65	c learnt constraints type 
1800.33/951.65	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21133
1800.33/951.65	c constraints type 
1800.33/951.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
1800.33/951.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.33/951.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.33/951.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
1800.33/951.65	c constraints type 
1800.33/951.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.33/951.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15754
1800.33/951.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.33/951.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
1800.33/951.65	s UNKNOWN
1800.33/951.65	c Total wall clock time (in seconds): 951.406

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-2661551-1276677753/watcher-2661551-1276677753 -o /tmp/evaluation-result-2661551-1276677753/solver-2661551-1276677753 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661551-1276677753.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.00 1.00 1.00 3/106 9133
/proc/meminfo: memFree=1672172/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=248 CPUtime=0
/proc/9133/stat : 9133 (java) R 9131 9133 8535 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 41427175 253952 28 1992294400 134512640 134550932 4293315520 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9133/statm: 62 28 21 10 0 23 0

[startup+0.0939609 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9133
/proc/meminfo: memFree=1672172/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1521796 CPUtime=0.08
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 3846 0 1 0 6 2 0 0 18 0 7 0 41427175 1558319104 3286 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 380449 3288 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.100957 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9133
/proc/meminfo: memFree=1672172/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1523476 CPUtime=0.08
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 3903 0 1 0 6 2 0 0 18 0 11 0 41427175 1560039424 3341 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 380869 3342 1061 10 0 378179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523476

[startup+0.300997 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9133
/proc/meminfo: memFree=1672172/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1526520 CPUtime=0.34
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 5379 0 1 0 31 3 0 0 18 0 12 0 41427175 1563156480 4815 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 381630 4816 1351 10 0 378933 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526520

[startup+0.808367 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9133
/proc/meminfo: memFree=1672172/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1528372 CPUtime=1.28
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 7392 0 1 0 124 4 0 0 18 0 12 0 41427175 1565052928 6787 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 382093 6792 1406 10 0 379396 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 1528372

[startup+1.50222 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 9145
/proc/meminfo: memFree=1646348/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1528644 CPUtime=2.21
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 8871 0 1 0 216 5 0 0 18 0 12 0 41427175 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 382161 8037 1409 10 0 379464 0
[pid=9133/tid=9135] ppid=9131 vsize=1528644 CPUtime=1.46
/proc/9133/task/9135/stat : 9135 (java) R 9131 9133 8535 0 -1 4202560 6318 0 1 0 143 3 0 0 19 0 12 0 41427176 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4109465304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41427178 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41427178 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41427180 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41427180 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41427180 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1528644 CPUtime=0.24
/proc/9133/task/9142/stat : 9142 (java) R 9131 9133 8535 0 -1 4202560 393 0 0 0 24 0 0 0 21 0 12 0 41427185 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 103629168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1528644 CPUtime=0.48
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 1092 0 0 0 48 0 0 0 15 0 12 0 41427185 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1528644 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41427185 1565331456 8037 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1528644

[startup+3.1015 s]
/proc/loadavg: 1.08 1.02 1.01 3/118 9145
/proc/meminfo: memFree=1629980/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1542052 CPUtime=4.71
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 17109 0 1 0 462 9 0 0 18 0 12 0 41427175 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 385513 12557 1410 10 0 382816 0
[pid=9133/tid=9135] ppid=9131 vsize=1542052 CPUtime=3.05
/proc/9133/task/9135/stat : 9135 (java) R 9131 9133 8535 0 -1 4202560 7581 0 1 0 301 4 0 0 25 0 12 0 41427176 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4109364675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41427178 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41427178 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41427180 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41427180 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41427180 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1542052 CPUtime=1.1
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 7035 0 0 0 107 3 0 0 18 0 12 0 41427185 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1542052 CPUtime=0.52
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 1425 0 0 0 52 0 0 0 15 0 12 0 41427185 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1542052 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41427185 1579061248 12557 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1542052

[startup+6.30208 s]
/proc/loadavg: 1.08 1.02 1.01 2/118 9145
/proc/meminfo: memFree=1621548/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1541152 CPUtime=8.04
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 18728 0 1 0 794 10 0 0 18 0 12 0 41427175 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 385288 13987 1417 10 0 382591 0
[pid=9133/tid=9135] ppid=9131 vsize=1541152 CPUtime=6.24
/proc/9133/task/9135/stat : 9135 (java) R 9131 9133 8535 0 -1 4202560 9171 0 1 0 619 5 0 0 25 0 12 0 41427176 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4109364675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41427178 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41427178 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41427180 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41427180 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41427180 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1541152 CPUtime=1.22
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 7064 0 0 0 119 3 0 0 15 0 12 0 41427185 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1541152 CPUtime=0.55
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 1425 0 0 0 55 0 0 0 16 0 12 0 41427185 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41427185 1578139648 13987 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1541152

[startup+12.7023 s]
/proc/loadavg: 1.07 1.02 1.00 2/118 9145
/proc/meminfo: memFree=1610388/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1541152 CPUtime=14.47
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 21389 0 1 0 1435 12 0 0 18 0 12 0 41427175 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 385288 16648 1417 10 0 382591 0
[pid=9133/tid=9135] ppid=9131 vsize=1541152 CPUtime=12.64
/proc/9133/task/9135/stat : 9135 (java) R 9131 9133 8535 0 -1 4202560 11823 0 1 0 1257 7 0 0 25 0 12 0 41427176 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4109364878 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41427178 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41427178 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41427180 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41427180 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41427180 1578139648 16648 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1578139648 16649 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1541152 CPUtime=1.25
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 7073 0 0 0 122 3 0 0 15 0 12 0 41427185 1578139648 16649 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1541152 CPUtime=0.55
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 1425 0 0 0 55 0 0 0 16 0 12 0 41427185 1578139648 16649 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1578139648 16649 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1541152 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 41427185 1578139648 16649 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 1541152

[startup+25.5096 s]
/proc/loadavg: 1.06 1.01 1.00 2/118 9145
/proc/meminfo: memFree=1595508/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1539292 CPUtime=27.38
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 25389 0 1 0 2723 15 0 0 18 0 12 0 41427175 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 384823 20190 1417 10 0 382126 0
[pid=9133/tid=9135] ppid=9131 vsize=1539292 CPUtime=25.42
/proc/9133/task/9135/stat : 9135 (java) R 9131 9133 8535 0 -1 4202560 15775 0 1 0 2532 10 0 0 25 0 12 0 41427176 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4109364353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 41427178 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 41427178 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41427180 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41427180 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 41427180 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1539292 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41427185 1576235008 20190 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1539292 CPUtime=1.37

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

/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 99354 0 0 0 775 51 0 0 16 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1545468 CPUtime=8.23
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 100285 0 0 0 771 52 0 0 15 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1545468 CPUtime=4.35
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 1255 0 0 0 424 11 0 0 15 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1545468 CPUtime=2.81
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 8186 0 0 0 278 3 0 0 16 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1545468 CPUtime=2.4
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 2886 0 0 0 239 1 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9148] ppid=9131 vsize=1545468 CPUtime=775.56
/proc/9133/task/9148/stat : 9148 (java) R 9131 9133 8535 0 -1 4202560 237 0 0 0 77548 8 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4110204412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9133/tid=9149] ppid=9131 vsize=1545468 CPUtime=772.98
/proc/9133/task/9149/stat : 9149 (java) R 9131 9133 8535 0 -1 4202560 283 0 0 0 77283 15 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4109997262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9150] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9150/stat : 9150 (java) S 9131 9133 8535 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41436062 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9151] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9151/stat : 9151 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41436064 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.2
Current children cumulated vsize (KiB) 1545468

[startup+942.303 s]
/proc/loadavg: 2.10 2.02 1.63 3/122 9173
/proc/meminfo: memFree=877144/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1545468 CPUtime=1781.77
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 245604 0 1 0 178008 169 0 0 18 0 16 0 41427175 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 386367 199181 1446 10 0 383670 0
[pid=9133/tid=9135] ppid=9131 vsize=1545468 CPUtime=88.54
/proc/9133/task/9135/stat : 9135 (java) S 9131 9133 8535 0 -1 4202560 31964 0 1 0 8834 20 0 0 15 0 16 0 41427176 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1545468 CPUtime=8.84
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 99354 0 0 0 833 51 0 0 15 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1545468 CPUtime=8.83
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 100285 0 0 0 830 53 0 0 15 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1545468 CPUtime=4.98
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 1257 0 0 0 486 12 0 0 15 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1545468 CPUtime=2.81
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 8186 0 0 0 278 3 0 0 16 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1545468 CPUtime=2.4
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 2886 0 0 0 239 1 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9148] ppid=9131 vsize=1545468 CPUtime=833.96
/proc/9133/task/9148/stat : 9148 (java) R 9131 9133 8535 0 -1 4202560 240 0 0 0 83388 8 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4109842889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9133/tid=9149] ppid=9131 vsize=1545468 CPUtime=831.32
/proc/9133/task/9149/stat : 9149 (java) R 9131 9133 8535 0 -1 4202560 304 0 0 0 83116 16 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4109997198 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9150] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9150/stat : 9150 (java) S 9131 9133 8535 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41436062 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9151] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9151/stat : 9151 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41436064 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1545468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+951.502 s]
/proc/loadavg: 2.08 2.02 1.64 3/122 9173
/proc/meminfo: memFree=877144/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1545468 CPUtime=1800.06
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 245612 0 1 0 179837 169 0 0 18 0 16 0 41427175 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 386367 199181 1446 10 0 383670 0
[pid=9133/tid=9135] ppid=9131 vsize=1545468 CPUtime=88.54
/proc/9133/task/9135/stat : 9135 (java) S 9131 9133 8535 0 -1 4202560 31964 0 1 0 8834 20 0 0 15 0 16 0 41427176 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1545468 CPUtime=8.92
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 99354 0 0 0 840 52 0 0 16 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1545468 CPUtime=8.9
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 100285 0 0 0 837 53 0 0 16 0 16 0 41427178 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1545468 CPUtime=4.99
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 1259 0 0 0 487 12 0 0 15 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41427180 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1545468 CPUtime=2.81
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 8186 0 0 0 278 3 0 0 16 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1545468 CPUtime=2.4
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 2886 0 0 0 239 1 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 41427185 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9148] ppid=9131 vsize=1545468 CPUtime=843.07
/proc/9133/task/9148/stat : 9148 (java) R 9131 9133 8535 0 -1 4202560 240 0 0 0 84299 8 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4109484929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9133/tid=9149] ppid=9131 vsize=1545468 CPUtime=840.35
/proc/9133/task/9149/stat : 9149 (java) R 9131 9133 8535 0 -1 4202560 308 0 0 0 84019 16 0 0 25 0 16 0 41436054 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4109997270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9150] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9150/stat : 9150 (java) S 9131 9133 8535 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 41436062 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9151] ppid=9131 vsize=1545468 CPUtime=0
/proc/9133/task/9151/stat : 9151 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41436064 1582559232 199181 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1545468

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

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

[startup+951.629 s]
/proc/loadavg: 2.08 2.02 1.64 5/125 9176
/proc/meminfo: memFree=877120/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=1546116 CPUtime=1800.33
/proc/9133/stat : 9133 (java) S 9131 9133 8535 0 -1 4202496 245629 0 1 0 179864 169 0 0 18 0 18 0 41427175 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 386529 199198 1446 10 0 383832 0
[pid=9133/tid=9135] ppid=9131 vsize=1546116 CPUtime=88.54
/proc/9133/task/9135/stat : 9135 (java) S 9131 9133 8535 0 -1 4202560 31964 0 1 0 8834 20 0 0 15 0 18 0 41427176 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9136] ppid=9131 vsize=1546116 CPUtime=8.92
/proc/9133/task/9136/stat : 9136 (java) S 9131 9133 8535 0 -1 4202560 99354 0 0 0 840 52 0 0 16 0 18 0 41427178 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9137] ppid=9131 vsize=1546116 CPUtime=8.9
/proc/9133/task/9137/stat : 9137 (java) S 9131 9133 8535 0 -1 4202560 100285 0 0 0 837 53 0 0 16 0 18 0 41427178 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9138] ppid=9131 vsize=1546116 CPUtime=4.99
/proc/9133/task/9138/stat : 9138 (java) S 9131 9133 8535 0 -1 4202560 1259 0 0 0 487 12 0 0 15 0 18 0 41427180 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 0 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9139] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9139/stat : 9139 (java) S 9131 9133 8535 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 41427180 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9140] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9140/stat : 9140 (java) S 9131 9133 8535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 41427180 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9141] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9141/stat : 9141 (java) S 9131 9133 8535 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 41427185 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9142] ppid=9131 vsize=1546116 CPUtime=2.81
/proc/9133/task/9142/stat : 9142 (java) S 9131 9133 8535 0 -1 4202560 8186 0 0 0 278 3 0 0 16 0 18 0 41427185 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9143] ppid=9131 vsize=1546116 CPUtime=2.43
/proc/9133/task/9143/stat : 9143 (java) S 9131 9133 8535 0 -1 4202560 2886 0 0 0 242 1 0 0 15 0 18 0 41427185 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9144] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9144/stat : 9144 (java) S 9131 9133 8535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 41427185 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9145] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9145/stat : 9145 (java) S 9131 9133 8535 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 41427185 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9148] ppid=9131 vsize=1546116 CPUtime=843.21
/proc/9133/task/9148/stat : 9148 (java) R 9131 9133 8535 0 -1 4202560 240 0 0 0 84313 8 0 0 25 0 18 0 41436054 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4109842377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9133/tid=9149] ppid=9131 vsize=1546116 CPUtime=840.42
/proc/9133/task/9149/stat : 9149 (java) R 9131 9133 8535 0 -1 4202560 308 0 0 0 84026 16 0 0 25 0 18 0 41436054 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4109997206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9133/tid=9150] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9150/stat : 9150 (java) S 9131 9133 8535 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 18 0 41436062 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 1 0 0 0
[pid=9133/tid=9151] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9151/stat : 9151 (java) S 9131 9133 8535 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 41436064 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9175] ppid=9131 vsize=1546116 CPUtime=0
/proc/9133/task/9175/stat : 9175 (java) S 9131 9133 8535 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 41522327 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 18446604436671132672 0 0 -1 0 0 0 0
[pid=9133/tid=9176] ppid=9131 vsize=1546116 CPUtime=0.01
/proc/9133/task/9176/stat : 9176 (java) R 9131 9133 8535 0 -1 4202560 5 0 0 0 1 0 0 0 19 0 18 0 41522327 1583222784 199198 1992294400 134512640 134550932 4293315520 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1546116

[startup+951.724 s]
/proc/loadavg: 2.08 2.02 1.64 5/125 9176
/proc/meminfo: memFree=877120/2059040 swapFree=4140236/4192956
[pid=9133] ppid=9131 vsize=0 CPUtime=1800.42
/proc/9133/stat : 9133 (java) Z 9131 9133 8535 0 -1 4203548 245632 0 1 0 179866 176 0 0 16 0 2 0 41427175 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9133/statm: 0 0 0 0 0 0 0
[pid=9133/tid=9149] ppid=9131 vsize=0 CPUtime=840.5
/proc/9133/task/9149/stat : 9149 (java) R 9131 9133 8535 0 -1 4203588 308 0 0 0 84027 23 0 0 25 0 2 0 41436054 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 951.741
CPU time (s): 1800.45
CPU user time (s): 1798.66
CPU system time (s): 1.78173
CPU usage (%): 189.174
Max. virtual memory (cumulated for all children) (KiB): 1546116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.78173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245632
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= 25217
involuntary context switches= 51585

runsolver used 3.2815 second user time and 7.45687 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-16 10:42:33
IDJOB=2661551
IDBENCH=48311
IDSOLVER=1166
FILE ID=node027/2661551-1276677753
PBS_JOBID= 11172513
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661551-1276677753/watcher-2661551-1276677753 -o /tmp/evaluation-result-2661551-1276677753/solver-2661551-1276677753 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661551-1276677753.opb

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

MD5SUM BENCH= d17850f8cb83537ab22f6a30504d9d46
RANDOM SEED=1443065974

node027.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		: 2800.261
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	: 5600.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
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:       1672568 kB
Buffers:         72096 kB
Cached:         218892 kB
SwapCached:       6244 kB
Active:         128148 kB
Inactive:       176468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1672568 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:             676 kB
Writeback:           0 kB
AnonPages:       11832 kB
Mapped:          13096 kB
Slab:            59952 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-16 10:58:27