Trace number 2669984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26SAT (TO)3 1800.25 1770.36

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=7-P1=29-P2=53-P3=31-P4=23-P5=47-P6=67-B.opb
MD5SUM8b8e1d2a13a8c39d33c0acf49e3195a1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.478926
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Quality of the solution as a function of time


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

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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2669984-1276698692.opb
0.22/0.22	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.116s.
0.36/0.33	c #vars     324
0.36/0.33	c #constraints  451
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 216
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 235
11.84/8.84	c SATISFIABLE
11.84/8.84	c OPTIMIZING...
11.84/8.84	c Got one! Elapsed wall clock time (in seconds):8.627
11.84/8.84	o 27
18.24/15.15	c cleaning 0 clauses out of 5000 with flag 0/5000
70.98/67.31	c cleaning 0 clauses out of 11001 with flag 0/11001
178.83/174.16	c Got one! Elapsed wall clock time (in seconds):173.94
178.83/174.16	o 9
220.48/215.38	c cleaning 0 clauses out of 18002 with flag 0/18002
399.72/392.53	c Got one! Elapsed wall clock time (in seconds):392.317
399.72/392.53	o 5
498.26/489.89	c cleaning 0 clauses out of 26000 with flag 0/26000
715.03/703.86	c Got one! Elapsed wall clock time (in seconds):703.64
715.03/703.86	o 3
937.69/923.94	c cleaning 0 clauses out of 35000 with flag 0/35000
1531.08/1505.95	c cleaning 0 clauses out of 45002 with flag 0/45002
1800.02/1770.22	c starts		: 70
1800.02/1770.22	c conflicts		: 48983
1800.02/1770.22	c decisions		: 53429
1800.02/1770.22	c propagations		: 630784
1800.02/1770.22	c inspects		: 1087370064
1800.02/1770.22	c learnt literals	: 0
1800.02/1770.22	c learnt binary clauses	: 0
1800.02/1770.22	c learnt ternary clauses	: 0
1800.02/1770.22	c learnt clauses	: 48982
1800.02/1770.22	c ignored clauses	: 0
1800.02/1770.22	c root simplifications	: 0
1800.02/1770.22	c removed literals (reason simplification)	: 0
1800.02/1770.22	c reason swapping (by a shorter reason)	: 0
1800.02/1770.22	c Calls to reduceDB	: 6
1800.02/1770.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1770.22	c number of learned constraints concerned by reduction	: 0
1800.02/1770.22	c number of learning phase by resolution	: 0
1800.02/1770.22	c number of learning phase by cutting planes	: 0
1800.02/1770.22	c speed (assignments/second)	: 591.530064893657
1800.02/1770.22	c non guided choices	833
1800.02/1770.28	c learnt constraints type 
1800.02/1770.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 449
1800.02/1770.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48534
1800.02/1770.28	c constraints type 
1800.02/1770.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 216
1800.02/1770.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 236
1800.02/1770.28	s SATISFIABLE
1800.02/1770.28	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 x9 x10 x11 -x12 x13 -x14 x15 x16 x17 -x18 x19 -x20 x21 x22 x23 -x24 x25 x26 -x27 -x28 -x29 -x30 x31 -x32 x33 -x34 -x35 x36 x37 x38 -x39 -x40 x41 x42 x43 x44 x45 -x46 x47 -x48 x49 x50 -x51 x52 x53 -x54 x55 x56 x57 x58 -x59 -x60 x61 -x62 x63 x64 -x65 x66 x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 
1800.02/1770.28	c objective function=3
1800.02/1770.28	c Total wall clock time (in seconds): 1770.065

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669984-1276698692/watcher-2669984-1276698692 -o /tmp/evaluation-result-2669984-1276698692/solver-2669984-1276698692 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669984-1276698692.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.02 0.01 0.00 3/106 17395
/proc/meminfo: memFree=1854592/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=392 CPUtime=0
/proc/17395/stat : 17395 (java6) S 17393 17395 17370 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 45473190 401408 40 1992294400 134512640 134550932 4290956048 18446744073709551615 8045140 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/17395/statm: 98 40 32 10 0 25 0

[startup+0.0281481 s]
/proc/loadavg: 0.02 0.01 0.00 3/106 17395
/proc/meminfo: memFree=1854592/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1517068 CPUtime=0.01
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 2116 0 1 0 0 1 0 0 15 0 2 0 45473190 1553477632 1561 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 379267 1575 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100147 s]
/proc/loadavg: 0.02 0.01 0.00 3/106 17395
/proc/meminfo: memFree=1854592/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1524024 CPUtime=0.08
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 45473190 1560600576 3374 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300144 s]
/proc/loadavg: 0.02 0.01 0.00 3/106 17395
/proc/meminfo: memFree=1854592/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1526432 CPUtime=0.36
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 5303 0 1 0 33 3 0 0 15 0 12 0 45473190 1563066368 4741 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 381608 4741 1357 10 0 378910 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526432

