Trace number 2670247

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26SAT (TO)-24 1800.28 1772.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_4.opb
MD5SUMd0c1e6f66b584092ef8bd8f37f3a4db9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1789.58
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -25
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products629
Sum of products size1258

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2670247-1276713181.opb
0.23/0.21	c reading problem ... 
0.68/0.53	c ... done. Wall clock time 0.321s.
0.68/0.53	c #vars     729
0.68/0.53	c #constraints  1887
0.68/0.53	c constraints type 
0.68/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 629
0.68/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 629
0.68/0.57	c SATISFIABLE
0.68/0.57	c OPTIMIZING...
0.68/0.57	c Got one! Elapsed wall clock time (in seconds):0.359
0.68/0.57	o -19
0.80/0.60	c Got one! Elapsed wall clock time (in seconds):0.393
0.80/0.60	o -20
0.80/0.75	c Got one! Elapsed wall clock time (in seconds):0.547
0.80/0.75	o -21
2.96/1.79	c Got one! Elapsed wall clock time (in seconds):1.578
2.96/1.79	o -22
3.15/1.83	c Got one! Elapsed wall clock time (in seconds):1.623
3.15/1.83	o -23
14.97/12.48	c Got one! Elapsed wall clock time (in seconds):12.272
14.97/12.48	o -24
127.31/124.08	c cleaning 0 clauses out of 5001 with flag 0/5001
657.16/648.62	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.05/1771.91	c starts		: 50
1800.05/1771.91	c conflicts		: 17624
1800.05/1771.91	c decisions		: 19738
1800.05/1771.91	c propagations		: 147777
1800.05/1771.91	c inspects		: 728301202
1800.05/1771.91	c learnt literals	: 0
1800.05/1771.91	c learnt binary clauses	: 0
1800.05/1771.91	c learnt ternary clauses	: 0
1800.05/1771.91	c learnt clauses	: 17624
1800.05/1771.91	c ignored clauses	: 0
1800.05/1771.91	c root simplifications	: 0
1800.05/1771.91	c removed literals (reason simplification)	: 0
1800.05/1771.92	c reason swapping (by a shorter reason)	: 0
1800.05/1771.92	c Calls to reduceDB	: 2
1800.05/1771.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1771.92	c number of learned constraints concerned by reduction	: 0
1800.05/1771.92	c number of learning phase by resolution	: 0
1800.05/1771.92	c number of learning phase by cutting planes	: 0
1800.05/1771.92	c speed (assignments/second)	: 83.99187919737733
1800.05/1771.92	c non guided choices	0
1800.05/1771.97	c learnt constraints type 
1800.05/1771.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 189
1800.05/1771.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17435
1800.05/1771.97	c constraints type 
1800.05/1771.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 629
1800.05/1771.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/1771.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 629
1800.05/1771.97	s SATISFIABLE
1800.05/1771.97	v -x1 -x2 x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 x46 -x47 x48 -x49 x50 x51 -x52 -x53 x54 x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 x86 x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 x99 -x100 
1800.05/1771.97	c objective function=-24
1800.05/1771.97	c Total wall clock time (in seconds): 1771.762

Verifier Data

OK	-24

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670247-1276713181/watcher-2670247-1276713181 -o /tmp/evaluation-result-2670247-1276713181/solver-2670247-1276713181 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670247-1276713181.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 20430
/proc/meminfo: memFree=1699840/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=248 CPUtime=0
/proc/20430/stat : 20430 (java) R 20428 20430 20405 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 12611948 253952 29 1992294400 134512640 134550932 4288917264 18446744073709551615 5173726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20430/statm: 62 29 21 10 0 23 0

