Trace number 2660243

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 1795.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
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 variables2666
Total number of constraints6659
Number of constraints which are clauses6659
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 2666
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 2666
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2666
Number of bits of the biggest sum of numbers12
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.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660243-1276448237.opb
0.25/0.21	c reading problem ... 
1.35/0.82	c ... done. Wall clock time 0.61s.
1.35/0.82	c #vars     2666
1.35/0.82	c #constraints  6659
1.35/0.82	c constraints type 
1.35/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
1.35/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
14.15/12.28	c cleaning 0 clauses out of 5001 with flag 0/5001
28.15/25.76	c cleaning 0 clauses out of 11000 with flag 0/11000
44.47/42.02	c cleaning 0 clauses out of 18001 with flag 0/18001
64.13/61.61	c cleaning 0 clauses out of 26001 with flag 0/26001
86.36/83.87	c cleaning 0 clauses out of 35000 with flag 0/35000
105.48/102.93	c cleaning 0 clauses out of 45001 with flag 0/45001
120.81/118.22	c cleaning 0 clauses out of 55000 with flag 0/55000
138.34/135.76	c cleaning 0 clauses out of 64999 with flag 0/65000
156.11/153.48	c cleaning 0 clauses out of 74999 with flag 0/75000
176.74/174.08	c cleaning 0 clauses out of 85004 with flag 0/85005
197.98/195.25	c cleaning 0 clauses out of 94999 with flag 0/95000
220.72/217.98	c cleaning 0 clauses out of 105001 with flag 0/105002
244.44/241.69	c cleaning 0 clauses out of 115004 with flag 0/115005
269.77/267.00	c cleaning 0 clauses out of 124999 with flag 0/125000
294.71/291.87	c cleaning 0 clauses out of 135002 with flag 0/135003
320.52/317.66	c cleaning 0 clauses out of 144999 with flag 0/145000
349.15/346.29	c cleaning 0 clauses out of 154999 with flag 0/155000
378.89/375.93	c cleaning 0 clauses out of 164999 with flag 0/165000
410.93/408.01	c cleaning 0 clauses out of 174999 with flag 0/175000
443.78/440.79	c cleaning 0 clauses out of 184999 with flag 0/185000
476.31/473.23	c cleaning 0 clauses out of 194999 with flag 0/195000
511.47/508.34	c cleaning 0 clauses out of 204999 with flag 0/205000
548.12/544.97	c cleaning 0 clauses out of 215001 with flag 0/215002
585.35/582.18	c cleaning 0 clauses out of 224999 with flag 0/225000
624.38/621.15	c cleaning 0 clauses out of 235000 with flag 0/235001
659.01/655.75	c cleaning 0 clauses out of 245000 with flag 0/245001
699.14/695.83	c cleaning 0 clauses out of 255000 with flag 0/255001
743.49/740.13	c cleaning 0 clauses out of 265001 with flag 0/265002
786.83/783.49	c cleaning 0 clauses out of 275002 with flag 0/275003
829.86/826.43	c cleaning 0 clauses out of 285000 with flag 0/285001
872.10/868.60	c cleaning 0 clauses out of 294999 with flag 0/295000
918.64/915.12	c cleaning 0 clauses out of 305000 with flag 0/305001
963.18/959.60	c cleaning 0 clauses out of 315000 with flag 0/315001
1014.43/1010.88	c cleaning 0 clauses out of 325000 with flag 0/325001
1066.47/1062.83	c cleaning 0 clauses out of 335000 with flag 0/335001
1117.81/1114.19	c cleaning 0 clauses out of 344999 with flag 0/345000
1170.56/1166.83	c cleaning 0 clauses out of 354999 with flag 0/355000
1226.40/1222.64	c cleaning 0 clauses out of 364999 with flag 0/365000
1283.86/1280.07	c cleaning 0 clauses out of 375000 with flag 0/375001
1340.39/1336.59	c cleaning 0 clauses out of 384999 with flag 0/385000
1400.85/1396.97	c cleaning 0 clauses out of 395000 with flag 0/395001
1460.91/1456.95	c cleaning 0 clauses out of 404999 with flag 0/405000
1518.18/1514.13	c cleaning 0 clauses out of 415000 with flag 0/415001
1578.35/1574.25	c cleaning 0 clauses out of 424999 with flag 0/425000
1638.61/1634.50	c cleaning 0 clauses out of 435000 with flag 0/435001
1698.08/1693.85	c cleaning 0 clauses out of 444999 with flag 0/445000
1753.45/1749.16	c cleaning 0 clauses out of 454999 with flag 0/455000
1800.03/1795.63	c starts		: 151
1800.03/1795.63	c conflicts		: 464694
1800.03/1795.63	c decisions		: 510635
1800.03/1795.63	c propagations		: 287406950
1800.03/1795.63	c inspects		: 3717472089
1800.03/1795.63	c learnt literals	: 1
1800.03/1795.63	c learnt binary clauses	: 30
1800.03/1795.63	c learnt ternary clauses	: 23
1800.03/1795.63	c learnt clauses	: 464693
1800.03/1795.63	c ignored clauses	: 0
1800.03/1795.63	c root simplifications	: 0
1800.03/1795.63	c removed literals (reason simplification)	: 0
1800.03/1795.63	c reason swapping (by a shorter reason)	: 0
1800.03/1795.63	c Calls to reduceDB	: 47
1800.03/1795.63	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.63	c number of learned constraints concerned by reduction	: 0
1800.03/1795.63	c number of learning phase by resolution	: 0
1800.03/1795.63	c number of learning phase by cutting planes	: 0
1800.03/1795.63	c speed (assignments/second)	: 160132.51006932778
1800.03/1795.63	c non guided choices	0
1800.23/1795.73	c learnt constraints type 
1800.23/1795.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 464683
1800.23/1795.73	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 30
1800.23/1795.73	c constraints type 
1800.23/1795.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
1800.23/1795.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
1800.23/1795.73	s UNKNOWN
1800.23/1795.73	c Total wall clock time (in seconds): 1795.52

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/106 27668
/proc/meminfo: memFree=1864856/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1832 CPUtime=0
/proc/27668/stat : 27668 (java6) S 27666 27668 27553 0 -1 4194304 240 0 0 0 0 0 0 0 23 0 1 0 20427657 1875968 143 1992294400 134512640 134550932 4292333024 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/27668/statm: 458 143 107 10 0 63 0

