Trace number 2658189

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 Resolution 2.2.0 2010-05-26? (TO) 1800.19 1794.91

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.2928
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)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658189-1276677508.opb
0.24/0.20	c reading problem ... 
15.14/14.10	c ... done. Wall clock time 13.904s.
15.14/14.10	c #vars     7270
15.14/14.10	c #constraints  14043
15.14/14.10	c constraints type 
15.14/14.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
15.14/14.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.14/14.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.14/14.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
32.61/30.91	c cleaning 2510 clauses out of 5020 with flag 5020/5020
52.31/50.60	c cleaning 4278 clauses out of 8556 with flag 11066/11066
75.91/74.00	c cleaning 5612 clauses out of 11224 with flag 18012/18012
102.64/100.69	c cleaning 6805 clauses out of 13609 with flag 26009/26009
139.60/137.44	c cleaning 7899 clauses out of 15797 with flag 35002/35002
187.09/184.84	c cleaning 9033 clauses out of 18065 with flag 45169/45169
248.82/246.41	c cleaning 10022 clauses out of 20044 with flag 56181/56181
319.48/316.94	c cleaning 10987 clauses out of 21973 with flag 68132/68132
403.92/401.27	c cleaning 11929 clauses out of 23857 with flag 81003/81003
496.91/494.01	c cleaning 12979 clauses out of 25958 with flag 95033/95033
584.61/581.56	c cleaning 13975 clauses out of 27949 with flag 110003/110003
669.43/666.19	c cleaning 14553 clauses out of 29105 with flag 125134/125134
807.81/804.27	c cleaning 14768 clauses out of 29535 with flag 140117/140117
926.31/922.45	c cleaning 14826 clauses out of 29652 with flag 155002/155002
1042.72/1038.67	c cleaning 14938 clauses out of 29878 with flag 170054/170054
1151.23/1146.96	c cleaning 14943 clauses out of 29890 with flag 185004/185004
1295.94/1291.49	c cleaning 15028 clauses out of 30055 with flag 200112/200112
1455.92/1451.26	c cleaning 15065 clauses out of 30129 with flag 215214/215214
1596.31/1591.48	c cleaning 14939 clauses out of 29879 with flag 230029/230029
1768.25/1763.16	c cleaning 14988 clauses out of 29976 with flag 245065/245065
1800.02/1794.81	c starts		: 120
1800.02/1794.81	c conflicts		: 248966
1800.02/1794.81	c decisions		: 479461
1800.02/1794.81	c propagations		: 26834334
1800.02/1794.81	c inspects		: 777875703
1800.02/1794.81	c learnt literals	: 0
1800.02/1794.82	c learnt binary clauses	: 0
1800.02/1794.82	c learnt ternary clauses	: 0
1800.02/1794.82	c learnt clauses	: 248965
1800.02/1794.82	c ignored clauses	: 0
1800.02/1794.82	c root simplifications	: 0
1800.02/1794.82	c removed literals (reason simplification)	: 691180
1800.02/1794.82	c reason swapping (by a shorter reason)	: 0
1800.02/1794.82	c Calls to reduceDB	: 20
1800.02/1794.82	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.82	c number of learned constraints concerned by reduction	: 0
1800.02/1794.82	c number of learning phase by resolution	: 0
1800.02/1794.82	c number of learning phase by cutting planes	: 0
1800.02/1794.82	c speed (assignments/second)	: 15069.440763020635
1800.02/1794.82	c non guided choices	6756
1800.02/1794.86	c learnt constraints type 
1800.02/1794.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18893
1800.02/1794.86	c constraints type 
1800.02/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1800.02/1794.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.02/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.02/1794.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
1800.02/1794.86	s UNKNOWN
1800.02/1794.86	c Total wall clock time (in seconds): 1794.663

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-2658189-1276677508/watcher-2658189-1276677508 -o /tmp/evaluation-result-2658189-1276677508/solver-2658189-1276677508 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658189-1276677508.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.09 1.02 1.00 4/105 18275
/proc/meminfo: memFree=1785260/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1752 CPUtime=0
/proc/18275/stat : 18275 (java) R 18273 18275 17386 0 -1 4194304 339 0 0 0 0 0 0 0 25 0 1 0 9044307 1794048 81 1992294400 134512640 134550932 4289976592 18446744073709551615 8884230 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 425 72 53 10 0 30 0

