Trace number 2660245

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 1797.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 1200
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 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2660245-1276454016.opb
0.24/0.20	c reading problem ... 
0.95/0.69	c ... done. Wall clock time 0.464s.
0.95/0.69	c #vars     1200
0.95/0.69	c #constraints  3150
0.95/0.69	c constraints type 
0.95/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
0.95/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
5.19/3.60	c cleaning 0 clauses out of 5000 with flag 0/5000
7.98/6.19	c cleaning 0 clauses out of 11000 with flag 0/11000
11.68/9.85	c cleaning 0 clauses out of 18000 with flag 0/18000
17.12/15.23	c cleaning 0 clauses out of 26000 with flag 0/26000
24.16/22.25	c cleaning 0 clauses out of 35001 with flag 0/35001
33.28/31.35	c cleaning 0 clauses out of 45000 with flag 0/45000
45.09/43.10	c cleaning 0 clauses out of 55001 with flag 0/55001
57.11/55.18	c cleaning 0 clauses out of 65001 with flag 0/65001
70.32/68.37	c cleaning 0 clauses out of 75000 with flag 0/75000
86.53/84.56	c cleaning 0 clauses out of 85000 with flag 0/85000
103.85/101.81	c cleaning 0 clauses out of 95001 with flag 0/95001
120.37/118.33	c cleaning 0 clauses out of 105000 with flag 0/105000
139.39/137.30	c cleaning 0 clauses out of 115000 with flag 0/115000
162.21/160.13	c cleaning 0 clauses out of 125003 with flag 0/125003
185.93/183.86	c cleaning 0 clauses out of 135000 with flag 0/135000
208.96/206.86	c cleaning 0 clauses out of 145000 with flag 0/145000
234.16/232.09	c cleaning 0 clauses out of 155000 with flag 0/155000
261.19/259.10	c cleaning 0 clauses out of 165003 with flag 0/165003
291.41/289.28	c cleaning 0 clauses out of 175001 with flag 0/175001
324.93/322.75	c cleaning 0 clauses out of 185000 with flag 0/185000
354.46/352.28	c cleaning 0 clauses out of 195000 with flag 0/195000
385.90/383.62	c cleaning 0 clauses out of 205002 with flag 0/205002
420.81/418.56	c cleaning 0 clauses out of 215001 with flag 0/215001
455.73/453.48	c cleaning 0 clauses out of 225001 with flag 0/225001
494.65/492.38	c cleaning 0 clauses out of 235000 with flag 0/235000
530.18/527.87	c cleaning 0 clauses out of 245000 with flag 0/245000
566.99/564.63	c cleaning 0 clauses out of 255002 with flag 0/255002
610.20/607.84	c cleaning 0 clauses out of 265001 with flag 0/265001
656.22/653.82	c cleaning 0 clauses out of 275000 with flag 0/275000
698.74/696.31	c cleaning 0 clauses out of 285000 with flag 0/285000
742.45/740.06	c cleaning 0 clauses out of 295000 with flag 0/295000
786.18/783.72	c cleaning 0 clauses out of 305001 with flag 0/305001
827.29/824.81	c cleaning 0 clauses out of 315002 with flag 0/315002
878.70/876.28	c cleaning 0 clauses out of 325002 with flag 0/325002
930.82/928.34	c cleaning 0 clauses out of 335000 with flag 0/335000
978.13/975.69	c cleaning 0 clauses out of 345000 with flag 0/345000
1026.75/1024.28	c cleaning 0 clauses out of 355001 with flag 0/355001
1075.07/1072.51	c cleaning 0 clauses out of 365000 with flag 0/365000
1125.69/1123.16	c cleaning 0 clauses out of 375001 with flag 0/375001
1176.31/1173.71	c cleaning 0 clauses out of 385003 with flag 0/385003
1237.85/1235.26	c cleaning 0 clauses out of 395001 with flag 0/395001
1299.88/1297.28	c cleaning 0 clauses out of 405000 with flag 0/405000
1364.80/1362.10	c cleaning 0 clauses out of 415001 with flag 0/415001
1427.33/1424.65	c cleaning 0 clauses out of 425000 with flag 0/425000
1498.65/1495.98	c cleaning 0 clauses out of 435000 with flag 0/435000
1567.35/1564.69	c cleaning 0 clauses out of 445001 with flag 0/445001
1638.48/1635.77	c cleaning 0 clauses out of 455003 with flag 0/455003
1709.58/1706.81	c cleaning 0 clauses out of 465001 with flag 0/465001
1777.10/1774.40	c cleaning 0 clauses out of 475001 with flag 0/475001
1800.01/1797.22	c starts		: 152
1800.01/1797.22	c conflicts		: 478397
1800.01/1797.22	c decisions		: 608443
1800.01/1797.22	c propagations		: 82118686
1800.01/1797.22	c inspects		: 4225101655
1800.01/1797.22	c learnt literals	: 0
1800.01/1797.22	c learnt binary clauses	: 0
1800.01/1797.22	c learnt ternary clauses	: 79
1800.01/1797.22	c learnt clauses	: 478396
1800.01/1797.22	c ignored clauses	: 0
1800.01/1797.22	c root simplifications	: 0
1800.01/1797.22	c removed literals (reason simplification)	: 0
1800.01/1797.22	c reason swapping (by a shorter reason)	: 0
1800.01/1797.22	c Calls to reduceDB	: 49
1800.01/1797.22	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.22	c number of learned constraints concerned by reduction	: 0
1800.01/1797.22	c number of learning phase by resolution	: 0
1800.01/1797.22	c number of learning phase by cutting planes	: 0
1800.01/1797.22	c speed (assignments/second)	: 45709.20310417879
1800.01/1797.22	c non guided choices	0
1800.21/1797.32	c learnt constraints type 
1800.21/1797.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 478405
1800.21/1797.33	c constraints type 
1800.21/1797.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
1800.21/1797.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
1800.21/1797.33	s UNKNOWN
1800.21/1797.33	c Total wall clock time (in seconds): 1797.121

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-2660245-1276454016/watcher-2660245-1276454016 -o /tmp/evaluation-result-2660245-1276454016/solver-2660245-1276454016 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660245-1276454016.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.04 1.03 3/106 26008
/proc/meminfo: memFree=1801432/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=248 CPUtime=0
/proc/26008/stat : 26008 (java) R 26006 26008 25480 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 21005272 253952 28 1992294400 134512640 134550932 4290468928 18446744073709551615 2679262 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26008/statm: 62 28 21 10 0 23 0

