Trace number 2658210

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.8

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_3_80.opb
MD5SUM4023d6beb9ef2c356e20e783b830f625
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.91371
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)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

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.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658210-1276679288.opb
0.09/0.20	c reading problem ... 
15.79/14.64	c ... done. Wall clock time 14.439s.
15.79/14.64	c #vars     7316
15.79/14.64	c #constraints  14135
15.79/14.64	c constraints type 
15.79/14.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
15.79/14.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.79/14.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.79/14.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
35.80/33.51	c cleaning 2504 clauses out of 5007 with flag 5007/5007
56.32/53.99	c cleaning 4251 clauses out of 8502 with flag 11006/11006
82.73/80.28	c cleaning 5659 clauses out of 11317 with flag 18072/18072
115.72/113.03	c cleaning 6824 clauses out of 13647 with flag 26061/26061
158.82/156.05	c cleaning 7890 clauses out of 15780 with flag 35018/35018
206.53/203.64	c cleaning 9010 clauses out of 18019 with flag 45147/45147
260.53/257.52	c cleaning 9999 clauses out of 19997 with flag 56135/56135
326.47/323.39	c cleaning 11004 clauses out of 22008 with flag 68145/68145
393.11/389.88	c cleaning 11930 clauses out of 23860 with flag 81001/81001
494.18/490.76	c cleaning 12969 clauses out of 25937 with flag 95008/95008
627.80/624.13	c cleaning 14049 clauses out of 28098 with flag 110138/110138
752.68/748.78	c cleaning 14461 clauses out of 28922 with flag 125011/125011
871.60/867.34	c cleaning 14825 clauses out of 29650 with flag 140200/140200
937.70/933.21	c cleaning 14813 clauses out of 29625 with flag 155000/155000
994.27/989.65	c cleaning 14911 clauses out of 29826 with flag 170014/170014
1095.94/1091.22	c cleaning 14954 clauses out of 29911 with flag 185010/185010
1205.63/1200.89	c cleaning 14972 clauses out of 29948 with flag 200001/200001
1311.35/1306.46	c cleaning 14989 clauses out of 29980 with flag 215005/215005
1437.65/1432.62	c cleaning 14994 clauses out of 29991 with flag 230005/230005
1574.35/1569.23	c cleaning 14996 clauses out of 29995 with flag 245003/245003
1685.34/1680.10	c cleaning 15004 clauses out of 30012 with flag 260016/260016
1800.03/1794.71	c starts		: 131
1800.03/1794.71	c conflicts		: 275003
1800.03/1794.71	c decisions		: 553967
1800.03/1794.71	c propagations		: 20035397
1800.03/1794.71	c inspects		: 809977367
1800.03/1794.71	c learnt literals	: 0
1800.03/1794.71	c learnt binary clauses	: 0
1800.03/1794.71	c learnt ternary clauses	: 1
1800.03/1794.71	c learnt clauses	: 275003
1800.03/1794.71	c ignored clauses	: 0
1800.03/1794.71	c root simplifications	: 0
1800.03/1794.71	c removed literals (reason simplification)	: 770958
1800.03/1794.71	c reason swapping (by a shorter reason)	: 0
1800.03/1794.71	c Calls to reduceDB	: 22
1800.03/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.71	c number of learned constraints concerned by reduction	: 0
1800.03/1794.71	c number of learning phase by resolution	: 0
1800.03/1794.71	c number of learning phase by cutting planes	: 0
1800.03/1794.71	c speed (assignments/second)	: 11255.347799366094
1800.03/1794.71	c non guided choices	6799
1800.03/1794.76	c learnt constraints type 
1800.03/1794.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 29995
1800.03/1794.76	c constraints type 
1800.03/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1800.03/1794.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1794.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1800.03/1794.76	s UNKNOWN
1800.03/1794.76	c Total wall clock time (in seconds): 1794.566

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-2658210-1276679288/watcher-2658210-1276679288 -o /tmp/evaluation-result-2658210-1276679288/solver-2658210-1276679288 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658210-1276679288.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.36 1.10 1.03 3/106 15441
/proc/meminfo: memFree=1749812/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=13164 CPUtime=0
/proc/15441/stat : 15441 (java) R 15439 15441 14711 0 -1 4194304 780 0 0 0 0 0 0 0 19 0 1 0 9220952 13479936 347 1992294400 134512640 134550932 4290247744 18446744073709551615 5727877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15441/statm: 3291 352 142 10 0 1121 0

