Trace number 2660247

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-26? (TO) 1800.31 1794.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3176
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660247-1276459109.opb
0.21/0.22	c reading problem ... 
1.56/1.06	c ... done. Wall clock time 0.841s.
1.56/1.06	c #vars     6352
1.56/1.06	c #constraints  13376
1.56/1.06	c constraints type 
1.56/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1.56/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
26.21/23.98	c cleaning 0 clauses out of 5001 with flag 0/5001
55.53/53.16	c cleaning 0 clauses out of 11001 with flag 0/11001
91.02/88.12	c cleaning 0 clauses out of 18001 with flag 0/18001
130.02/126.81	c cleaning 0 clauses out of 26001 with flag 0/26001
174.66/171.46	c cleaning 0 clauses out of 35001 with flag 0/35001
226.21/222.90	c cleaning 0 clauses out of 45000 with flag 0/45000
285.19/281.89	c cleaning 0 clauses out of 56001 with flag 0/56001
351.95/348.59	c cleaning 0 clauses out of 68001 with flag 0/68001
425.54/422.02	c cleaning 0 clauses out of 81001 with flag 0/81001
503.34/499.72	c cleaning 0 clauses out of 95000 with flag 0/95000
563.73/560.08	c cleaning 0 clauses out of 109003 with flag 0/109003
616.63/612.83	c cleaning 0 clauses out of 123002 with flag 0/123002
669.71/665.84	c cleaning 0 clauses out of 137000 with flag 0/137000
727.37/723.41	c cleaning 0 clauses out of 151000 with flag 0/151000
787.68/783.69	c cleaning 0 clauses out of 165001 with flag 0/165001
847.97/843.75	c cleaning 0 clauses out of 179000 with flag 0/179000
908.57/904.28	c cleaning 0 clauses out of 193000 with flag 0/193000
969.57/965.18	c cleaning 0 clauses out of 207002 with flag 0/207002
1030.30/1025.75	c cleaning 0 clauses out of 221001 with flag 0/221001
1087.80/1083.18	c cleaning 0 clauses out of 235002 with flag 0/235002
1153.58/1148.88	c cleaning 0 clauses out of 249001 with flag 0/249001
1219.00/1214.16	c cleaning 0 clauses out of 263000 with flag 0/263000
1284.29/1279.39	c cleaning 0 clauses out of 277001 with flag 0/277001
1348.56/1343.54	c cleaning 0 clauses out of 291000 with flag 0/291000
1420.50/1415.32	c cleaning 0 clauses out of 305001 with flag 0/305001
1492.23/1486.97	c cleaning 0 clauses out of 319000 with flag 0/319000
1560.99/1555.53	c cleaning 0 clauses out of 333000 with flag 0/333000
1629.11/1623.60	c cleaning 0 clauses out of 347000 with flag 0/347000
1700.67/1694.91	c cleaning 0 clauses out of 361001 with flag 0/361001
1773.88/1768.01	c cleaning 0 clauses out of 375001 with flag 0/375001
1800.03/1794.12	c starts		: 136
1800.03/1794.12	c conflicts		: 380153
1800.03/1794.12	c decisions		: 438704
1800.03/1794.12	c propagations		: 546105277
1800.03/1794.12	c inspects		: 2185900576
1800.03/1794.12	c learnt literals	: 0
1800.03/1794.12	c learnt binary clauses	: 71
1800.03/1794.12	c learnt ternary clauses	: 9
1800.03/1794.12	c learnt clauses	: 380152
1800.03/1794.12	c ignored clauses	: 0
1800.03/1794.12	c root simplifications	: 0
1800.03/1794.12	c removed literals (reason simplification)	: 0
1800.03/1794.12	c reason swapping (by a shorter reason)	: 0
1800.03/1794.12	c Calls to reduceDB	: 30
1800.03/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.12	c number of learned constraints concerned by reduction	: 0
1800.03/1794.12	c number of learning phase by resolution	: 0
1800.03/1794.12	c number of learning phase by cutting planes	: 0
1800.03/1794.12	c speed (assignments/second)	: 304564.90304043295
1800.03/1794.12	c non guided choices	0
1800.21/1794.22	c learnt constraints type 
1800.21/1794.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 380100
1800.21/1794.22	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 71
1800.21/1794.22	c constraints type 
1800.21/1794.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1800.21/1794.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
1800.21/1794.22	s UNKNOWN
1800.21/1794.22	c Total wall clock time (in seconds): 1794.006

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-2660247-1276459109/watcher-2660247-1276459109 -o /tmp/evaluation-result-2660247-1276459109/solver-2660247-1276459109 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660247-1276459109.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 25237
/proc/meminfo: memFree=1806948/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1832 CPUtime=0
/proc/25237/stat : 25237 (java6) R 25235 25237 24321 0 -1 4194304 225 0 0 0 0 0 0 0 16 0 1 0 19566353 1875968 128 1992294400 134512640 134550932 4288436576 18446744073709551615 7438032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25237/statm: 458 130 94 10 0 63 0