[startup+0.0935711 s]
/proc/loadavg: 0.99 0.97 0.98 3/106 27668
/proc/meminfo: memFree=1864856/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1521796 CPUtime=0.08
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 3864 0 1 0 6 2 0 0 18 0 7 0 20427657 1558319104 3305 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.101137 s]
/proc/loadavg: 0.99 0.97 0.98 3/106 27668
/proc/meminfo: memFree=1864856/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1524184 CPUtime=0.08
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 3956 0 1 0 6 2 0 0 18 0 12 0 20427657 1560764416 3395 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300926 s]
/proc/loadavg: 0.99 0.97 0.98 3/106 27668
/proc/meminfo: memFree=1864856/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1526400 CPUtime=0.37
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 5352 0 1 0 34 3 0 0 18 0 12 0 20427657 1563033600 4790 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 381600 4790 1362 10 0 378902 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526400

[startup+0.70092 s]
/proc/loadavg: 0.99 0.97 0.98 3/106 27668
/proc/meminfo: memFree=1864856/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1528024 CPUtime=1.15
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 7601 0 1 0 110 5 0 0 18 0 12 0 20427657 1564696576 6930 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382006 6931 1403 10 0 379308 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1528024

[startup+1.50191 s]
/proc/loadavg: 1.15 1.00 0.99 4/119 27681
/proc/meminfo: memFree=1833320/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1531292 CPUtime=2.66
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 11692 0 1 0 260 6 0 0 18 0 13 0 20427657 1568043008 10533 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382823 10539 1420 10 0 380125 0
[pid=27668/tid=27670] ppid=27666 vsize=1531292 CPUtime=1.47
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 8178 0 1 0 143 4 0 0 19 0 13 0 20427658 1568043008 10539 1992294400 134512640 134550932 4287267632 18446744073709551615 4109186864 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20427660 1568043008 10539 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20427660 1568043008 10539 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 20427661 1568043008 10540 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20427662 1568043008 10540 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 20427662 1568043008 10540 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568043008 10540 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1531292 CPUtime=0.61
/proc/27668/task/27677/stat : 27677 (java) R 27666 27668 27553 0 -1 4202560 922 0 0 0 61 0 0 0 25 0 13 0 20427666 1568043008 10540 1992294400 134512640 134550932 4287267632 18446744073709551615 105577875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1531292 CPUtime=0.55
/proc/27668/task/27678/stat : 27678 (java) R 27666 27668 27553 0 -1 4202560 1528 0 0 0 55 0 0 0 25 0 13 0 20427666 1568043008 10541 1992294400 134512640 134550932 4287267632 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568043008 10541 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20427666 1568043008 10541 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1531292 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568043008 10541 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1531292