[startup+0.100722 s]
/proc/loadavg: 1.36 1.10 1.03 3/106 15441
/proc/meminfo: memFree=1749812/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1524184 CPUtime=0.09
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 4000 0 1 0 7 2 0 0 19 0 12 0 9220952 1560764416 3439 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.202545 s]
/proc/loadavg: 1.36 1.10 1.03 3/106 15441
/proc/meminfo: memFree=1749812/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1526260 CPUtime=0.24
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 5139 0 1 0 22 2 0 0 19 0 12 0 9220952 1562890240 4576 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 381565 4576 1348 10 0 378867 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526260

[startup+0.300543 s]
/proc/loadavg: 1.36 1.10 1.03 3/106 15441
/proc/meminfo: memFree=1749812/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1526260 CPUtime=0.37
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 5403 0 1 0 34 3 0 0 19 0 12 0 9220952 1562890240 4840 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 381565 4840 1362 10 0 378867 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526260

[startup+0.700537 s]
/proc/loadavg: 1.36 1.10 1.03 3/106 15441
/proc/meminfo: memFree=1749812/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530080 CPUtime=1.13
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 7661 0 1 0 110 3 0 0 19 0 12 0 9220952 1566801920 7036 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382520 7036 1408 10 0 379822 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530080

[startup+1.50153 s]
/proc/loadavg: 1.36 1.10 1.03 2/118 15453
/proc/meminfo: memFree=1722748/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530080 CPUtime=2.28
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 9534 0 1 0 224 4 0 0 19 0 12 0 9220952 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382520 8603 1409 10 0 379822 0
[pid=15441/tid=15443] ppid=15439 vsize=1530080 CPUtime=1.48
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 6513 0 1 0 145 3 0 0 20 0 12 0 9220953 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4109578817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 9220954 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 9220954 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9220956 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9220956 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9220956 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9220961 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530080 CPUtime=0.37
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 657 0 0 0 37 0 0 0 23 0 12 0 9220961 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530080 CPUtime=0.41
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1302 0 0 0 41 0 0 0 25 0 12 0 9220961 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9220961 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9220961 1566801920 8603 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1530080

[startup+3.1015 s]
/proc/loadavg: 1.36 1.10 1.03 2/118 15453
/proc/meminfo: memFree=1716920/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530080 CPUtime=4
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 11010 0 1 0 395 5 0 0 19 0 12 0 9220952 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382520 10079 1416 10 0 379822 0
[pid=15441/tid=15443] ppid=15439 vsize=1530080 CPUtime=3.08
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 7983 0 1 0 304 4 0 0 25 0 12 0 9220953 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4109579432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 9220954 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 9220954 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9220956 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9220956 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9220956 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9220961 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530080 CPUtime=0.47
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 663 0 0 0 47 0 0 0 15 0 12 0 9220961 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530080 CPUtime=0.42
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1302 0 0 0 42 0 0 0 15 0 12 0 9220961 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9220961 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9220961 1566801920 10079 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1530080

[startup+6.30145 s]
/proc/loadavg: 1.33 1.09 1.03 2/118 15453
/proc/meminfo: memFree=1706628/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530080 CPUtime=7.34
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 13526 0 1 0 727 7 0 0 19 0 12 0 9220952 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382520 12593 1418 10 0 379822 0
[pid=15441/tid=15443] ppid=15439 vsize=1530080 CPUtime=6.27
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 10488 0 1 0 622 5 0 0 25 0 12 0 9220953 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4109579547 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 9220954 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 9220954 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9220956 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9220956 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9220956 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9220961 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530080 CPUtime=0.6
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 674 0 0 0 60 0 0 0 15 0 12 0 9220961 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530080 CPUtime=0.44
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1302 0 0 0 44 0 0 0 15 0 12 0 9220961 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9220961 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530080 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9220961 1566801920 12593 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 1530080

