Trace number 2658168

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.24 1794.85

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_4_15.opb
MD5SUM7ab77cff97b96454f3db17b9d3c60f4e
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 benchmark0.811876
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2658168-1276675291.opb
0.22/0.22	c reading problem ... 
15.66/14.72	c ... done. Wall clock time 14.506s.
15.66/14.72	c #vars     7326
15.66/14.72	c #constraints  14155
15.66/14.72	c constraints type 
15.66/14.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
15.66/14.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.66/14.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.66/14.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
29.09/27.32	c cleaning 2503 clauses out of 5005 with flag 5005/5005
47.90/46.04	c cleaning 4252 clauses out of 8504 with flag 11007/11007
73.12/71.15	c cleaning 5629 clauses out of 11257 with flag 18012/18012
113.16/111.10	c cleaning 6864 clauses out of 13728 with flag 26112/26112
163.09/160.86	c cleaning 7876 clauses out of 15752 with flag 35000/35000
233.72/231.35	c cleaning 9029 clauses out of 18057 with flag 45181/45181
314.34/311.84	c cleaning 9925 clauses out of 19850 with flag 56003/56003
429.71/427.00	c cleaning 11088 clauses out of 22176 with flag 68254/68254
528.67/525.83	c cleaning 11918 clauses out of 23836 with flag 81002/81002
647.97/644.90	c cleaning 12995 clauses out of 25989 with flag 95073/95073
768.17/764.91	c cleaning 13962 clauses out of 27923 with flag 110002/110002
842.13/838.78	c cleaning 14480 clauses out of 28959 with flag 125000/125000
986.13/982.40	c cleaning 14806 clauses out of 29611 with flag 140132/140132
1096.32/1092.33	c cleaning 14873 clauses out of 29746 with flag 155073/155073
1211.69/1207.47	c cleaning 14975 clauses out of 29949 with flag 170149/170149
1298.24/1293.74	c cleaning 14913 clauses out of 29826 with flag 185001/185001
1421.59/1416.71	c cleaning 14954 clauses out of 29912 with flag 200000/200000
1533.57/1528.65	c cleaning 14990 clauses out of 29983 with flag 215025/215025
1630.72/1625.64	c cleaning 14985 clauses out of 29973 with flag 230005/230005
1716.84/1711.69	c cleaning 14993 clauses out of 29990 with flag 245007/245007
1800.04/1794.71	c starts		: 120
1800.04/1794.72	c conflicts		: 258224
1800.04/1794.72	c decisions		: 569346
1800.04/1794.72	c propagations		: 23994992
1800.04/1794.72	c inspects		: 916982930
1800.04/1794.72	c learnt literals	: 0
1800.04/1794.72	c learnt binary clauses	: 0
1800.04/1794.72	c learnt ternary clauses	: 0
1800.04/1794.72	c learnt clauses	: 258224
1800.04/1794.72	c ignored clauses	: 0
1800.04/1794.72	c root simplifications	: 0
1800.04/1794.72	c removed literals (reason simplification)	: 682725
1800.04/1794.72	c reason swapping (by a shorter reason)	: 0
1800.04/1794.72	c Calls to reduceDB	: 20
1800.04/1794.72	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.72	c number of learned constraints concerned by reduction	: 0
1800.04/1794.72	c number of learning phase by resolution	: 0
1800.04/1794.72	c number of learning phase by cutting planes	: 0
1800.04/1794.72	c speed (assignments/second)	: 13480.378023746149
1800.04/1794.72	c non guided choices	6811
1800.04/1794.77	c learnt constraints type 
1800.04/1794.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28214
1800.04/1794.77	c constraints type 
1800.04/1794.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.04/1794.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.04/1794.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.04/1794.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.04/1794.77	s UNKNOWN
1800.04/1794.77	c Total wall clock time (in seconds): 1794.551

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-2658168-1276675291/watcher-2658168-1276675291 -o /tmp/evaluation-result-2658168-1276675291/solver-2658168-1276675291 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658168-1276675291.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.08 3/106 17339
/proc/meminfo: memFree=1758456/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=248 CPUtime=0
/proc/17339/stat : 17339 (java6) R 17337 17339 17040 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 8823539 253952 28 1992294400 134512640 134550932 4287974592 18446744073709551615 4817492 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17339/statm: 62 28 21 10 0 23 0