[startup+0.700138 s]
/proc/loadavg: 0.02 0.01 0.00 3/106 17395
/proc/meminfo: memFree=1854592/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1532824 CPUtime=1.09
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 8091 0 1 0 105 4 0 0 15 0 13 0 45473190 1569611776 7166 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 383206 7166 1399 10 0 380508 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1532824

[startup+1.50113 s]
/proc/loadavg: 0.02 0.01 0.00 4/119 17408
/proc/meminfo: memFree=1826032/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1535184 CPUtime=2.69
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 16176 0 1 0 261 8 0 0 15 0 13 0 45473190 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 383796 14527 1411 10 0 381098 0
[pid=17395/tid=17397] ppid=17393 vsize=1535184 CPUtime=1.46
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 11315 0 1 0 140 6 0 0 25 0 13 0 45473192 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4109348665 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 45473193 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 45473193 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 45473195 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 45473195 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 45473195 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1535184 CPUtime=1.01
/proc/17395/task/17404/stat : 17404 (java) R 17393 17395 17370 0 -1 4202560 3175 0 0 0 100 1 0 0 19 0 13 0 45473200 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 106251689 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1535184 CPUtime=0.2
/proc/17395/task/17405/stat : 17405 (java) R 17393 17395 17370 0 -1 4202560 618 0 0 0 20 0 0 0 22 0 13 0 45473200 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 105747407 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 45473200 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1535184 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1572028416 14527 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1535184

[startup+3.1011 s]
/proc/loadavg: 0.26 0.06 0.02 4/119 17408
/proc/meminfo: memFree=1756964/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1546532 CPUtime=5.83
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 42665 0 1 0 561 22 0 0 15 0 13 0 45473190 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 386633 38689 1435 10 0 383935 0
[pid=17395/tid=17397] ppid=17393 vsize=1546532 CPUtime=2.49
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 32064 0 1 0 233 16 0 0 25 0 13 0 45473192 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4109710978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 13 0 45473193 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 13 0 45473193 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 13 0 45473195 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1546532 CPUtime=2.39
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6954 0 0 0 236 3 0 0 18 0 13 0 45473200 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1546532 CPUtime=0.89
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2158 0 0 0 89 0 0 0 25 0 13 0 45473200 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 45473200 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1583648768 38689 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1546532

[startup+6.30105 s]
/proc/loadavg: 0.26 0.06 0.02 2/119 17408
/proc/meminfo: memFree=1697196/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1546532 CPUtime=9.26
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 51508 0 1 0 901 25 0 0 15 0 13 0 45473190 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 386633 47444 1435 10 0 383935 0
[pid=17395/tid=17397] ppid=17393 vsize=1546532 CPUtime=5.6
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 36265 0 1 0 542 18 0 0 25 0 13 0 45473192 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4109664112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1546532 CPUtime=0.09
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 2643 0 0 0 8 1 0 0 15 0 13 0 45473193 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1546532 CPUtime=0.09
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 2386 0 0 0 8 1 0 0 16 0 13 0 45473193 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 13 0 45473195 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1546532 CPUtime=2.43
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6956 0 0 0 240 3 0 0 15 0 13 0 45473200 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1546532 CPUtime=0.99
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2162 0 0 0 99 0 0 0 18 0 13 0 45473200 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 45473200 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1583648768 47444 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 1546532

[startup+12.701 s]
/proc/loadavg: 0.37 0.09 0.03 2/119 17408
/proc/meminfo: memFree=1660864/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1546532 CPUtime=15.79
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 54071 0 1 0 1552 27 0 0 15 0 13 0 45473190 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 386633 49714 1435 10 0 383935 0
[pid=17395/tid=17397] ppid=17393 vsize=1546532 CPUtime=11.9
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 36276 0 1 0 1171 19 0 0 25 0 13 0 45473192 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4109830165 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1546532 CPUtime=0.18
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 4024 0 0 0 17 1 0 0 16 0 13 0 45473193 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1546532 CPUtime=0.18
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 3557 0 0 0 17 1 0 0 16 0 13 0 45473193 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 45473195 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1546532 CPUtime=2.46
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6956 0 0 0 243 3 0 0 15 0 13 0 45473200 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1546532 CPUtime=1.01
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2162 0 0 0 101 0 0 0 15 0 13 0 45473200 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 45473200 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1546532 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1583648768 49714 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1546532