[startup+0.0324191 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 25237
/proc/meminfo: memFree=1806948/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1518368 CPUtime=0.01
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 2740 0 1 0 0 1 0 0 15 0 4 0 19566353 1554808832 2184 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 379592 2186 479 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100416 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 25237
/proc/meminfo: memFree=1806948/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1524184 CPUtime=0.07
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 3951 0 1 0 5 2 0 0 15 0 12 0 19566353 1560764416 3390 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524184

[startup+0.300409 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 25237
/proc/meminfo: memFree=1806948/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1526336 CPUtime=0.34
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 5322 0 1 0 30 4 0 0 15 0 12 0 19566353 1562968064 4759 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 381584 4759 1362 10 0 378886 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526336

[startup+0.700394 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 25237
/proc/meminfo: memFree=1806948/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1529024 CPUtime=1.1
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 8074 0 1 0 105 5 0 0 15 0 12 0 19566353 1565720576 7057 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 382256 7057 1394 10 0 379558 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529024

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.08 4/118 25249
/proc/meminfo: memFree=1769900/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1529788 CPUtime=2.55
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 15301 0 1 0 246 9 0 0 15 0 13 0 19566353 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 382447 13806 1421 10 0 379749 0
[pid=25237/tid=25239] ppid=25235 vsize=1529788 CPUtime=1.46
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 11857 0 1 0 139 7 0 0 25 0 13 0 19566354 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4109389790 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 19566356 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 19566356 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 19566358 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 19566358 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 19566358 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1529788 CPUtime=0.08
/proc/25237/task/25246/stat : 25246 (java) R 25235 25237 24321 0 -1 4202560 101 0 0 0 8 0 0 0 20 0 13 0 19566362 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 102554521 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1529788 CPUtime=0.99
/proc/25237/task/25247/stat : 25247 (java) R 25235 25237 24321 0 -1 4202560 2275 0 0 0 98 1 0 0 16 0 13 0 19566362 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 105496295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1529788 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 19566362 1566502912 13806 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1529788

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.08 4/119 25250
/proc/meminfo: memFree=1748192/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1535180 CPUtime=5.24
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 32361 0 1 0 508 16 0 0 15 0 13 0 19566353 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383795 29856 1432 10 0 381097 0
[pid=25237/tid=25239] ppid=25235 vsize=1535180 CPUtime=3.05
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 26501 0 1 0 292 13 0 0 25 0 13 0 19566354 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4110092663 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 19566356 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 19566356 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 19566358 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 19566358 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 19566358 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1535180 CPUtime=0.13
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 105 0 0 0 13 0 0 0 20 0 13 0 19566362 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1535180 CPUtime=2.04
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 202 2 0 0 17 0 13 0 19566362 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 19566362 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1572024320 29856 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 1535180

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 25250
/proc/meminfo: memFree=1664120/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1535180 CPUtime=8.52
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 39449 0 1 0 833 19 0 0 15 0 13 0 19566353 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383795 36929 1441 10 0 381097 0
[pid=25237/tid=25239] ppid=25235 vsize=1535180 CPUtime=6.19
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 32072 0 1 0 605 14 0 0 25 0 13 0 19566354 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4110162000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1535180 CPUtime=0.03
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 762 0 0 0 3 0 0 0 15 0 13 0 19566356 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1535180 CPUtime=0.02
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 740 0 0 0 2 0 0 0 18 0 13 0 19566356 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 19566358 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1535180 CPUtime=0.17
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 108 0 0 0 17 0 0 0 15 0 13 0 19566362 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1535180 CPUtime=2.05
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 203 2 0 0 15 0 13 0 19566362 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 19566362 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1572024320 36929 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 1535180

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 25250
/proc/meminfo: memFree=1631508/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1535180 CPUtime=14.96
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 47825 0 1 0 1473 23 0 0 15 0 13 0 19566353 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383795 45164 1441 10 0 381097 0
[pid=25237/tid=25239] ppid=25235 vsize=1535180 CPUtime=12.55
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 38371 0 1 0 1237 18 0 0 25 0 13 0 19566354 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4110039972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1535180 CPUtime=0.07
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 1828 0 0 0 7 0 0 0 16 0 13 0 19566356 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1535180 CPUtime=0.06
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 1739 0 0 0 6 0 0 0 18 0 13 0 19566356 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 19566358 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1535180 CPUtime=0.18
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 108 0 0 0 18 0 0 0 15 0 13 0 19566362 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1535180 CPUtime=2.05
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 203 2 0 0 15 0 13 0 19566362 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 19566362 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1535180 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1572024320 45164 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1535180

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 25252
/proc/meminfo: memFree=1628904/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1535180 CPUtime=27.88
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 48347 0 1 0 2764 24 0 0 15 0 13 0 19566353 1572024320 45639 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383795 45639 1447 10 0 381097 0
[pid=25237/tid=25239] ppid=25235 vsize=1535180 CPUtime=25.23
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 38382 0 1 0 2505 18 0 0 25 0 13 0 19566354 1572024320 45639 1992294400 134512640 134550932 4293453600 18446744073709551615 4110119628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1535180 CPUtime=0.08
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 2044 0 0 0 8 0 0 0 15 0 13 0 19566356 1572024320 45639 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1535180 CPUtime=0.08
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 2005 0 0 0 7 1 0 0 18 0 13 0 19566356 1572024320 45639 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1535180 CPUtime=0.04
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 48 0 0 0 4 0 0 0 16 0 13 0 19566358 1572024320 45639 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1535180 CPUtime=0

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

[pid=25237] ppid=25235 vsize=1534940 CPUtime=1668.01
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 89085 0 1 0 166720 81 0 0 15 0 13 0 19566353 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383735 82420 1447 10 0 381037 0
[pid=25237/tid=25239] ppid=25235 vsize=1534940 CPUtime=1650.82
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 39436 0 1 0 165052 30 0 0 25 0 13 0 19566354 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4110227309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1534940 CPUtime=3.67
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 20251 0 0 0 347 20 0 0 15 0 13 0 19566356 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1534940 CPUtime=3.71
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 21026 0 0 0 350 21 0 0 16 0 13 0 19566356 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1534940 CPUtime=6.45
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 719 0 0 0 641 4 0 0 16 0 13 0 19566358 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1534940 CPUtime=1.2
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 1801 0 0 0 120 0 0 0 15 0 13 0 19566362 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1534940 CPUtime=2.09
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 207 2 0 0 15 0 13 0 19566362 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 19566362 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1571778560 82420 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.01
Current children cumulated vsize (KiB) 1534940

[startup+1722.3 s]
/proc/loadavg: 1.30 1.13 1.03 2/119 25305
/proc/meminfo: memFree=1474524/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1534940 CPUtime=1728.12
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 90580 0 1 0 172729 83 0 0 15 0 13 0 19566353 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383735 83836 1447 10 0 381037 0
[pid=25237/tid=25239] ppid=25235 vsize=1534940 CPUtime=1710.16
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 39456 0 1 0 170986 30 0 0 25 0 13 0 19566354 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4110202861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1534940 CPUtime=3.84
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 21029 0 0 0 363 21 0 0 15 0 13 0 19566356 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1534940 CPUtime=3.87
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 21678 0 0 0 366 21 0 0 15 0 13 0 19566356 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1534940 CPUtime=6.88
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 760 0 0 0 684 4 0 0 16 0 13 0 19566358 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1534940 CPUtime=1.2
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 1801 0 0 0 120 0 0 0 15 0 13 0 19566362 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1534940 CPUtime=2.09
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 207 2 0 0 15 0 13 0 19566362 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 19566362 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1571778560 83836 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.12
Current children cumulated vsize (KiB) 1534940

[startup+1782.3 s]
/proc/loadavg: 1.11 1.10 1.03 2/119 25307
/proc/meminfo: memFree=1468944/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1534940 CPUtime=1788.2
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 91948 0 1 0 178736 84 0 0 15 0 13 0 19566353 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383735 85152 1447 10 0 381037 0
[pid=25237/tid=25239] ppid=25235 vsize=1534940 CPUtime=1769.47
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 39475 0 1 0 176917 30 0 0 25 0 13 0 19566354 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4110093498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1534940 CPUtime=4
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 21606 0 0 0 378 22 0 0 16 0 13 0 19566356 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1534940 CPUtime=4.03
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 22404 0 0 0 381 22 0 0 15 0 13 0 19566356 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1534940 CPUtime=7.33
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 802 0 0 0 729 4 0 0 15 0 13 0 19566358 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1534940 CPUtime=1.2
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 1801 0 0 0 120 0 0 0 15 0 13 0 19566362 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1534940 CPUtime=2.09
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 207 2 0 0 15 0 13 0 19566362 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 19566362 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1571778560 85152 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.2
Current children cumulated vsize (KiB) 1534940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.08 1.10 1.03 2/119 25307
/proc/meminfo: memFree=1467828/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1534940 CPUtime=1800.03
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 92239 0 1 0 179918 85 0 0 15 0 13 0 19566353 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383735 85437 1447 10 0 381037 0
[pid=25237/tid=25239] ppid=25235 vsize=1534940 CPUtime=1781.22
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 39479 0 1 0 178092 30 0 0 25 0 13 0 19566354 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4110202861 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1534940 CPUtime=4.04
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 21744 0 0 0 382 22 0 0 15 0 13 0 19566356 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1534940 CPUtime=4.06
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 22553 0 0 0 384 22 0 0 16 0 13 0 19566356 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1534940 CPUtime=7.34
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 802 0 0 0 730 4 0 0 15 0 13 0 19566358 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 19566358 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 19566362 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1534940 CPUtime=1.2
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 1801 0 0 0 120 0 0 0 15 0 13 0 19566362 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1534940 CPUtime=2.09
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 207 2 0 0 15 0 13 0 19566362 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 19566362 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 19566362 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1534940 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 19566495 1571778560 85437 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1534940

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

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

[startup+1794.22 s]
/proc/loadavg: 1.08 1.10 1.03 2/119 25307
/proc/meminfo: memFree=1467828/2059040 swapFree=4136636/4192956
[pid=25237] ppid=25235 vsize=1535588 CPUtime=1800.21
/proc/25237/stat : 25237 (java) S 25235 25237 24321 0 -1 4202496 92255 0 1 0 179936 85 0 0 15 0 15 0 19566353 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25237/statm: 383897 85453 1447 10 0 381199 0
[pid=25237/tid=25239] ppid=25235 vsize=1535588 CPUtime=1781.32
/proc/25237/task/25239/stat : 25239 (java) R 25235 25237 24321 0 -1 4202560 39479 0 1 0 178102 30 0 0 25 0 15 0 19566354 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4110039902 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25237/tid=25240] ppid=25235 vsize=1535588 CPUtime=4.04
/proc/25237/task/25240/stat : 25240 (java) S 25235 25237 24321 0 -1 4202560 21744 0 0 0 382 22 0 0 15 0 15 0 19566356 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25241] ppid=25235 vsize=1535588 CPUtime=4.06
/proc/25237/task/25241/stat : 25241 (java) S 25235 25237 24321 0 -1 4202560 22553 0 0 0 384 22 0 0 16 0 15 0 19566356 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25242] ppid=25235 vsize=1535588 CPUtime=7.34
/proc/25237/task/25242/stat : 25242 (java) S 25235 25237 24321 0 -1 4202560 802 0 0 0 730 4 0 0 15 0 15 0 19566358 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 0 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25243] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25243/stat : 25243 (java) S 25235 25237 24321 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 19566358 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25244] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25244/stat : 25244 (java) S 25235 25237 24321 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 19566358 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25245] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25245/stat : 25245 (java) S 25235 25237 24321 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 15 0 19566362 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25246] ppid=25235 vsize=1535588 CPUtime=1.24
/proc/25237/task/25246/stat : 25246 (java) S 25235 25237 24321 0 -1 4202560 1801 0 0 0 124 0 0 0 15 0 15 0 19566362 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25247] ppid=25235 vsize=1535588 CPUtime=2.09
/proc/25237/task/25247/stat : 25247 (java) S 25235 25237 24321 0 -1 4202560 4687 0 0 0 207 2 0 0 15 0 15 0 19566362 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25248] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25248/stat : 25248 (java) S 25235 25237 24321 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 19566362 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 0 0 0 0
[pid=25237/tid=25249] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25249/stat : 25249 (java) S 25235 25237 24321 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 15 0 19566362 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
[pid=25237/tid=25250] ppid=25235 vsize=1535588 CPUtime=0
/proc/25237/task/25250/stat : 25250 (java) S 25235 25237 24321 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 19566495 1572442112 85453 1992294400 134512640 134550932 4293453600 18446744073709551615 4294960144 0 4 0 16800975 18446604437862183360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1535588

Child status: 143
Real time (s): 1794.29
CPU time (s): 1800.31
CPU user time (s): 1799.42
CPU system time (s): 0.890864
CPU usage (%): 100.335
Max. virtual memory (cumulated for all children) (KiB): 1538496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92258
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= 44558
involuntary context switches= 22906

runsolver used 3.35049 second user time and 9.8285 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-13 21:58:30
IDJOB=2660247
IDBENCH=2167
IDSOLVER=1165
FILE ID=node026/2660247-1276459109
PBS_JOBID= 11173340
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660247-1276459109/watcher-2660247-1276459109 -o /tmp/evaluation-result-2660247-1276459109/solver-2660247-1276459109 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660247-1276459109.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1949533034

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807344 kB
Buffers:         52044 kB
Cached:         122216 kB
SwapCached:       9336 kB
Active:          85904 kB
Inactive:       100632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807344 kB
SwapTotal:     4192956 kB
SwapFree:      4136636 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:       10956 kB
Mapped:           9276 kB
Slab:            43192 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179876 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= 62508 MiB
End job on node026 at 2010-06-13 22:28:26