[startup+12.7014 s]
/proc/loadavg: 1.30 1.09 1.03 2/118 15453
/proc/meminfo: memFree=1683440/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530008 CPUtime=13.89
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 19291 0 1 0 1380 9 0 0 19 0 12 0 9220952 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382502 18266 1418 10 0 379804 0
[pid=15441/tid=15443] ppid=15439 vsize=1530008 CPUtime=12.67
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 16164 0 1 0 1259 8 0 0 25 0 12 0 9220953 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4109579139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 9220954 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 9220954 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9220956 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9220956 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9220956 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9220961 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530008 CPUtime=0.74
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 763 0 0 0 74 0 0 0 15 0 12 0 9220961 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530008 CPUtime=0.45
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1302 0 0 0 45 0 0 0 15 0 12 0 9220961 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9220961 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530008 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9220961 1566728192 18266 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 1530008

[startup+25.5002 s]
/proc/loadavg: 1.24 1.09 1.03 2/119 15456
/proc/meminfo: memFree=1599112/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530300 CPUtime=27.76
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 40192 0 1 0 2758 18 0 0 19 0 13 0 9220952 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 38792 1440 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=25.37
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32068 0 1 0 2523 14 0 0 25 0 13 0 9220953 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4109967386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=0.06
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 2371 0 0 0 5 1 0 0 18 0 13 0 9220954 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=0.05
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 2230 0 0 0 4 1 0 0 18 0 13 0 9220954 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9220956 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 38792 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.17

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

