Trace number 2659479

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 36.0905 33.8161

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.1743
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659479-1276309138.opb
0.22/0.21	c reading problem ... 
0.91/0.64	c ... done. Wall clock time 0.433s.
0.91/0.64	c #vars     231
0.91/0.64	c #constraints  2707
0.91/0.64	c constraints type 
0.91/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.91/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.91/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.91/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.89/1.88	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.73/2.65	c cleaning 4248 clauses out of 8506 with flag 11001/11001
4.53/3.47	c cleaning 5626 clauses out of 11259 with flag 18002/18002
5.74/4.66	c cleaning 6815 clauses out of 13633 with flag 26002/26002
7.10/5.92	c cleaning 7899 clauses out of 15816 with flag 35000/35000
8.51/7.39	c cleaning 8955 clauses out of 17917 with flag 45000/45000
9.92/8.78	c cleaning 9472 clauses out of 18962 with flag 55000/55000
11.31/10.18	c cleaning 9741 clauses out of 19490 with flag 65000/65000
12.71/11.50	c cleaning 9872 clauses out of 19749 with flag 75000/75000
14.12/12.94	c cleaning 9935 clauses out of 19877 with flag 85000/85000
15.85/14.55	c cleaning 9963 clauses out of 19942 with flag 95000/95000
17.71/16.01	c cleaning 9978 clauses out of 19979 with flag 105000/105000
19.47/17.55	c cleaning 9997 clauses out of 20001 with flag 115000/115000
21.22/19.05	c cleaning 9992 clauses out of 20006 with flag 125002/125002
22.62/20.47	c cleaning 10003 clauses out of 20015 with flag 135003/135003
23.81/21.62	c cleaning 10001 clauses out of 20010 with flag 145001/145001
25.02/22.81	c cleaning 9998 clauses out of 20010 with flag 155002/155002
26.22/24.10	c cleaning 9989 clauses out of 20010 with flag 165000/165000
27.43/25.29	c cleaning 10001 clauses out of 20021 with flag 175000/175000
28.63/26.45	c cleaning 9999 clauses out of 20022 with flag 185002/185002
29.93/27.71	c cleaning 10009 clauses out of 20022 with flag 195001/195001
31.13/28.98	c cleaning 10000 clauses out of 20013 with flag 205001/205001
32.42/30.24	c cleaning 10003 clauses out of 20013 with flag 215001/215001
33.75/31.57	c cleaning 9997 clauses out of 20009 with flag 225000/225000
35.15/32.95	c cleaning 9996 clauses out of 20012 with flag 235000/235000
35.97/33.75	c starts		: 120
35.97/33.75	c conflicts		: 241047
35.97/33.75	c decisions		: 436536
35.97/33.75	c propagations		: 8534372
35.97/33.75	c inspects		: 131217450
35.97/33.75	c learnt literals	: 6
35.97/33.75	c learnt binary clauses	: 24
35.97/33.75	c learnt ternary clauses	: 269
35.97/33.75	c learnt clauses	: 241040
35.97/33.75	c ignored clauses	: 0
35.97/33.75	c root simplifications	: 0
35.97/33.75	c removed literals (reason simplification)	: 1075287
35.97/33.75	c reason swapping (by a shorter reason)	: 0
35.97/33.75	c Calls to reduceDB	: 25
35.97/33.75	c number of reductions to clauses (during analyze)	: 0
35.97/33.75	c number of learned constraints concerned by reduction	: 0
35.97/33.75	c number of learning phase by resolution	: 0
35.97/33.75	c number of learning phase by cutting planes	: 0
35.97/33.75	c speed (assignments/second)	: 257804.85741904302
35.97/33.75	c non guided choices	169
35.97/33.78	c learnt constraints type 
35.97/33.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16032
35.97/33.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
35.97/33.78	c constraints type 
35.97/33.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
35.97/33.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
35.97/33.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
35.97/33.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
35.97/33.78	s UNSATISFIABLE
35.97/33.78	c Total wall clock time (in seconds): 33.569

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8529
/proc/meminfo: memFree=1535200/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=428 CPUtime=0
/proc/8529/stat : 8529 (java6) R 8527 8529 7733 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 6515132 438272 42 1992294400 134512640 134550932 4289466608 18446744073709551615 9135302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8529/statm: 107 42 33 10 0 25 0