[startup+0.0318361 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 17339
/proc/meminfo: memFree=1758456/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1518368 CPUtime=0.01
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 2658 0 1 0 0 1 0 0 15 0 4 0 8823539 1554808832 2104 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 379592 2108 432 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101833 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 17339
/proc/meminfo: memFree=1758456/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1524184 CPUtime=0.08
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 3952 0 1 0 6 2 0 0 15 0 12 0 8823539 1560764416 3392 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301827 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 17339
/proc/meminfo: memFree=1758456/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1526276 CPUtime=0.35
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 5325 0 1 0 32 3 0 0 15 0 12 0 8823539 1562906624 4763 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 381569 4763 1360 10 0 378871 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526276

[startup+0.701815 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 17339
/proc/meminfo: memFree=1758456/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1528020 CPUtime=1.01
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 7029 0 1 0 97 4 0 0 15 0 12 0 8823539 1564692480 6425 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382005 6425 1396 10 0 379307 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528020

[startup+1.50279 s]
/proc/loadavg: 1.00 1.00 1.08 2/118 17351
/proc/meminfo: memFree=1733872/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1529848 CPUtime=2.13
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 9184 0 1 0 208 5 0 0 15 0 12 0 8823539 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382462 8354 1407 10 0 379764 0
[pid=17339/tid=17341] ppid=17337 vsize=1529848 CPUtime=1.45
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 6407 0 1 0 142 3 0 0 25 0 12 0 8823541 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4109321292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8823542 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8823542 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8823544 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 8823544 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8823544 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8823549 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1529848 CPUtime=0.24
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 573 0 0 0 24 0 0 0 17 0 12 0 8823549 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1529848 CPUtime=0.4
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1139 0 0 0 40 0 0 0 16 0 12 0 8823549 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8823549 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8823549 1566564352 8354 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1529848

[startup+3.10074 s]
/proc/loadavg: 1.00 1.00 1.08 2/118 17351
/proc/meminfo: memFree=1727300/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1529848 CPUtime=3.83
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 10692 0 1 0 377 6 0 0 15 0 12 0 8823539 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382462 9862 1414 10 0 379764 0
[pid=17339/tid=17341] ppid=17337 vsize=1529848 CPUtime=3.04
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 7907 0 1 0 300 4 0 0 25 0 12 0 8823541 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4109321292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8823542 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8823542 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8823544 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 8823544 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8823544 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8823549 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1529848 CPUtime=0.32
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 579 0 0 0 32 0 0 0 15 0 12 0 8823549 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1529848 CPUtime=0.44
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1141 0 0 0 44 0 0 0 15 0 12 0 8823549 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8823549 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8823549 1566564352 9862 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1529848

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.08 2/118 17351
/proc/meminfo: memFree=1716768/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1529848 CPUtime=7.14
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 13163 0 1 0 706 8 0 0 15 0 12 0 8823539 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382462 12332 1416 10 0 379764 0
[pid=17339/tid=17341] ppid=17337 vsize=1529848 CPUtime=6.22
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 10369 0 1 0 616 6 0 0 25 0 12 0 8823541 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4109321292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8823542 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8823542 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8823544 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 8823544 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8823544 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8823549 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1529848 CPUtime=0.42
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 584 0 0 0 42 0 0 0 15 0 12 0 8823549 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1529848 CPUtime=0.47
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1145 0 0 0 47 0 0 0 15 0 12 0 8823549 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8823549 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1529848 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8823549 1566564352 12332 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1529848

[startup+12.7004 s]
/proc/loadavg: 1.00 1.00 1.08 2/118 17351
/proc/meminfo: memFree=1694076/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1529600 CPUtime=13.65
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 19020 0 1 0 1354 11 0 0 15 0 12 0 8823539 1566310400 18004 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382400 18004 1416 10 0 379702 0
[pid=17339/tid=17341] ppid=17337 vsize=1529600 CPUtime=12.59
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 16017 0 1 0 1250 9 0 0 25 0 12 0 8823541 1566310400 18004 1992294400 134512640 134550932 4291112064 18446744073709551615 4109320975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8823542 1566310400 18004 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8823542 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8823544 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 8823544 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8823544 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8823549 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1529600 CPUtime=0.47
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 588 0 0 0 47 0 0 0 15 0 12 0 8823549 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1529600 CPUtime=0.56
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1350 0 0 0 56 0 0 0 15 0 12 0 8823549 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8823549 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1529600 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8823549 1566310400 18005 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 1529600

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 17352
/proc/meminfo: memFree=1601440/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1530216 CPUtime=27.2
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 41500 0 1 0 2698 22 0 0 15 0 13 0 8823539 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382554 40361 1439 10 0 379856 0
[pid=17339/tid=17341] ppid=17337 vsize=1530216 CPUtime=25.09
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32058 0 1 0 2492 17 0 0 25 0 13 0 8823541 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4109624586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530216 CPUtime=0.08
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 2894 0 0 0 7 1 0 0 16 0 13 0 8823542 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530216 CPUtime=0.08
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 3417 0 0 0 7 1 0 0 18 0 13 0 8823542 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 8823544 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8823549 1566941184 40361 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530216 CPUtime=0.83

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

[pid=17339] ppid=17337 vsize=1530216 CPUtime=1667.5
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 93586 0 1 0 166680 70 0 0 15 0 13 0 8823539 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382554 81638 1444 10 0 379856 0
[pid=17339/tid=17341] ppid=17337 vsize=1530216 CPUtime=1654.38
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32312 0 1 0 165408 30 0 0 25 0 13 0 8823541 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4109720121 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530216 CPUtime=4.33
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 24906 0 0 0 418 15 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530216 CPUtime=4.31
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 27398 0 0 0 414 17 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530216 CPUtime=2.21
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 5735 0 0 0 218 3 0 0 15 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530216 CPUtime=1.05
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 665 0 0 0 105 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1530216 CPUtime=1.14
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1404 0 0 0 114 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17352] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17352/stat : 17352 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8825014 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.5
Current children cumulated vsize (KiB) 1530216

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17398
/proc/meminfo: memFree=1434164/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1530216 CPUtime=1727.57
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 93594 0 1 0 172687 70 0 0 15 0 13 0 8823539 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382554 81638 1444 10 0 379856 0
[pid=17339/tid=17341] ppid=17337 vsize=1530216 CPUtime=1714.1
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32314 0 1 0 171380 30 0 0 25 0 13 0 8823541 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4109610382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530216 CPUtime=4.42
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 24906 0 0 0 427 15 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530216 CPUtime=4.39
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 27398 0 0 0 422 17 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530216 CPUtime=2.38
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 5738 0 0 0 235 3 0 0 15 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530216 CPUtime=1.06
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 666 0 0 0 106 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1530216 CPUtime=1.14
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1404 0 0 0 114 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17352] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17352/stat : 17352 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8825014 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.57
Current children cumulated vsize (KiB) 1530216

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17400
/proc/meminfo: memFree=1433916/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1530216 CPUtime=1787.63
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 93605 0 1 0 178693 70 0 0 15 0 13 0 8823539 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382554 81638 1444 10 0 379856 0
[pid=17339/tid=17341] ppid=17337 vsize=1530216 CPUtime=1773.99
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32317 0 1 0 177369 30 0 0 25 0 13 0 8823541 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4109721303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530216 CPUtime=4.5
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 24906 0 0 0 435 15 0 0 15 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530216 CPUtime=4.48
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 27398 0 0 0 431 17 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530216 CPUtime=2.38
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 5742 0 0 0 235 3 0 0 15 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530216 CPUtime=1.06
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 666 0 0 0 106 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1530216 CPUtime=1.14
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1404 0 0 0 114 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17352] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17352/stat : 17352 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8825014 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 1530216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17400
/proc/meminfo: memFree=1433916/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1530216 CPUtime=1800.04
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 93605 0 1 0 179934 70 0 0 15 0 13 0 8823539 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382554 81638 1444 10 0 379856 0
[pid=17339/tid=17341] ppid=17337 vsize=1530216 CPUtime=1786.4
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32317 0 1 0 178610 30 0 0 25 0 13 0 8823541 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4109720108 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530216 CPUtime=4.5
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 24906 0 0 0 435 15 0 0 15 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530216 CPUtime=4.48
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 27398 0 0 0 431 17 0 0 16 0 13 0 8823542 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530216 CPUtime=2.38
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 5742 0 0 0 235 3 0 0 15 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8823544 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530216 CPUtime=1.06
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 666 0 0 0 106 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1530216 CPUtime=1.14
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1404 0 0 0 114 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) R 17337 17339 17040 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 8823549 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17339/tid=17352] ppid=17337 vsize=1530216 CPUtime=0
/proc/17339/task/17352/stat : 17352 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8825014 1566941184 81638 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1530216

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

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