[startup+0.10186 s]
/proc/loadavg: 1.00 1.04 1.03 3/106 26008
/proc/meminfo: memFree=1801432/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1524184 CPUtime=0.08
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 3971 0 1 0 6 2 0 0 18 0 12 0 21005272 1560764416 3410 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 381046 3410 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.204876 s]
/proc/loadavg: 1.00 1.04 1.03 3/106 26008
/proc/meminfo: memFree=1801432/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1526360 CPUtime=0.24
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 5145 0 1 0 21 3 0 0 18 0 12 0 21005272 1562992640 4582 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 381590 4584 1347 10 0 378892 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526360

[startup+0.302876 s]
/proc/loadavg: 1.00 1.04 1.03 3/106 26008
/proc/meminfo: memFree=1801432/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1526520 CPUtime=0.36
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 5399 0 1 0 33 3 0 0 18 0 12 0 21005272 1563156480 4836 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 381630 4836 1362 10 0 378932 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526520

[startup+0.700876 s]
/proc/loadavg: 1.00 1.04 1.03 3/106 26008
/proc/meminfo: memFree=1801432/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531884 CPUtime=1.15
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 8476 0 1 0 110 5 0 0 18 0 12 0 21005272 1568649216 7523 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382971 7524 1409 10 0 380273 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1531884

[startup+1.50187 s]
/proc/loadavg: 1.00 1.04 1.03 4/119 26021
/proc/meminfo: memFree=1772252/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1532688 CPUtime=2.74
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 12039 0 1 0 268 6 0 0 18 0 13 0 21005272 1569472512 10592 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 383172 10593 1423 10 0 380474 0
[pid=26008/tid=26010] ppid=26006 vsize=1532688 CPUtime=1.42
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 7970 0 1 0 138 4 0 0 18 0 13 0 21005273 1569472512 10594 1992294400 134512640 134550932 4290468928 18446744073709551615 4109666187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21005275 1569472512 10594 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 21005275 1569472512 10595 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21005277 1569472512 10596 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 21005277 1569472512 10596 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21005277 1569472512 10597 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1569472512 10597 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1532688 CPUtime=0.98
/proc/26008/task/26017/stat : 26017 (java) R 26006 26008 25480 0 -1 4202560 1297 0 0 0 98 0 0 0 25 0 13 0 21005281 1569472512 10598 1992294400 134512640 134550932 4290468928 18446744073709551615 104140892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1532688 CPUtime=0.3
/proc/26008/task/26018/stat : 26018 (java) R 26006 26008 25480 0 -1 4202560 1709 0 0 0 30 0 0 0 25 0 13 0 21005281 1569472512 10598 1992294400 134512640 134550932 4290468928 18446744073709551615 102539125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1569472512 10599 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 21005281 1569472512 10599 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1569472512 10599 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1532688