[startup+0.106833 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 20430
/proc/meminfo: memFree=1699840/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1524184 CPUtime=0.09
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 4004 0 1 0 7 2 0 0 25 0 12 0 12611948 1560764416 3443 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 381046 3443 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.203646 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 20430
/proc/meminfo: memFree=1699840/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1526292 CPUtime=0.23
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 5097 0 1 0 21 2 0 0 25 0 12 0 12611948 1562923008 4534 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 381573 4535 1347 10 0 378875 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526292

[startup+0.315795 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 20430
/proc/meminfo: memFree=1699840/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1526784 CPUtime=0.4
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 5469 0 1 0 37 3 0 0 25 0 12 0 12611948 1563426816 4880 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 381696 4880 1364 10 0 378998 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526784

[startup+0.863251 s]
/proc/loadavg: 0.93 0.98 0.99 3/105 20430
/proc/meminfo: memFree=1699840/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1534316 CPUtime=1.32
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 9757 0 1 0 127 5 0 0 25 0 13 0 12611948 1571139584 7623 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 383579 7623 1414 10 0 380881 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 1534316

[startup+1.502 s]
/proc/loadavg: 0.93 0.98 0.99 4/118 20443
/proc/meminfo: memFree=1661916/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1545804 CPUtime=2.56
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 16424 0 1 0 249 7 0 0 25 0 13 0 12611948 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386451 12902 1421 10 0 383753 0
[pid=20430/tid=20432] ppid=20428 vsize=1545804 CPUtime=0.82
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 7115 0 1 0 79 3 0 0 25 0 13 0 12611950 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4109230668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611951 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611951 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 13 0 12611953 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 12611953 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12611953 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1545804 CPUtime=0.7
/proc/20430/task/20439/stat : 20439 (java) R 20428 20430 20405 0 -1 4202560 1898 0 0 0 70 0 0 0 23 0 13 0 12611958 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1545804 CPUtime=1.01
/proc/20430/task/20440/stat : 20440 (java) R 20428 20430 20405 0 -1 4202560 6340 0 0 0 99 2 0 0 16 0 13 0 12611958 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12611958 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1545804 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1582903296 12902 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1545804

[startup+3.10217 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 20443
/proc/meminfo: memFree=1590368/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1549332 CPUtime=4.85
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 44789 0 1 0 466 19 0 0 25 0 13 0 12611948 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 387333 39983 1433 10 0 384635 0
[pid=20430/tid=20432] ppid=20428 vsize=1549332 CPUtime=2.09
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 32067 0 1 0 196 13 0 0 25 0 13 0 12611950 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4108877137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1549332 CPUtime=0.01
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 562 0 0 0 1 0 0 0 18 0 13 0 12611951 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1549332 CPUtime=0.01
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 451 0 0 0 1 0 0 0 18 0 13 0 12611951 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 12611953 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1549332 CPUtime=1.29
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3316 0 0 0 128 1 0 0 17 0 13 0 12611958 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1549332 CPUtime=1.41
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 7315 0 0 0 139 2 0 0 15 0 13 0 12611958 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12611958 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1549332 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1586515968 39983 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1549332

[startup+6.30252 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 20443
/proc/meminfo: memFree=1533204/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=8.47
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 49454 0 1 0 826 21 0 0 25 0 13 0 12611948 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 43215 1437 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=5.19
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 32072 0 1 0 505 14 0 0 24 0 13 0 12611950 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4109282458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=0.1
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 2310 0 0 0 10 0 0 0 15 0 13 0 12611951 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=0.1
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 2383 0 0 0 10 0 0 0 16 0 13 0 12611951 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 13 0 12611953 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.29
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3320 0 0 0 128 1 0 0 15 0 13 0 12611958 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=1.74
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8275 0 0 0 171 3 0 0 15 0 13 0 12611958 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 43215 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1547800

[startup+12.7023 s]
/proc/loadavg: 0.94 0.98 0.99 2/118 20443
/proc/meminfo: memFree=1500592/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=15.28
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 57482 0 1 0 1503 25 0 0 25 0 13 0 12611948 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 50908 1437 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=11.42
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 32667 0 1 0 1128 14 0 0 25 0 13 0 12611950 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4109311807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=0.23
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 5756 0 0 0 21 2 0 0 16 0 13 0 12611951 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=0.23
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 6343 0 0 0 21 2 0 0 16 0 13 0 12611951 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 12611953 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.31
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 130 1 0 0 16 0 13 0 12611958 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=2.03
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8296 0 0 0 200 3 0 0 15 0 13 0 12611958 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 50908 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1547800

[startup+25.5087 s]
/proc/loadavg: 0.95 0.98 0.99 2/118 20443
/proc/meminfo: memFree=1492284/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=28.21
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 59998 0 1 0 2795 26 0 0 25 0 13 0 12611948 1584947200 53022 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 53022 1437 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=24.12
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 32676 0 1 0 2398 14 0 0 25 0 13 0 12611950 1584947200 53022 1992294400 134512640 134550932 4288917264 18446744073709551615 4109332696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=0.32
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 7013 0 0 0 29 3 0 0 16 0 13 0 12611951 1584947200 53022 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=0.32
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 7592 0 0 0 29 3 0 0 16 0 13 0 12611951 1584947200 53022 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=0

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

[pid=20430] ppid=20428 vsize=1547800 CPUtime=1626.68
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 128646 0 1 0 162573 95 0 0 25 0 13 0 12611948 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 113574 1447 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=1576.73
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 33547 0 1 0 157655 18 0 0 25 0 13 0 12611950 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4109248824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=22.62
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 41382 0 0 0 2232 30 0 0 16 0 13 0 12611951 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=22.64
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 40587 0 0 0 2231 33 0 0 15 0 13 0 12611951 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=1.05
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 332 0 0 0 99 6 0 0 16 0 13 0 12611953 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.34
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 133 1 0 0 15 0 13 0 12611958 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=2.22
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8310 0 0 0 219 3 0 0 16 0 13 0 12611958 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 113574 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1626.68
Current children cumulated vsize (KiB) 1547800

[startup+1662.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 20487
/proc/meminfo: memFree=1243060/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=1687.99
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 130004 0 1 0 168702 97 0 0 25 0 13 0 12611948 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 114818 1447 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=1635.37
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 33579 0 1 0 163519 18 0 0 25 0 13 0 12611950 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4109311807 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=23.95
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 42052 0 0 0 2365 30 0 0 16 0 13 0 12611951 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=23.98
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 41235 0 0 0 2364 34 0 0 16 0 13 0 12611951 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=1.06
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 336 0 0 0 100 6 0 0 15 0 13 0 12611953 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.34
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 133 1 0 0 15 0 13 0 12611958 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=2.22
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8310 0 0 0 219 3 0 0 16 0 13 0 12611958 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 114818 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1687.99
Current children cumulated vsize (KiB) 1547800

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 20498
/proc/meminfo: memFree=1236736/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=1749.31
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 131778 0 1 0 174831 100 0 0 25 0 13 0 12611948 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 116375 1447 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=1693.95
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 33611 0 1 0 169377 18 0 0 25 0 13 0 12611950 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4109248194 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=25.32
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 42952 0 0 0 2500 32 0 0 16 0 13 0 12611951 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=25.34
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 42069 0 0 0 2498 36 0 0 16 0 13 0 12611951 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=1.06
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 340 0 0 0 100 6 0 0 15 0 13 0 12611953 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.34
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 133 1 0 0 15 0 13 0 12611958 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=2.22
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8310 0 0 0 219 3 0 0 16 0 13 0 12611958 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 116375 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1749.31
Current children cumulated vsize (KiB) 1547800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 20498
/proc/meminfo: memFree=1232024/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1547800 CPUtime=1800.05
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 133051 0 1 0 179903 102 0 0 25 0 13 0 12611948 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 386950 117508 1447 10 0 384252 0
[pid=20430/tid=20432] ppid=20428 vsize=1547800 CPUtime=1742.37
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 33638 0 1 0 174219 18 0 0 25 0 13 0 12611950 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4109282604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1547800 CPUtime=26.48
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 43544 0 0 0 2615 33 0 0 16 0 13 0 12611951 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1547800 CPUtime=26.49
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 42719 0 0 0 2613 36 0 0 16 0 13 0 12611951 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1547800 CPUtime=1.07
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 342 0 0 0 101 6 0 0 15 0 13 0 12611953 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12611953 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1547800 CPUtime=1.34
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 133 1 0 0 15 0 13 0 12611958 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1547800 CPUtime=2.22
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8310 0 0 0 219 3 0 0 16 0 13 0 12611958 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12611958 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 12611958 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1547800 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12612004 1584947200 117508 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1547800

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

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

[startup+1772.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 20498
/proc/meminfo: memFree=1232024/2059040 swapFree=4192956/4192956
[pid=20430] ppid=20428 vsize=1548448 CPUtime=1800.21
/proc/20430/stat : 20430 (java) S 20428 20430 20405 0 -1 4202496 133074 0 1 0 179919 102 0 0 18 0 14 0 12611948 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20430/statm: 387112 117531 1450 10 0 384414 0
[pid=20430/tid=20432] ppid=20428 vsize=1548448 CPUtime=1742.47
/proc/20430/task/20432/stat : 20432 (java) R 20428 20430 20405 0 -1 4202560 33638 0 1 0 174229 18 0 0 25 0 14 0 12611950 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4109282604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20430/tid=20433] ppid=20428 vsize=1548448 CPUtime=26.48
/proc/20430/task/20433/stat : 20433 (java) S 20428 20430 20405 0 -1 4202560 43544 0 0 0 2615 33 0 0 16 0 14 0 12611951 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20434] ppid=20428 vsize=1548448 CPUtime=26.49
/proc/20430/task/20434/stat : 20434 (java) S 20428 20430 20405 0 -1 4202560 42719 0 0 0 2613 36 0 0 16 0 14 0 12611951 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20435] ppid=20428 vsize=1548448 CPUtime=1.07
/proc/20430/task/20435/stat : 20435 (java) S 20428 20430 20405 0 -1 4202560 342 0 0 0 101 6 0 0 15 0 14 0 12611953 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 0 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20436] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20436/stat : 20436 (java) S 20428 20430 20405 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 12611953 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20437] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20437/stat : 20437 (java) S 20428 20430 20405 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 12611953 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20438] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20438/stat : 20438 (java) S 20428 20430 20405 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 12611958 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20439] ppid=20428 vsize=1548448 CPUtime=1.37
/proc/20430/task/20439/stat : 20439 (java) S 20428 20430 20405 0 -1 4202560 3322 0 0 0 136 1 0 0 15 0 14 0 12611958 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20440] ppid=20428 vsize=1548448 CPUtime=2.22
/proc/20430/task/20440/stat : 20440 (java) S 20428 20430 20405 0 -1 4202560 8312 0 0 0 219 3 0 0 15 0 14 0 12611958 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20441] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20441/stat : 20441 (java) S 20428 20430 20405 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12611958 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 0 0 0 0
[pid=20430/tid=20442] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20442/stat : 20442 (java) S 20428 20430 20405 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 12611958 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
[pid=20430/tid=20443] ppid=20428 vsize=1548448 CPUtime=0
/proc/20430/task/20443/stat : 20443 (java) S 20428 20430 20405 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 12612004 1585610752 117531 1992294400 134512640 134550932 4288917264 18446744073709551615 4294960144 0 4 0 16800975 18446604437813435264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1548448

Child status: 143
Real time (s): 1772.08
CPU time (s): 1800.28
CPU user time (s): 1799.21
CPU system time (s): 1.07284
CPU usage (%): 101.592
Max. virtual memory (cumulated for all children) (KiB): 1551380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133074
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= 46186
involuntary context switches= 45378

runsolver used 3.58446 second user time and 9.45556 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 20:33:01
IDJOB=2670247
IDBENCH=48206
IDSOLVER=1165
FILE ID=node085/2670247-1276713181
PBS_JOBID= 11174153
Free space on /tmp= 121872 MiB

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

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

MD5SUM BENCH= d0c1e6f66b584092ef8bd8f37f3a4db9
RANDOM SEED=78636703

node085.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.221
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.44
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.221
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1700112 kB
Buffers:         93128 kB
Cached:         126744 kB
SwapCached:          0 kB
Active:         127616 kB
Inactive:       151548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1700112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       59312 kB
Mapped:          15372 kB
Slab:            58008 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180784 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= 121872 MiB
End job on node085 at 2010-06-16 21:02:35