[startup+0.0416169 s]
/proc/loadavg: 1.09 1.02 1.00 4/105 18275
/proc/meminfo: memFree=1785260/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1521016 CPUtime=0.03
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 3450 0 1 0 1 2 0 0 25 0 5 0 9044307 1557520384 2892 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 380254 2892 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.104933 s]
/proc/loadavg: 1.09 1.02 1.00 4/105 18275
/proc/meminfo: memFree=1785260/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1524184 CPUtime=0.09
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 4029 0 1 0 7 2 0 0 25 0 12 0 9044307 1560764416 3467 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 381046 3467 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301767 s]
/proc/loadavg: 1.09 1.02 1.00 4/105 18275
/proc/meminfo: memFree=1785260/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1526372 CPUtime=0.36
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 5366 0 1 0 33 3 0 0 25 0 12 0 9044307 1563004928 4802 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 381593 4802 1362 10 0 378895 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526372

[startup+0.701814 s]
/proc/loadavg: 1.09 1.02 1.00 4/105 18275
/proc/meminfo: memFree=1785260/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1528920 CPUtime=1.05
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 7364 0 1 0 101 4 0 0 25 0 12 0 9044307 1565614080 6759 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382230 6759 1396 10 0 379532 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528920

[startup+1.50189 s]
/proc/loadavg: 1.17 1.03 1.01 2/117 18287
/proc/meminfo: memFree=1759932/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529080 CPUtime=2.16
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 9623 0 1 0 210 6 0 0 25 0 12 0 9044307 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382270 8402 1407 10 0 379572 0
[pid=18275/tid=18277] ppid=18273 vsize=1529080 CPUtime=1.46
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 6571 0 1 0 142 4 0 0 18 0 12 0 9044309 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4109800329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9044312 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529080 CPUtime=0.26
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 273 0 0 0 26 0 0 0 21 0 12 0 9044316 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529080 CPUtime=0.4
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1712 0 0 0 40 0 0 0 22 0 12 0 9044316 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) R 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9044316 1565777920 8402 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1529080

[startup+3.10105 s]
/proc/loadavg: 1.17 1.03 1.01 2/117 18287
/proc/meminfo: memFree=1753484/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529080 CPUtime=3.87
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 11155 0 1 0 380 7 0 0 25 0 12 0 9044307 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382270 9934 1414 10 0 379572 0
[pid=18275/tid=18277] ppid=18273 vsize=1529080 CPUtime=3.06
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 8097 0 1 0 301 5 0 0 21 0 12 0 9044309 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4109799863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9044312 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529080 CPUtime=0.28
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 273 0 0 0 28 0 0 0 15 0 12 0 9044316 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529080 CPUtime=0.5
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1718 0 0 0 50 0 0 0 15 0 12 0 9044316 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9044316 1565777920 9934 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1529080

[startup+6.30139 s]
/proc/loadavg: 1.17 1.03 1.01 3/117 18287
/proc/meminfo: memFree=1742696/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529080 CPUtime=7.2
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 13739 0 1 0 711 9 0 0 25 0 12 0 9044307 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382270 12517 1416 10 0 379572 0
[pid=18275/tid=18277] ppid=18273 vsize=1529080 CPUtime=6.26
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 10671 0 1 0 619 7 0 0 25 0 12 0 9044309 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4109800227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9044310 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9044312 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9044312 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529080 CPUtime=0.35
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 277 0 0 0 35 0 0 0 15 0 12 0 9044316 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529080 CPUtime=0.55
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1724 0 0 0 55 0 0 0 15 0 12 0 9044316 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529080 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9044316 1565777920 12517 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1529080