[startup+25.5018 s]
/proc/loadavg: 0.47 0.12 0.04 2/119 17408
/proc/meminfo: memFree=1647472/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1546532 CPUtime=28.84
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 57593 0 1 0 2854 30 0 0 15 0 13 0 45473190 1583648768 52994 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 386633 52994 1445 10 0 383935 0
[pid=17395/tid=17397] ppid=17393 vsize=1546532 CPUtime=24.42
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 36374 0 1 0 2423 19 0 0 25 0 13 0 45473192 1583648768 52994 1992294400 134512640 134550932 4294448080 18446744073709551615 4109830176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1546532 CPUtime=0.35
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 5744 0 0 0 33 2 0 0 16 0 13 0 45473193 1583648768 52994 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1546532 CPUtime=0.35
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 5109 0 0 0 33 2 0 0 15 0 13 0 45473193 1583648768 52994 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1546532 CPUtime=0.07

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

[pid=17395] ppid=17393 vsize=1543064 CPUtime=1629.17
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 99790 0 1 0 162774 143 0 0 15 0 13 0 45473190 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 385766 91186 1445 10 0 383068 0
[pid=17395/tid=17397] ppid=17393 vsize=1543064 CPUtime=1574.06
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 37585 0 1 0 157343 63 0 0 25 0 13 0 45473192 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4109686410 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1543064 CPUtime=24.59
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 25720 0 0 0 2429 30 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1543064 CPUtime=24.53
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 25541 0 0 0 2421 32 0 0 15 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1543064 CPUtime=2.15
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 642 0 0 0 205 10 0 0 15 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1543064 CPUtime=2.48
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6960 0 0 0 245 3 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1543064 CPUtime=1.27
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2178 0 0 0 127 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.17
Current children cumulated vsize (KiB) 1543064

[startup+1662.3 s]
/proc/loadavg: 1.10 1.02 0.82 2/119 17452
/proc/meminfo: memFree=1492348/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1543064 CPUtime=1690.34
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 99841 0 1 0 168888 146 0 0 15 0 13 0 45473190 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 385766 91186 1445 10 0 383068 0
[pid=17395/tid=17397] ppid=17393 vsize=1543064 CPUtime=1632.8
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 37628 0 1 0 163217 63 0 0 25 0 13 0 45473192 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4109830205 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1543064 CPUtime=25.8
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 25720 0 0 0 2549 31 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1543064 CPUtime=25.74
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 25541 0 0 0 2540 34 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1543064 CPUtime=2.16
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 646 0 0 0 206 10 0 0 15 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1543064 CPUtime=2.48
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6960 0 0 0 245 3 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1543064 CPUtime=1.27
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2178 0 0 0 127 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1690.34
Current children cumulated vsize (KiB) 1543064

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 0.82 2/119 17454
/proc/meminfo: memFree=1492224/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1543064 CPUtime=1751.41
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 99893 0 1 0 174990 151 0 0 15 0 13 0 45473190 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 385766 91186 1445 10 0 383068 0
[pid=17395/tid=17397] ppid=17393 vsize=1543064 CPUtime=1691.59
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 37672 0 1 0 169093 66 0 0 25 0 13 0 45473192 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4109686275 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1543064 CPUtime=26.94
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 25720 0 0 0 2663 31 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1543064 CPUtime=26.88
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 25541 0 0 0 2652 36 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1543064 CPUtime=2.18
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 650 0 0 0 207 11 0 0 15 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1543064 CPUtime=2.48
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6960 0 0 0 245 3 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1543064 CPUtime=1.27
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2178 0 0 0 127 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.41
Current children cumulated vsize (KiB) 1543064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.2 s]
/proc/loadavg: 1.11 1.04 0.84 2/119 17463
/proc/meminfo: memFree=1491232/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1543064 CPUtime=1800.02
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 99932 0 1 0 179848 154 0 0 15 0 13 0 45473190 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 385766 91186 1445 10 0 383068 0
[pid=17395/tid=17397] ppid=17393 vsize=1543064 CPUtime=1738.69
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 37707 0 1 0 173801 68 0 0 25 0 13 0 45473192 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4109829916 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1543064 CPUtime=27.69
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 25720 0 0 0 2737 32 0 0 15 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1543064 CPUtime=27.64
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 25541 0 0 0 2728 36 0 0 16 0 13 0 45473193 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1543064 CPUtime=2.18
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 652 0 0 0 207 11 0 0 16 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 45473195 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 45473199 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1543064 CPUtime=2.48
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6960 0 0 0 245 3 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1543064 CPUtime=1.27
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2178 0 0 0 127 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 45473200 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1543064 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 45473224 1580097536 91186 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1543064

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

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