[startup+3.10189 s]
/proc/loadavg: 1.15 1.00 0.99 2/119 27681
/proc/meminfo: memFree=1798228/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1532064 CPUtime=4.92
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 36445 0 1 0 475 17 0 0 18 0 13 0 20427657 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 383016 35091 1433 10 0 380318 0
[pid=27668/tid=27670] ppid=27666 vsize=1532064 CPUtime=3.05
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 32111 0 1 0 291 14 0 0 18 0 13 0 20427658 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4109403552 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 204 0 0 0 0 0 0 0 18 0 13 0 20427660 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 184 0 0 0 0 0 0 0 18 0 13 0 20427660 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 20427661 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1532064 CPUtime=0.93
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 1288 0 0 0 93 0 0 0 25 0 13 0 20427666 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1532064 CPUtime=0.87
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1583 0 0 0 87 0 0 0 21 0 13 0 20427666 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20427666 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568833536 35091 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1532064

[startup+6.30184 s]
/proc/loadavg: 1.14 1.00 0.99 2/119 27681
/proc/meminfo: memFree=1727176/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1532064 CPUtime=8.14
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 36976 0 1 0 796 18 0 0 18 0 13 0 20427657 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 383016 35616 1433 10 0 380318 0
[pid=27668/tid=27670] ppid=27666 vsize=1532064 CPUtime=6.24
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 32120 0 1 0 609 15 0 0 25 0 13 0 20427658 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4109462371 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1532064 CPUtime=0.02
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 441 0 0 0 2 0 0 0 18 0 13 0 20427660 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1532064 CPUtime=0.01
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 458 0 0 0 1 0 0 0 18 0 13 0 20427660 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 20427661 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1532064 CPUtime=0.93
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 1288 0 0 0 93 0 0 0 25 0 13 0 20427666 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1532064 CPUtime=0.88
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1583 0 0 0 88 0 0 0 15 0 13 0 20427666 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20427666 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1532064 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568833536 35616 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1532064

[startup+12.7017 s]
/proc/loadavg: 1.13 1.00 0.99 2/119 27681
/proc/meminfo: memFree=1691340/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1536228 CPUtime=15.05
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 47394 0 1 0 1483 22 0 0 18 0 13 0 20427657 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 384057 45751 1443 10 0 381359 0
[pid=27668/tid=27670] ppid=27666 vsize=1536228 CPUtime=12.58
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 39645 0 1 0 1241 17 0 0 25 0 13 0 20427658 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4109410325 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1536228 CPUtime=0.04
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 1138 0 0 0 4 0 0 0 18 0 13 0 20427660 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1536228 CPUtime=0.04
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 1171 0 0 0 4 0 0 0 18 0 13 0 20427660 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1536228 CPUtime=0.02
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 192 0 0 0 2 0 0 0 16 0 13 0 20427661 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1536228 CPUtime=1.28
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2480 0 0 0 127 1 0 0 16 0 13 0 20427666 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1536228 CPUtime=1.02
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1701 0 0 0 102 0 0 0 16 0 13 0 20427666 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20427666 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1536228 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1573097472 45751 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 1536228