[startup+0.014343 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8529
/proc/meminfo: memFree=1535200/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1832 CPUtime=0
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4194304 418 0 0 0 0 0 0 0 15 0 1 0 6515132 1875968 148 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 0 0 0 0
/proc/8529/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101712 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8529
/proc/meminfo: memFree=1535200/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1524184 CPUtime=0.08
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 3952 0 1 0 6 2 0 0 15 0 12 0 6515132 1560764416 3391 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 381046 3391 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301726 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8529
/proc/meminfo: memFree=1535200/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1526084 CPUtime=0.33
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 5261 0 1 0 31 2 0 0 15 0 12 0 6515132 1562710016 4696 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 381521 4696 1361 10 0 378823 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526084

[startup+0.701772 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8529
/proc/meminfo: memFree=1535200/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1528424 CPUtime=1.08
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 7164 0 1 0 105 3 0 0 15 0 13 0 6515132 1565106176 6468 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 382106 6468 1403 10 0 379408 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528424

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 8542
/proc/meminfo: memFree=1513212/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1530472 CPUtime=2.52
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 9199 0 1 0 248 4 0 0 15 0 13 0 6515132 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 382618 7407 1424 10 0 379920 0
[pid=8529/tid=8531] ppid=8527 vsize=1530472 CPUtime=1.33
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5188 0 1 0 131 2 0 0 25 0 13 0 6515134 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4109703079 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 6515135 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 6515135 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 6515137 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 6515137 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1530472 CPUtime=0.91
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 2376 0 0 0 90 1 0 0 17 0 13 0 6515142 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1530472 CPUtime=0.26
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 570 0 0 0 26 0 0 0 22 0 13 0 6515142 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1567203328 7407 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1567203328 7408 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1567203328 7408 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1530472

[startup+3.10088 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8542
/proc/meminfo: memFree=1507508/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1530472 CPUtime=4.23
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 10395 0 1 0 419 4 0 0 15 0 13 0 6515132 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 382618 8598 1442 10 0 379920 0
[pid=8529/tid=8531] ppid=8527 vsize=1530472 CPUtime=2.8
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5514 0 1 0 278 2 0 0 25 0 13 0 6515134 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4109705344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 13 0 6515135 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 230 0 0 0 0 0 0 0 16 0 13 0 6515135 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1530472 CPUtime=0.04
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 349 0 0 0 4 0 0 0 16 0 13 0 6515137 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1530472 CPUtime=1.04
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 2391 0 0 0 103 1 0 0 15 0 13 0 6515142 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1530472 CPUtime=0.31
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 577 0 0 0 31 0 0 0 16 0 13 0 6515142 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1567203328 8598 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1530472

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8542
/proc/meminfo: memFree=1504656/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1530472 CPUtime=7.51
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 10856 0 1 0 746 5 0 0 15 0 13 0 6515132 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 382618 9034 1442 10 0 379920 0
[pid=8529/tid=8531] ppid=8527 vsize=1530472 CPUtime=5.88
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5516 0 1 0 586 2 0 0 25 0 13 0 6515134 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4109705031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1530472 CPUtime=0.01
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 13 0 6515135 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1530472 CPUtime=0.01
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 322 0 0 0 1 0 0 0 15 0 13 0 6515135 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1530472 CPUtime=0.11
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 545 0 0 0 11 0 0 0 15 0 13 0 6515137 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1530472 CPUtime=1.13
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 2446 0 0 0 112 1 0 0 16 0 13 0 6515142 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1530472 CPUtime=0.32
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 577 0 0 0 32 0 0 0 16 0 13 0 6515142 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1567203328 9034 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1530472

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8542
/proc/meminfo: memFree=1502920/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1530472 CPUtime=13.92
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 11048 0 1 0 1387 5 0 0 15 0 13 0 6515132 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 382618 9222 1442 10 0 379920 0
[pid=8529/tid=8531] ppid=8527 vsize=1530472 CPUtime=12.15
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5520 0 1 0 1213 2 0 0 25 0 13 0 6515134 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4109702686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1530472 CPUtime=0.02
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 386 0 0 0 2 0 0 0 16 0 13 0 6515135 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1530472 CPUtime=0.03
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 324 0 0 0 3 0 0 0 15 0 13 0 6515135 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1530472 CPUtime=0.21
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 730 0 0 0 21 0 0 0 15 0 13 0 6515137 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1530472 CPUtime=1.13
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 2446 0 0 0 112 1 0 0 16 0 13 0 6515142 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1530472 CPUtime=0.32
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 577 0 0 0 32 0 0 0 16 0 13 0 6515142 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1530472 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1567203328 9222 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 1530472

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8542
/proc/meminfo: memFree=1495232/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536616 CPUtime=27.72
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15156 0 1 0 2765 7 0 0 15 0 13 0 6515132 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384154 11051 1442 10 0 381456 0
[pid=8529/tid=8531] ppid=8527 vsize=1536616 CPUtime=24.57
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5532 0 1 0 2455 2 0 0 25 0 13 0 6515134 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4109703583 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536616 CPUtime=0.05
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 5 0 0 0 15 0 13 0 6515135 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536616 CPUtime=0.06
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 6 0 0 0 16 0 13 0 6515135 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536616 CPUtime=0.49

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

/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573494784 11051 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.93
Current children cumulated vsize (KiB) 1536616

[startup+31.9092 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8544
/proc/meminfo: memFree=1495356/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536616 CPUtime=34.16
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15162 0 1 0 3408 8 0 0 15 0 13 0 6515132 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384154 10881 1442 10 0 381456 0
[pid=8529/tid=8531] ppid=8527 vsize=1536616 CPUtime=30.8
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5538 0 1 0 3077 3 0 0 25 0 13 0 6515134 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4109595995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536616 CPUtime=0.06
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 13 0 6515135 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536616 CPUtime=0.07
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 7 0 0 0 15 0 13 0 6515135 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536616 CPUtime=0.63
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 844 0 0 0 63 0 0 0 15 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1536616 CPUtime=2.16
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 6388 0 0 0 214 2 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1536616 CPUtime=0.37
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 611 0 0 0 37 0 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.16
Current children cumulated vsize (KiB) 1536616

[startup+32.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8544
/proc/meminfo: memFree=1495356/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536616 CPUtime=34.95
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15162 0 1 0 3487 8 0 0 15 0 13 0 6515132 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384154 10881 1442 10 0 381456 0
[pid=8529/tid=8531] ppid=8527 vsize=1536616 CPUtime=31.59
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5538 0 1 0 3156 3 0 0 25 0 13 0 6515134 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4109596108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536616 CPUtime=0.06
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 13 0 6515135 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536616 CPUtime=0.07
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 7 0 0 0 15 0 13 0 6515135 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536616 CPUtime=0.63
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 844 0 0 0 63 0 0 0 16 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1536616 CPUtime=2.16
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 6388 0 0 0 214 2 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1536616 CPUtime=0.37
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 611 0 0 0 37 0 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6515142 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573494784 10881 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.95
Current children cumulated vsize (KiB) 1536616

[startup+33.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8544
/proc/meminfo: memFree=1495356/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536616 CPUtime=35.77
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15169 0 1 0 3569 8 0 0 15 0 13 0 6515132 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384154 10882 1442 10 0 381456 0
[pid=8529/tid=8531] ppid=8527 vsize=1536616 CPUtime=32.36
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5541 0 1 0 3233 3 0 0 25 0 13 0 6515134 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4109653527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536616 CPUtime=0.06
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 13 0 6515135 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536616 CPUtime=0.07
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 7 0 0 0 16 0 13 0 6515135 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536616 CPUtime=0.66
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 846 0 0 0 66 0 0 0 16 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1536616 CPUtime=2.18
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 6388 0 0 0 216 2 0 0 16 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1536616 CPUtime=0.37
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 611 0 0 0 37 0 0 0 15 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.77
Current children cumulated vsize (KiB) 1536616

[startup+33.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8544
/proc/meminfo: memFree=1495356/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536616 CPUtime=35.97
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15169 0 1 0 3589 8 0 0 15 0 13 0 6515132 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384154 10882 1442 10 0 381456 0
[pid=8529/tid=8531] ppid=8527 vsize=1536616 CPUtime=32.56
/proc/8529/task/8531/stat : 8531 (java) R 8527 8529 7733 0 -1 4202560 5541 0 1 0 3253 3 0 0 25 0 13 0 6515134 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4109596071 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536616 CPUtime=0.06
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 13 0 6515135 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536616 CPUtime=0.07
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 7 0 0 0 16 0 13 0 6515135 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536616 CPUtime=0.66
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 846 0 0 0 66 0 0 0 16 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1536616 CPUtime=2.18
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 6388 0 0 0 216 2 0 0 16 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1536616 CPUtime=0.37
/proc/8529/task/8539/stat : 8539 (java) S 8527 8529 7733 0 -1 4202560 611 0 0 0 37 0 0 0 15 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6515142 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536616 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573494784 10882 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.97
Current children cumulated vsize (KiB) 1536616

[startup+33.8029 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8544
/proc/meminfo: memFree=1495356/2059040 swapFree=4192956/4192956
[pid=8529] ppid=8527 vsize=1536940 CPUtime=36.07
/proc/8529/stat : 8529 (java) S 8527 8529 7733 0 -1 4202496 15183 0 1 0 3599 8 0 0 15 0 13 0 6515132 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8529/statm: 384235 10896 1445 10 0 381537 0
[pid=8529/tid=8531] ppid=8527 vsize=1536940 CPUtime=32.61
/proc/8529/task/8531/stat : 8531 (java) S 8527 8529 7733 0 -1 4202560 5546 0 1 0 3258 3 0 0 18 0 13 0 6515134 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8532] ppid=8527 vsize=1536940 CPUtime=0.06
/proc/8529/task/8532/stat : 8532 (java) S 8527 8529 7733 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 13 0 6515135 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8533] ppid=8527 vsize=1536940 CPUtime=0.07
/proc/8529/task/8533/stat : 8533 (java) S 8527 8529 7733 0 -1 4202560 327 0 0 0 7 0 0 0 16 0 13 0 6515135 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8534] ppid=8527 vsize=1536940 CPUtime=0.66
/proc/8529/task/8534/stat : 8534 (java) S 8527 8529 7733 0 -1 4202560 846 0 0 0 66 0 0 0 16 0 13 0 6515137 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 0 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8535] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8535/stat : 8535 (java) S 8527 8529 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6515137 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8536] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8536/stat : 8536 (java) S 8527 8529 7733 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6515137 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8537] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8537/stat : 8537 (java) S 8527 8529 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6515142 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8538] ppid=8527 vsize=1536940 CPUtime=2.18
/proc/8529/task/8538/stat : 8538 (java) S 8527 8529 7733 0 -1 4202560 6388 0 0 0 216 2 0 0 15 0 13 0 6515142 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8539] ppid=8527 vsize=1536940 CPUtime=0.4
/proc/8529/task/8539/stat : 8539 (java) R 8527 8529 7733 0 -1 4202560 613 0 0 0 40 0 0 0 15 0 13 0 6515142 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 103149227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8529/tid=8540] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8540/stat : 8540 (java) S 8527 8529 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6515142 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 0 0 0 0
[pid=8529/tid=8541] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8541/stat : 8541 (java) S 8527 8529 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6515142 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
[pid=8529/tid=8542] ppid=8527 vsize=1536940 CPUtime=0
/proc/8529/task/8542/stat : 8542 (java) S 8527 8529 7733 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6515197 1573826560 10896 1992294400 134512640 134550932 4288227072 18446744073709551615 4294960144 0 4 0 16800975 18446604437831328128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.07
Current children cumulated vsize (KiB) 1536940

Child status: 20
Real time (s): 33.8161
CPU time (s): 36.0905
CPU user time (s): 35.9965
CPU system time (s): 0.093985
CPU usage (%): 106.726
Max. virtual memory (cumulated for all children) (KiB): 1539808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9965
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15184
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= 1223
involuntary context switches= 1041

runsolver used 0.077988 second user time and 0.199969 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 04:18:58
IDJOB=2659479
IDBENCH=1353
IDSOLVER=1164
FILE ID=node015/2659479-1276309138
PBS_JOBID= 11173133
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659479-1276309138/watcher-2659479-1276309138 -o /tmp/evaluation-result-2659479-1276309138/solver-2659479-1276309138 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659479-1276309138.opb

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=1894061166

node015.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.244
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.244
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:       1535472 kB
Buffers:         85576 kB
Cached:         309256 kB
SwapCached:          0 kB
Active:         175040 kB
Inactive:       279492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1535472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59748 kB
Mapped:          15400 kB
Slab:            47040 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 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= 62548 MiB
End job on node015 at 2010-06-12 04:19:32