[startup+12.7011 s]
/proc/loadavg: 1.14 1.03 1.01 2/117 18287
/proc/meminfo: memFree=1718516/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529320 CPUtime=13.74
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 20114 0 1 0 1362 12 0 0 25 0 12 0 9044307 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382330 18557 1416 10 0 379632 0
[pid=18275/tid=18277] ppid=18273 vsize=1529320 CPUtime=12.66
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 16638 0 1 0 1256 10 0 0 25 0 12 0 9044309 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4109799745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9044310 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9044310 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9044312 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9044312 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9044312 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529320 CPUtime=0.48
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 685 0 0 0 48 0 0 0 15 0 12 0 9044316 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529320 CPUtime=0.57
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1724 0 0 0 57 0 0 0 15 0 12 0 9044316 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9044316 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529320 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9044316 1566023680 18557 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 1529320

[startup+25.5014 s]
/proc/loadavg: 1.12 1.03 1.01 2/118 18288
/proc/meminfo: memFree=1635056/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529644 CPUtime=27.18
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 40387 0 1 0 2697 21 0 0 25 0 13 0 9044307 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 38719 1439 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=25.22
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32060 0 1 0 2506 16 0 0 25 0 13 0 9044309 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4110164495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=0.04
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 2395 0 0 0 4 0 0 0 18 0 13 0 9044310 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=0.05
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 2376 0 0 0 4 1 0 0 18 0 13 0 9044310 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 9044312 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 38719 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=0.89

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

[pid=18275] ppid=18273 vsize=1529644 CPUtime=1607.23
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 89074 0 1 0 160664 59 0 0 25 0 13 0 9044307 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 78464 1444 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=1594.81
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32320 0 1 0 159463 18 0 0 25 0 13 0 9044309 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4110082771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=4.1
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 22222 0 0 0 395 15 0 0 15 0 13 0 9044310 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=4.13
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 23633 0 0 0 396 17 0 0 16 0 13 0 9044310 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=2.01
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 7237 0 0 0 197 4 0 0 15 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=1.11
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 742 0 0 0 111 0 0 0 15 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529644 CPUtime=0.98
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1757 0 0 0 98 0 0 0 16 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18288] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18288/stat : 18288 (java) S 18273 18275 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9045721 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.23
Current children cumulated vsize (KiB) 1529644

[startup+1662.3 s]
/proc/loadavg: 1.06 1.04 1.01 2/118 18341
/proc/meminfo: memFree=1473236/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529644 CPUtime=1667.31
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 89087 0 1 0 166672 59 0 0 25 0 13 0 9044307 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 78464 1444 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=1654.65
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32327 0 1 0 165447 18 0 0 25 0 13 0 9044309 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4110196570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=4.22
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 22222 0 0 0 407 15 0 0 16 0 13 0 9044310 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=4.25
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 23633 0 0 0 408 17 0 0 16 0 13 0 9044310 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=2.01
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 7241 0 0 0 197 4 0 0 15 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=1.11
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 742 0 0 0 111 0 0 0 15 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529644 CPUtime=0.98
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1757 0 0 0 98 0 0 0 16 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9044316 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18288] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18288/stat : 18288 (java) S 18273 18275 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9045721 1566355456 78464 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.31
Current children cumulated vsize (KiB) 1529644

[startup+1722.3 s]
/proc/loadavg: 1.06 1.04 1.01 2/118 18343
/proc/meminfo: memFree=1473236/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529644 CPUtime=1727.4
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 89103 0 1 0 172680 60 0 0 25 0 13 0 9044307 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 78465 1444 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=1714.49
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32334 0 1 0 171431 18 0 0 25 0 13 0 9044309 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4110197775 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=4.34
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 22222 0 0 0 418 16 0 0 16 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=4.38
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 23634 0 0 0 421 17 0 0 15 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=2.01
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 7245 0 0 0 197 4 0 0 15 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=1.11
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 742 0 0 0 111 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529644 CPUtime=0.98
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1757 0 0 0 98 0 0 0 16 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18288] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18288/stat : 18288 (java) S 18273 18275 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9045721 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.4
Current children cumulated vsize (KiB) 1529644