[startup+1794.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17400
/proc/meminfo: memFree=1433916/2059040 swapFree=4170748/4192956
[pid=17339] ppid=17337 vsize=1530864 CPUtime=1800.19
/proc/17339/stat : 17339 (java) S 17337 17339 17040 0 -1 4202496 93624 0 1 0 179949 70 0 0 15 0 14 0 8823539 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17339/statm: 382716 81657 1445 10 0 380018 0
[pid=17339/tid=17341] ppid=17337 vsize=1530864 CPUtime=1786.51
/proc/17339/task/17341/stat : 17341 (java) R 17337 17339 17040 0 -1 4202560 32317 0 1 0 178621 30 0 0 25 0 14 0 8823541 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4109720175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17339/tid=17342] ppid=17337 vsize=1530864 CPUtime=4.5
/proc/17339/task/17342/stat : 17342 (java) S 17337 17339 17040 0 -1 4202560 24906 0 0 0 435 15 0 0 15 0 14 0 8823542 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17343] ppid=17337 vsize=1530864 CPUtime=4.48
/proc/17339/task/17343/stat : 17343 (java) S 17337 17339 17040 0 -1 4202560 27398 0 0 0 431 17 0 0 16 0 14 0 8823542 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17344] ppid=17337 vsize=1530864 CPUtime=2.38
/proc/17339/task/17344/stat : 17344 (java) S 17337 17339 17040 0 -1 4202560 5742 0 0 0 235 3 0 0 15 0 14 0 8823544 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 0 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17345] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17345/stat : 17345 (java) S 17337 17339 17040 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 8823544 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17346] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17346/stat : 17346 (java) S 17337 17339 17040 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8823544 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17347] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17347/stat : 17347 (java) S 17337 17339 17040 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 14 0 8823549 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17348] ppid=17337 vsize=1530864 CPUtime=1.09
/proc/17339/task/17348/stat : 17348 (java) S 17337 17339 17040 0 -1 4202560 666 0 0 0 109 0 0 0 15 0 14 0 8823549 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17349] ppid=17337 vsize=1530864 CPUtime=1.14
/proc/17339/task/17349/stat : 17349 (java) S 17337 17339 17040 0 -1 4202560 1404 0 0 0 114 0 0 0 15 0 14 0 8823549 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 1 0 0 0
[pid=17339/tid=17350] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17350/stat : 17350 (java) S 17337 17339 17040 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 8823549 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17351] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17351/stat : 17351 (java) S 17337 17339 17040 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 8823549 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
[pid=17339/tid=17352] ppid=17337 vsize=1530864 CPUtime=0
/proc/17339/task/17352/stat : 17352 (java) S 17337 17339 17040 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8825014 1567604736 81657 1992294400 134512640 134550932 4291112064 18446744073709551615 4294960144 0 4 0 16800975 18446604437871516352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1530864

Child status: 143
Real time (s): 1794.85
CPU time (s): 1800.24
CPU user time (s): 1799.5
CPU system time (s): 0.740887
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 1530864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93624
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= 39490
involuntary context switches= 28315

runsolver used 3.60845 second user time and 9.54755 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 10:01:31
IDJOB=2658168
IDBENCH=48287
IDSOLVER=1164
FILE ID=node031/2658168-1276675291
PBS_JOBID= 11172533
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_4_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658168-1276675291/watcher-2658168-1276675291 -o /tmp/evaluation-result-2658168-1276675291/solver-2658168-1276675291 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658168-1276675291.opb

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

MD5SUM BENCH= 7ab77cff97b96454f3db17b9d3c60f4e
RANDOM SEED=1158927637

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758852 kB
Buffers:         64380 kB
Cached:         118580 kB
SwapCached:       1484 kB
Active:          93152 kB
Inactive:       128924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758852 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:       37584 kB
Mapped:          15428 kB
Slab:            55960 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180232 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 node031 at 2010-06-16 10:31:27