[startup+3.10187 s]
/proc/loadavg: 1.00 1.04 1.03 2/119 26021
/proc/meminfo: memFree=1698720/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1532688 CPUtime=4.73
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 36492 0 1 0 456 17 0 0 18 0 13 0 21005272 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 383172 35041 1432 10 0 380474 0
[pid=26008/tid=26010] ppid=26006 vsize=1532688 CPUtime=3.02
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 32070 0 1 0 287 15 0 0 20 0 13 0 21005273 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4109765919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 181 0 0 0 0 0 0 0 18 0 13 0 21005275 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 136 0 0 0 0 0 0 0 18 0 13 0 21005275 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 21005277 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1532688 CPUtime=1.3
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1316 0 0 0 130 0 0 0 15 0 13 0 21005281 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1532688 CPUtime=0.37
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1717 0 0 0 37 0 0 0 16 0 13 0 21005281 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 21005281 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1532688 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1569472512 35041 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1532688

[startup+6.30187 s]
/proc/loadavg: 1.00 1.04 1.03 2/119 26021
/proc/meminfo: memFree=1662140/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=8.18
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 37962 0 1 0 800 18 0 0 18 0 13 0 21005272 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 36202 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=6.14
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 32079 0 1 0 599 15 0 0 25 0 13 0 21005273 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4109565139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=0.02
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 512 0 0 0 2 0 0 0 16 0 13 0 21005275 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=0.02
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 392 0 0 0 2 0 0 0 16 0 13 0 21005275 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=0.05
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 833 0 0 0 5 0 0 0 16 0 13 0 21005277 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.44
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1742 0 0 0 44 0 0 0 16 0 13 0 21005281 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 36202 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1531488

[startup+12.7019 s]
/proc/loadavg: 1.00 1.04 1.03 2/119 26021
/proc/meminfo: memFree=1625312/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=14.61
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 46852 0 1 0 1440 21 0 0 18 0 13 0 21005272 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 45087 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=12.47
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39710 0 1 0 1230 17 0 0 25 0 13 0 21005273 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4109600365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=0.03
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 924 0 0 0 3 0 0 0 16 0 13 0 21005275 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=0.03
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 766 0 0 0 3 0 0 0 15 0 13 0 21005275 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=0.09
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 1303 0 0 0 9 0 0 0 15 0 13 0 21005277 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.46
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1745 0 0 0 46 0 0 0 15 0 13 0 21005281 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 45087 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1531488

[startup+25.5018 s]
/proc/loadavg: 1.00 1.04 1.03 2/119 26021
/proc/meminfo: memFree=1621096/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=27.45
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 48004 0 1 0 2723 22 0 0 18 0 13 0 21005272 1568243712 46133 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 46133 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=25.12
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39718 0 1 0 2494 18 0 0 25 0 13 0 21005273 1568243712 46133 1992294400 134512640 134550932 4290468928 18446744073709551615 4109598804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=0.07
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 1411 0 0 0 6 1 0 0 16 0 13 0 21005275 1568243712 46133 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=0.07
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 1221 0 0 0 7 0 0 0 15 0 13 0 21005275 1568243712 46133 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=0.19

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