[startup+1770.32 s]
/proc/loadavg: 1.11 1.04 0.84 2/119 17463
/proc/meminfo: memFree=1491232/2059040 swapFree=4135688/4192956
[pid=17395] ppid=17393 vsize=1543712 CPUtime=1800.19
/proc/17395/stat : 17395 (java) S 17393 17395 17370 0 -1 4202496 99956 0 1 0 179865 154 0 0 15 0 14 0 45473190 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17395/statm: 385928 91210 1448 10 0 383230 0
[pid=17395/tid=17397] ppid=17393 vsize=1543712 CPUtime=1738.79
/proc/17395/task/17397/stat : 17397 (java) R 17393 17395 17370 0 -1 4202560 37707 0 1 0 173811 68 0 0 25 0 14 0 45473192 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4109686150 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17395/tid=17398] ppid=17393 vsize=1543712 CPUtime=27.69
/proc/17395/task/17398/stat : 17398 (java) S 17393 17395 17370 0 -1 4202560 25720 0 0 0 2737 32 0 0 15 0 14 0 45473193 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17399] ppid=17393 vsize=1543712 CPUtime=27.64
/proc/17395/task/17399/stat : 17399 (java) S 17393 17395 17370 0 -1 4202560 25541 0 0 0 2728 36 0 0 16 0 14 0 45473193 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17400] ppid=17393 vsize=1543712 CPUtime=2.18
/proc/17395/task/17400/stat : 17400 (java) S 17393 17395 17370 0 -1 4202560 652 0 0 0 207 11 0 0 16 0 14 0 45473195 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 0 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17401] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17401/stat : 17401 (java) S 17393 17395 17370 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 45473195 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17402] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17393 17395 17370 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 45473195 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17403] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17393 17395 17370 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 45473199 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17404] ppid=17393 vsize=1543712 CPUtime=2.48
/proc/17395/task/17404/stat : 17404 (java) S 17393 17395 17370 0 -1 4202560 6960 0 0 0 245 3 0 0 15 0 14 0 45473200 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 1 0 0 0
[pid=17395/tid=17405] ppid=17393 vsize=1543712 CPUtime=1.3
/proc/17395/task/17405/stat : 17405 (java) S 17393 17395 17370 0 -1 4202560 2182 0 0 0 130 0 0 0 16 0 14 0 45473200 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17406] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17406/stat : 17406 (java) S 17393 17395 17370 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 45473200 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17407] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17407/stat : 17407 (java) S 17393 17395 17370 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 45473200 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
[pid=17395/tid=17408] ppid=17393 vsize=1543712 CPUtime=0
/proc/17395/task/17408/stat : 17408 (java) S 17393 17395 17370 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 45473224 1580761088 91210 1992294400 134512640 134550932 4294448080 18446744073709551615 4294960144 0 4 0 16800975 18446604437838349376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1543712

Child status: 143
Real time (s): 1770.36
CPU time (s): 1800.25
CPU user time (s): 1798.66
CPU system time (s): 1.58376
CPU usage (%): 101.688
Max. virtual memory (cumulated for all children) (KiB): 1547792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.58376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99957
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= 49269
involuntary context switches= 51362

runsolver used 3.81142 second user time and 10.1425 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-16 16:31:32
IDJOB=2669984
IDBENCH=47943
IDSOLVER=1165
FILE ID=node002/2669984-1276698692
PBS_JOBID= 11174131
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=7-P1=29-P2=53-P3=31-P4=23-P5=47-P6=67-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669984-1276698692/watcher-2669984-1276698692 -o /tmp/evaluation-result-2669984-1276698692/solver-2669984-1276698692 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669984-1276698692.opb

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

MD5SUM BENCH= 8b8e1d2a13a8c39d33c0acf49e3195a1
RANDOM SEED=847619746

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:       1854988 kB
Buffers:          7028 kB
Cached:         108276 kB
SwapCached:      10520 kB
Active:          76284 kB
Inactive:        51956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854988 kB
SwapTotal:     4192956 kB
SwapFree:      4135688 kB
Dirty:             308 kB
Writeback:           0 kB
AnonPages:       11500 kB
Mapped:           9320 kB
Slab:            53912 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182020 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= 62572 MiB
End job on node002 at 2010-06-16 17:01:05