[startup+25.5006 s]
/proc/loadavg: 1.11 1.00 0.99 2/119 27681
/proc/meminfo: memFree=1686008/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1534740 CPUtime=27.95
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 47829 0 1 0 2773 22 0 0 18 0 13 0 20427657 1571573760 45817 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 383685 45817 1443 10 0 380987 0
[pid=27668/tid=27670] ppid=27666 vsize=1534740 CPUtime=25.36
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 39656 0 1 0 2518 18 0 0 25 0 13 0 20427658 1571573760 45817 1992294400 134512640 134550932 4287267632 18446744073709551615 4109430425 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1534740 CPUtime=0.06
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 1329 0 0 0 6 0 0 0 16 0 13 0 20427660 1571573760 45817 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1534740 CPUtime=0.05
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 1404 0 0 0 5 0 0 0 18 0 13 0 20427660 1571573760 45817 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1534740 CPUtime=0.03

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

[pid=27668] ppid=27666 vsize=1531968 CPUtime=1666.54
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 75011 0 1 0 166530 124 0 0 18 0 13 0 20427657 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382992 70991 1443 10 0 380294 0
[pid=27668/tid=27670] ppid=27666 vsize=1531968 CPUtime=1647.76
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 40280 0 1 0 164693 83 0 0 25 0 13 0 20427658 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4109427712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1531968 CPUtime=2.89
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 14299 0 0 0 274 15 0 0 16 0 13 0 20427660 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1531968 CPUtime=2.91
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 13947 0 0 0 273 18 0 0 15 0 13 0 20427660 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1531968 CPUtime=10.37
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1134 0 0 0 1032 5 0 0 15 0 13 0 20427661 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1531968 CPUtime=1.32
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2482 0 0 0 131 1 0 0 15 0 13 0 20427666 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1531968 CPUtime=1.24
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1704 0 0 0 124 0 0 0 15 0 13 0 20427666 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 20427666 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568735232 70991 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.54
Current children cumulated vsize (KiB) 1531968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27739
/proc/meminfo: memFree=1579432/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1531968 CPUtime=1726.61
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 75863 0 1 0 172533 128 0 0 18 0 13 0 20427657 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382992 71814 1443 10 0 380294 0
[pid=27668/tid=27670] ppid=27666 vsize=1531968 CPUtime=1707.18
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 40291 0 1 0 170633 85 0 0 25 0 13 0 20427658 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4109403479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1531968 CPUtime=2.99
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 14586 0 0 0 284 15 0 0 15 0 13 0 20427660 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1531968 CPUtime=3
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 14462 0 0 0 282 18 0 0 15 0 13 0 20427660 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1531968 CPUtime=10.81
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1169 0 0 0 1076 5 0 0 15 0 13 0 20427661 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1531968 CPUtime=1.32
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2482 0 0 0 131 1 0 0 15 0 13 0 20427666 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1531968 CPUtime=1.24
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1704 0 0 0 124 0 0 0 15 0 13 0 20427666 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 20427666 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568735232 71814 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.61
Current children cumulated vsize (KiB) 1531968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27741
/proc/meminfo: memFree=1575092/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1531968 CPUtime=1786.71
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 76913 0 1 0 178540 131 0 0 18 0 13 0 20427657 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382992 72832 1443 10 0 380294 0
[pid=27668/tid=27670] ppid=27666 vsize=1531968 CPUtime=1766.59
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 40303 0 1 0 176572 87 0 0 25 0 13 0 20427658 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4109548158 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1531968 CPUtime=3.11
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 14944 0 0 0 295 16 0 0 16 0 13 0 20427660 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1531968 CPUtime=3.13
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 15125 0 0 0 294 19 0 0 16 0 13 0 20427660 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1531968 CPUtime=11.26
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1184 0 0 0 1121 5 0 0 15 0 13 0 20427661 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1531968 CPUtime=1.32
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2482 0 0 0 131 1 0 0 15 0 13 0 20427666 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1531968 CPUtime=1.24
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1704 0 0 0 124 0 0 0 15 0 13 0 20427666 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 20427666 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568735232 72832 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 1531968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27741
/proc/meminfo: memFree=1574596/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1531968 CPUtime=1800.03
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 77075 0 1 0 179871 132 0 0 18 0 13 0 20427657 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 382992 72986 1443 10 0 380294 0
[pid=27668/tid=27670] ppid=27666 vsize=1531968 CPUtime=1779.85
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 40306 0 1 0 177898 87 0 0 25 0 13 0 20427658 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4109431213 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1531968 CPUtime=3.14
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 15009 0 0 0 298 16 0 0 16 0 13 0 20427660 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1531968 CPUtime=3.15
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 15215 0 0 0 296 19 0 0 16 0 13 0 20427660 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1531968 CPUtime=11.26
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1186 0 0 0 1121 5 0 0 15 0 13 0 20427661 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20427662 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1531968 CPUtime=1.32
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2482 0 0 0 131 1 0 0 15 0 13 0 20427666 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1531968 CPUtime=1.24
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1704 0 0 0 124 0 0 0 15 0 13 0 20427666 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20427666 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 20427666 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1531968 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 20427752 1568735232 72986 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1531968

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

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