[pid=15441] ppid=15439 vsize=1530300 CPUtime=1607.48
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 88689 0 1 0 160687 61 0 0 19 0 13 0 9220952 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 78123 1445 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=1595.23
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32289 0 1 0 159502 21 0 0 25 0 13 0 9220953 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4109968548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=3.75
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 20871 0 0 0 359 16 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=3.73
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 24677 0 0 0 356 17 0 0 15 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=2.2
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 7235 0 0 0 217 3 0 0 15 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.35
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 1035 0 0 0 135 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530300 CPUtime=1.16
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1424 0 0 0 116 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15456] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15456/stat : 15456 (java) S 15439 15441 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9222418 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.48
Current children cumulated vsize (KiB) 1530300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15501
/proc/meminfo: memFree=1439772/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530300 CPUtime=1667.52
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 88697 0 1 0 166691 61 0 0 19 0 13 0 9220952 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 78123 1445 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=1655.14
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32291 0 1 0 165493 21 0 0 25 0 13 0 9220953 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4109875388 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=3.81
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 20871 0 0 0 365 16 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=3.79
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 24677 0 0 0 362 17 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=2.2
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 7237 0 0 0 217 3 0 0 15 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.35
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 1035 0 0 0 135 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530300 CPUtime=1.16
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1424 0 0 0 116 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15456] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15456/stat : 15456 (java) S 15439 15441 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9222418 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.52
Current children cumulated vsize (KiB) 1530300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15503
/proc/meminfo: memFree=1439772/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530300 CPUtime=1727.56
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 88708 0 1 0 172695 61 0 0 19 0 13 0 9220952 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 78123 1445 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=1714.95
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32294 0 1 0 171474 21 0 0 25 0 13 0 9220953 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4109967511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=3.87
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 20871 0 0 0 371 16 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=3.85
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 24677 0 0 0 368 17 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=2.3
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 7242 0 0 0 227 3 0 0 15 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.35
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 1035 0 0 0 135 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530300 CPUtime=1.16
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1424 0 0 0 116 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15456] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15456/stat : 15456 (java) S 15439 15441 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9222418 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.56
Current children cumulated vsize (KiB) 1530300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15505
/proc/meminfo: memFree=1439524/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530300 CPUtime=1787.63
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 88716 0 1 0 178702 61 0 0 19 0 13 0 9220952 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 78123 1445 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=1774.84
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32296 0 1 0 177463 21 0 0 25 0 13 0 9220953 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4109968153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=3.97
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 20871 0 0 0 381 16 0 0 15 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=3.94
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 24677 0 0 0 377 17 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=2.3
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 7246 0 0 0 227 3 0 0 15 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.35
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 1035 0 0 0 135 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530300 CPUtime=1.16
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1424 0 0 0 116 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15456] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15456/stat : 15456 (java) S 15439 15441 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9222418 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 1530300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15505
/proc/meminfo: memFree=1439524/2059040 swapFree=4192956/4192956
[pid=15441] ppid=15439 vsize=1530300 CPUtime=1800.03
/proc/15441/stat : 15441 (java) S 15439 15441 14711 0 -1 4202496 88718 0 1 0 179942 61 0 0 19 0 13 0 9220952 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15441/statm: 382575 78123 1445 10 0 379877 0
[pid=15441/tid=15443] ppid=15439 vsize=1530300 CPUtime=1787.24
/proc/15441/task/15443/stat : 15443 (java) R 15439 15441 14711 0 -1 4202560 32296 0 1 0 178703 21 0 0 25 0 13 0 9220953 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4110073174 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15441/tid=15444] ppid=15439 vsize=1530300 CPUtime=3.97
/proc/15441/task/15444/stat : 15444 (java) S 15439 15441 14711 0 -1 4202560 20871 0 0 0 381 16 0 0 15 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15445] ppid=15439 vsize=1530300 CPUtime=3.94
/proc/15441/task/15445/stat : 15445 (java) S 15439 15441 14711 0 -1 4202560 24677 0 0 0 377 17 0 0 16 0 13 0 9220954 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15446] ppid=15439 vsize=1530300 CPUtime=2.3
/proc/15441/task/15446/stat : 15446 (java) S 15439 15441 14711 0 -1 4202560 7246 0 0 0 227 3 0 0 15 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15447] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15447/stat : 15447 (java) S 15439 15441 14711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15448] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15448/stat : 15448 (java) S 15439 15441 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9220956 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15449] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15449/stat : 15449 (java) S 15439 15441 14711 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15450] ppid=15439 vsize=1530300 CPUtime=1.35
/proc/15441/task/15450/stat : 15450 (java) S 15439 15441 14711 0 -1 4202560 1035 0 0 0 135 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15451] ppid=15439 vsize=1530300 CPUtime=1.16
/proc/15441/task/15451/stat : 15451 (java) S 15439 15441 14711 0 -1 4202560 1424 0 0 0 116 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 1 0 0 0
[pid=15441/tid=15452] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15452/stat : 15452 (java) S 15439 15441 14711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15453] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15453/stat : 15453 (java) S 15439 15441 14711 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9220961 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
[pid=15441/tid=15456] ppid=15439 vsize=1530300 CPUtime=0
/proc/15441/task/15456/stat : 15456 (java) S 15439 15441 14711 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9222418 1567027200 78123 1992294400 134512640 134550932 4290247744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823809472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1530300

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.8
CPU time (s): 1800.19
CPU user time (s): 1799.54
CPU system time (s): 0.6519
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 1531272

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

runsolver used 3.64945 second user time and 9.55755 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 11:08:08
IDJOB=2658210
IDBENCH=48329
IDSOLVER=1164
FILE ID=node045/2658210-1276679288
PBS_JOBID= 11172519
Free space on /tmp= 62460 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_3_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658210-1276679288/watcher-2658210-1276679288 -o /tmp/evaluation-result-2658210-1276679288/solver-2658210-1276679288 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658210-1276679288.opb

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

MD5SUM BENCH= 4023d6beb9ef2c356e20e783b830f625
RANDOM SEED=1798033031

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750084 kB
Buffers:         68472 kB
Cached:         115116 kB
SwapCached:          0 kB
Active:          89776 kB
Inactive:       153244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750084 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             676 kB
Writeback:           0 kB
AnonPages:       59336 kB
Mapped:          15456 kB
Slab:            44112 kB
PageTables:       3924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62460 MiB
End job on node045 at 2010-06-16 11:38:04