[startup+1782.3 s]
/proc/loadavg: 1.13 1.07 1.01 2/118 18345
/proc/meminfo: memFree=1473236/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529644 CPUtime=1787.49
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 89119 0 1 0 178688 61 0 0 25 0 13 0 9044307 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 78465 1444 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=1774.18
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32342 0 1 0 177399 19 0 0 25 0 13 0 9044309 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4110197652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=4.46
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 22222 0 0 0 430 16 0 0 16 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=4.52
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 23634 0 0 0 434 18 0 0 15 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=2.16
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 7249 0 0 0 212 4 0 0 15 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=1.11
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 742 0 0 0 111 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529644 CPUtime=0.98
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1757 0 0 0 98 0 0 0 16 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18288] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18288/stat : 18288 (java) S 18273 18275 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9045721 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 1529644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.11 1.06 1.01 2/118 18345
/proc/meminfo: memFree=1473360/2059040 swapFree=4148288/4192956
[pid=18275] ppid=18273 vsize=1529644 CPUtime=1800.02
/proc/18275/stat : 18275 (java) S 18273 18275 17386 0 -1 4202496 89121 0 1 0 179941 61 0 0 25 0 13 0 9044307 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 382411 78465 1444 10 0 379713 0
[pid=18275/tid=18277] ppid=18273 vsize=1529644 CPUtime=1786.64
/proc/18275/task/18277/stat : 18277 (java) R 18273 18275 17386 0 -1 4202560 32344 0 1 0 178645 19 0 0 25 0 13 0 9044309 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4110164437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18273 vsize=1529644 CPUtime=4.5
/proc/18275/task/18278/stat : 18278 (java) S 18273 18275 17386 0 -1 4202560 22222 0 0 0 434 16 0 0 15 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18279] ppid=18273 vsize=1529644 CPUtime=4.56
/proc/18275/task/18279/stat : 18279 (java) S 18273 18275 17386 0 -1 4202560 23634 0 0 0 438 18 0 0 16 0 13 0 9044310 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18280] ppid=18273 vsize=1529644 CPUtime=2.16
/proc/18275/task/18280/stat : 18280 (java) S 18273 18275 17386 0 -1 4202560 7249 0 0 0 212 4 0 0 15 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 0 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18281] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18281/stat : 18281 (java) S 18273 18275 17386 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18282] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18282/stat : 18282 (java) S 18273 18275 17386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9044312 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18283] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18283/stat : 18283 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18284] ppid=18273 vsize=1529644 CPUtime=1.11
/proc/18275/task/18284/stat : 18284 (java) S 18273 18275 17386 0 -1 4202560 742 0 0 0 111 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 1 0 0 0
[pid=18275/tid=18285] ppid=18273 vsize=1529644 CPUtime=0.98
/proc/18275/task/18285/stat : 18285 (java) S 18273 18275 17386 0 -1 4202560 1757 0 0 0 98 0 0 0 16 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18286] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18286/stat : 18286 (java) S 18273 18275 17386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18287] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18287/stat : 18287 (java) S 18273 18275 17386 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9044316 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
[pid=18275/tid=18288] ppid=18273 vsize=1529644 CPUtime=0
/proc/18275/task/18288/stat : 18288 (java) S 18273 18275 17386 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9045721 1566355456 78465 1992294400 134512640 134550932 4289976592 18446744073709551615 4294960144 0 4 0 16800975 18446604435981967808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1529644

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

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

Child status: 143
Real time (s): 1794.91
CPU time (s): 1800.19
CPU user time (s): 1799.54
CPU system time (s): 0.649901
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 1530436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89139
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= 39862
involuntary context switches= 31539

runsolver used 3.67444 second user time and 8.94664 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 10:38:28
IDJOB=2658189
IDBENCH=48308
IDSOLVER=1164
FILE ID=node082/2658189-1276677508
PBS_JOBID= 11172528
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658189-1276677508/watcher-2658189-1276677508 -o /tmp/evaluation-result-2658189-1276677508/solver-2658189-1276677508 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658189-1276677508.opb

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=2014419584

node082.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.215
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.43
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.215
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1785656 kB
Buffers:         67296 kB
Cached:         106636 kB
SwapCached:       6844 kB
Active:         101080 kB
Inactive:        94688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1785656 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             912 kB
Writeback:           0 kB
AnonPages:       19000 kB
Mapped:          13216 kB
Slab:            55768 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 11:08:25