[startup+1795.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27741
/proc/meminfo: memFree=1574596/2059040 swapFree=4135652/4192956
[pid=27668] ppid=27666 vsize=1532616 CPUtime=1800.23
/proc/27668/stat : 27668 (java) S 27666 27668 27553 0 -1 4202496 77147 0 1 0 179891 132 0 0 18 0 15 0 20427657 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27668/statm: 383154 73057 1445 10 0 380456 0
[pid=27668/tid=27670] ppid=27666 vsize=1532616 CPUtime=1779.91
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 27553 0 -1 4202560 40306 0 1 0 177904 87 0 0 25 0 15 0 20427658 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4109427617 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27668/tid=27671] ppid=27666 vsize=1532616 CPUtime=3.15
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 27553 0 -1 4202560 15047 0 0 0 299 16 0 0 15 0 15 0 20427660 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27672] ppid=27666 vsize=1532616 CPUtime=3.16
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 27553 0 -1 4202560 15228 0 0 0 297 19 0 0 15 0 15 0 20427660 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27673] ppid=27666 vsize=1532616 CPUtime=11.26
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 27553 0 -1 4202560 1186 0 0 0 1121 5 0 0 15 0 15 0 20427661 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 0 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27674] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 27553 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 20427662 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27675] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 27553 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 20427662 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27676] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 27553 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 20427666 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27677] ppid=27666 vsize=1532616 CPUtime=1.33
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 27553 0 -1 4202560 2482 0 0 0 132 1 0 0 16 0 15 0 20427666 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27678] ppid=27666 vsize=1532616 CPUtime=1.28
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 27553 0 -1 4202560 1708 0 0 0 128 0 0 0 15 0 15 0 20427666 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27679] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 20427666 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
[pid=27668/tid=27680] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 27553 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 15 0 20427666 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 1 0 0 0
[pid=27668/tid=27681] ppid=27666 vsize=1532616 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 27553 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 20427752 1569398784 73057 1992294400 134512640 134550932 4287267632 18446744073709551615 4294960144 0 4 0 16800975 18446604437860992832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1532616

Child status: 143
Real time (s): 1795.77
CPU time (s): 1800.31
CPU user time (s): 1798.96
CPU system time (s): 1.35279
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 1536408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.35279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77151
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= 42410
involuntary context switches= 31766

runsolver used 3.79242 second user time and 9.42757 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 18:57:17
IDJOB=2660243
IDBENCH=2134
IDSOLVER=1165
FILE ID=node002/2660243-1276448237
PBS_JOBID= 11173338
Free space on /tmp= 62400 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-4-c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660243-1276448237/watcher-2660243-1276448237 -o /tmp/evaluation-result-2660243-1276448237/solver-2660243-1276448237 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660243-1276448237.opb

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

MD5SUM BENCH= 28753ff2e44c4cedb2d3a2e783f8d1a4
RANDOM SEED=563927480

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1865128 kB
Buffers:         25988 kB
Cached:          91872 kB
SwapCached:       9840 kB
Active:          64864 kB
Inactive:        65024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1865128 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             564 kB
Writeback:           0 kB
AnonPages:       10688 kB
Mapped:           9048 kB
Slab:            42000 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 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= 62396 MiB
End job on node002 at 2010-06-13 19:27:15