[pid=26008] ppid=26006 vsize=1531488 CPUtime=1665.07
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 75777 0 1 0 166427 80 0 0 18 0 13 0 21005272 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 72506 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=1648.68
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39886 0 1 0 164810 58 0 0 25 0 13 0 21005273 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4109598804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=1.71
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 13919 0 0 0 162 9 0 0 16 0 13 0 21005275 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=1.69
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 14001 0 0 0 162 7 0 0 15 0 13 0 21005275 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=10.96
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 3725 0 0 0 1093 3 0 0 15 0 13 0 21005277 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.51
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1746 0 0 0 51 0 0 0 15 0 13 0 21005281 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 72506 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.07
Current children cumulated vsize (KiB) 1531488

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26076
/proc/meminfo: memFree=1511108/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=1725.08
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 76404 0 1 0 172426 82 0 0 18 0 13 0 21005272 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 73094 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=1708.05
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39889 0 1 0 170747 58 0 0 25 0 13 0 21005273 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4109580031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=1.75
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 14182 0 0 0 166 9 0 0 16 0 13 0 21005275 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=1.74
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 14356 0 0 0 166 8 0 0 15 0 13 0 21005275 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=11.5
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 3727 0 0 0 1147 3 0 0 15 0 13 0 21005277 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.51
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1746 0 0 0 51 0 0 0 15 0 13 0 21005281 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 73094 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.08
Current children cumulated vsize (KiB) 1531488

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 26078
/proc/meminfo: memFree=1509620/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=1785.1
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 76732 0 1 0 178426 84 0 0 18 0 13 0 21005272 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 73403 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=1767.51
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39893 0 1 0 176690 61 0 0 25 0 13 0 21005273 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4109598804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=1.82
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 14249 0 0 0 173 9 0 0 15 0 13 0 21005275 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=1.79
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 14546 0 0 0 171 8 0 0 15 0 13 0 21005275 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=11.95
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 3792 0 0 0 1192 3 0 0 15 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.51
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1746 0 0 0 51 0 0 0 15 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 1531488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26078
/proc/meminfo: memFree=1509620/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1531488 CPUtime=1800.01
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 76737 0 1 0 179916 85 0 0 18 0 13 0 21005272 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 382872 73403 1442 10 0 380174 0
[pid=26008/tid=26010] ppid=26006 vsize=1531488 CPUtime=1782.39
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39894 0 1 0 178178 61 0 0 25 0 13 0 21005273 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4109580031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1531488 CPUtime=1.83
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 14249 0 0 0 174 9 0 0 15 0 13 0 21005275 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1531488 CPUtime=1.8
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 14546 0 0 0 172 8 0 0 15 0 13 0 21005275 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1531488 CPUtime=11.95
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 3794 0 0 0 1192 3 0 0 15 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21005277 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1531488 CPUtime=1.46
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 146 0 0 0 16 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1531488 CPUtime=0.51
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1746 0 0 0 51 0 0 0 15 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 21005281 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1531488 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21005346 1568243712 73403 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1531488

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

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

[startup+1797.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26078
/proc/meminfo: memFree=1509620/2059040 swapFree=4140112/4192956
[pid=26008] ppid=26006 vsize=1532136 CPUtime=1800.21
/proc/26008/stat : 26008 (java) S 26006 26008 25480 0 -1 4202496 76754 0 1 0 179936 85 0 0 18 0 15 0 21005272 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26008/statm: 383034 73420 1444 10 0 380336 0
[pid=26008/tid=26010] ppid=26006 vsize=1532136 CPUtime=1782.48
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25480 0 -1 4202560 39894 0 1 0 178187 61 0 0 25 0 15 0 21005273 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4109580031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=1532136 CPUtime=1.83
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25480 0 -1 4202560 14249 0 0 0 174 9 0 0 15 0 15 0 21005275 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=1532136 CPUtime=1.8
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25480 0 -1 4202560 14546 0 0 0 172 8 0 0 15 0 15 0 21005275 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26013] ppid=26006 vsize=1532136 CPUtime=11.95
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25480 0 -1 4202560 3794 0 0 0 1192 3 0 0 15 0 15 0 21005277 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26014] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25480 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 21005277 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25480 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 21005277 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25480 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 21005281 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=1532136 CPUtime=1.49
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25480 0 -1 4202560 1340 0 0 0 149 0 0 0 15 0 15 0 21005281 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26018] ppid=26006 vsize=1532136 CPUtime=0.52
/proc/26008/task/26018/stat : 26018 (java) S 26006 26008 25480 0 -1 4202560 1748 0 0 0 52 0 0 0 15 0 15 0 21005281 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26019] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26019/stat : 26019 (java) S 26006 26008 25480 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 21005281 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
[pid=26008/tid=26020] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26020/stat : 26020 (java) S 26006 26008 25480 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 15 0 21005281 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 1 0 0 0
[pid=26008/tid=26021] ppid=26006 vsize=1532136 CPUtime=0
/proc/26008/task/26021/stat : 26021 (java) S 26006 26008 25480 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 21005346 1568907264 73420 1992294400 134512640 134550932 4290468928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839772672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1532136

Child status: 143
Real time (s): 1797.38
CPU time (s): 1800.31
CPU user time (s): 1799.42
CPU system time (s): 0.889864
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 1533484

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

runsolver used 3.84542 second user time and 9.46956 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-13 20:33:36
IDJOB=2660245
IDBENCH=2155
IDSOLVER=1165
FILE ID=node006/2660245-1276454016
PBS_JOBID= 11173336
Free space on /tmp= 62472 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-f600.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660245-1276454016/watcher-2660245-1276454016 -o /tmp/evaluation-result-2660245-1276454016/solver-2660245-1276454016 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660245-1276454016.opb

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=844057721

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801704 kB
Buffers:         48012 kB
Cached:         127492 kB
SwapCached:       7136 kB
Active:          89884 kB
Inactive:       100008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801704 kB
SwapTotal:     4192956 kB
SwapFree:      4140112 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       12016 kB
Mapped:          12988 kB
Slab:            45496 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181020 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= 62472 MiB
End job on node006 at 2010-06-13 21:03:35