Trace number 2659425

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 47.0808 44.7976

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900575442.opb
MD5SUM3135d58f22cd009942de3e1dff086931
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 benchmark29.4245
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 667
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2659425-1276289300.opb
0.24/0.21	c reading problem ... 
0.90/0.65	c ... done. Wall clock time 0.436s.
0.90/0.65	c #vars     231
0.90/0.65	c #constraints  2707
0.90/0.65	c constraints type 
0.90/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.90/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.90/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.90/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.03/1.84	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.82/2.56	c cleaning 4247 clauses out of 8504 with flag 11001/11001
4.73/3.42	c cleaning 5623 clauses out of 11256 with flag 18000/18000
5.84/4.58	c cleaning 6814 clauses out of 13633 with flag 26000/26000
7.10/5.70	c cleaning 7902 clauses out of 15820 with flag 35001/35001
8.61/7.21	c cleaning 8954 clauses out of 17919 with flag 45002/45002
10.11/8.70	c cleaning 9478 clauses out of 18965 with flag 55002/55002
11.71/10.33	c cleaning 9734 clauses out of 19486 with flag 65001/65001
13.31/12.00	c cleaning 9874 clauses out of 19751 with flag 75000/75000
14.93/13.59	c cleaning 9927 clauses out of 19879 with flag 85002/85002
16.63/15.21	c cleaning 9973 clauses out of 19951 with flag 95001/95001
18.13/16.79	c cleaning 9978 clauses out of 19977 with flag 105000/105000
19.63/18.24	c cleaning 9999 clauses out of 20000 with flag 115001/115001
20.83/19.46	c cleaning 9999 clauses out of 20002 with flag 125002/125002
22.16/20.63	c cleaning 9999 clauses out of 20002 with flag 135001/135001
23.63/21.88	c cleaning 9997 clauses out of 20002 with flag 145000/145000
25.13/23.01	c cleaning 9999 clauses out of 20007 with flag 155002/155002
26.34/24.24	c cleaning 9999 clauses out of 20006 with flag 165000/165000
27.54/25.47	c cleaning 10000 clauses out of 20010 with flag 175003/175003
28.73/26.63	c cleaning 9983 clauses out of 20008 with flag 185001/185001
29.94/27.80	c cleaning 10012 clauses out of 20031 with flag 195007/195007
31.15/29.06	c cleaning 9998 clauses out of 20012 with flag 205000/205000
32.45/30.30	c cleaning 9998 clauses out of 20016 with flag 215002/215002
33.56/31.46	c cleaning 9999 clauses out of 20016 with flag 225000/225000
34.76/32.64	c cleaning 10006 clauses out of 20017 with flag 235000/235000
36.06/33.99	c cleaning 10001 clauses out of 20011 with flag 245000/245000
37.37/35.28	c cleaning 9999 clauses out of 20010 with flag 255000/255000
38.66/36.58	c cleaning 10000 clauses out of 20011 with flag 265000/265000
39.96/37.84	c cleaning 10000 clauses out of 20011 with flag 275000/275000
41.16/39.00	c cleaning 9997 clauses out of 20011 with flag 285000/285000
42.36/40.23	c cleaning 9997 clauses out of 20014 with flag 295000/295000
43.67/41.53	c cleaning 10004 clauses out of 20017 with flag 305000/305000
44.97/42.81	c cleaning 10007 clauses out of 20015 with flag 315002/315002
46.21/44.09	c cleaning 9998 clauses out of 20007 with flag 325001/325001
46.97/44.75	c starts		: 135
46.97/44.75	c conflicts		: 329878
46.97/44.75	c decisions		: 588278
46.97/44.75	c propagations		: 12355814
46.97/44.75	c inspects		: 176125059
46.97/44.75	c learnt literals	: 10
46.97/44.75	c learnt binary clauses	: 43
46.97/44.75	c learnt ternary clauses	: 372
46.97/44.75	c learnt clauses	: 329867
46.97/44.75	c ignored clauses	: 0
46.97/44.75	c root simplifications	: 0
46.97/44.75	c removed literals (reason simplification)	: 1663478
46.97/44.75	c reason swapping (by a shorter reason)	: 0
46.97/44.75	c Calls to reduceDB	: 34
46.97/44.75	c number of reductions to clauses (during analyze)	: 0
46.97/44.75	c number of learned constraints concerned by reduction	: 0
46.97/44.75	c number of learning phase by resolution	: 0
46.97/44.75	c number of learning phase by cutting planes	: 0
46.97/44.75	c speed (assignments/second)	: 280170.83512845513
46.97/44.75	c non guided choices	126
46.97/44.78	c learnt constraints type 
46.97/44.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14832
46.97/44.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
46.97/44.78	c constraints type 
46.97/44.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
46.97/44.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
46.97/44.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
46.97/44.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
46.97/44.78	s UNSATISFIABLE
46.97/44.78	c Total wall clock time (in seconds): 44.565

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-2659425-1276289300/watcher-2659425-1276289300 -o /tmp/evaluation-result-2659425-1276289300/solver-2659425-1276289300 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659425-1276289300.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.04 1.04 1.01 3/106 6694
/proc/meminfo: memFree=1553916/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1700 CPUtime=0
/proc/6694/stat : 6694 (java6) R 6692 6694 5667 0 -1 4194304 201 0 0 0 0 0 0 0 19 0 1 0 4531341 1740800 105 1992294400 134512640 134550932 4293792864 18446744073709551615 10590368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6694/statm: 425 108 84 10 0 30 0

[startup+0.105627 s]
/proc/loadavg: 1.04 1.04 1.01 3/106 6694
/proc/meminfo: memFree=1553916/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1524184 CPUtime=0.08
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 3978 0 1 0 7 1 0 0 15 0 12 0 4531341 1560764416 3416 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 381046 3416 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.208483 s]
/proc/loadavg: 1.04 1.04 1.01 3/106 6694
/proc/meminfo: memFree=1553916/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1526240 CPUtime=0.24
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 5063 0 1 0 21 3 0 0 15 0 12 0 4531341 1562869760 4499 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 381560 4500 1346 10 0 378862 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526240

[startup+0.300641 s]
/proc/loadavg: 1.04 1.04 1.01 3/106 6694
/proc/meminfo: memFree=1553916/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1526240 CPUtime=0.33
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 5287 0 1 0 30 3 0 0 15 0 12 0 4531341 1562869760 4723 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 381560 4723 1361 10 0 378862 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526240

[startup+0.700688 s]
/proc/loadavg: 1.04 1.04 1.01 3/106 6694
/proc/meminfo: memFree=1553916/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1528476 CPUtime=1.07
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 7107 0 1 0 103 4 0 0 15 0 13 0 4531341 1565159424 6468 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 382119 6468 1403 10 0 379421 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528476

[startup+1.50176 s]
/proc/loadavg: 1.20 1.07 1.02 6/119 6707
/proc/meminfo: memFree=1530564/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1530660 CPUtime=2.65
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 8681 0 1 0 260 5 0 0 15 0 13 0 4531341 1567395840 7391 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 382665 7392 1424 10 0 379967 0
[pid=6694/tid=6696] ppid=6692 vsize=1530660 CPUtime=1.46
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5240 0 1 0 144 2 0 0 25 0 13 0 4531343 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4109578247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4531344 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4531344 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4531346 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 4531347 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4531347 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1530660 CPUtime=0.11
/proc/6694/task/6703/stat : 6703 (java) R 6692 6694 5667 0 -1 4202560 146 0 0 0 11 0 0 0 21 0 13 0 4531351 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 105815601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1530660 CPUtime=1.05
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2226 0 0 0 104 1 0 0 16 0 13 0 4531351 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4531351 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1567395840 7392 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1530660

[startup+3.10191 s]
/proc/loadavg: 1.20 1.07 1.02 2/119 6707
/proc/meminfo: memFree=1526224/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1530660 CPUtime=4.42
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 9866 0 1 0 437 5 0 0 15 0 13 0 4531341 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 382665 8570 1442 10 0 379967 0
[pid=6694/tid=6696] ppid=6692 vsize=1530660 CPUtime=3.01
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5570 0 1 0 298 3 0 0 25 0 13 0 4531343 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4109748186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 279 0 0 0 0 0 0 0 16 0 13 0 4531344 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 13 0 4531344 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1530660 CPUtime=0.04
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 346 0 0 0 4 0 0 0 16 0 13 0 4531346 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1530660 CPUtime=0.22
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 159 0 0 0 22 0 0 0 15 0 13 0 4531351 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1530660 CPUtime=1.11
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2234 0 0 0 110 1 0 0 15 0 13 0 4531351 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4531351 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1530660 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1567395840 8570 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1530660

[startup+6.30223 s]
/proc/loadavg: 1.18 1.07 1.02 2/119 6707
/proc/meminfo: memFree=1523372/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1530176 CPUtime=7.71
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 10266 0 1 0 766 5 0 0 15 0 13 0 4531341 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 382544 8875 1442 10 0 379846 0
[pid=6694/tid=6696] ppid=6692 vsize=1530176 CPUtime=6.11
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5574 0 1 0 608 3 0 0 25 0 13 0 4531343 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4109494603 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1530176 CPUtime=0.01
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 409 0 0 0 1 0 0 0 15 0 13 0 4531344 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1530176 CPUtime=0.01
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 284 0 0 0 1 0 0 0 16 0 13 0 4531344 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1530176 CPUtime=0.11
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 527 0 0 0 11 0 0 0 15 0 13 0 4531346 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1530176 CPUtime=0.31
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 168 0 0 0 31 0 0 0 15 0 13 0 4531351 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1530176 CPUtime=1.12
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 111 1 0 0 15 0 13 0 4531351 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4531351 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1566900224 8875 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 1530176

[startup+12.7019 s]
/proc/loadavg: 1.17 1.07 1.02 3/119 6707
/proc/meminfo: memFree=1522380/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1530176 CPUtime=14.14
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 10481 0 1 0 1408 6 0 0 15 0 13 0 4531341 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 382544 9085 1442 10 0 379846 0
[pid=6694/tid=6696] ppid=6692 vsize=1530176 CPUtime=12.38
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5578 0 1 0 1235 3 0 0 25 0 13 0 4531343 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4109603588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1530176 CPUtime=0.03
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 414 0 0 0 3 0 0 0 15 0 13 0 4531344 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1530176 CPUtime=0.02
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 313 0 0 0 2 0 0 0 15 0 13 0 4531344 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1530176 CPUtime=0.21
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 704 0 0 0 21 0 0 0 15 0 13 0 4531346 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1530176 CPUtime=0.32
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 168 0 0 0 32 0 0 0 15 0 13 0 4531351 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1530176 CPUtime=1.12
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 111 1 0 0 15 0 13 0 4531351 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4531351 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1530176 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1566900224 9085 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 1530176

[startup+25.501 s]
/proc/loadavg: 1.14 1.07 1.02 2/119 6707
/proc/meminfo: memFree=1514320/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1537084 CPUtime=27.63
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14072 0 1 0 2755 8 0 0 15 0 13 0 4531341 1573974016 10982 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 384271 10982 1442 10 0 381573 0
[pid=6694/tid=6696] ppid=6692 vsize=1537084 CPUtime=24.85
/proc/6694/task/6696/stat : 6696 (java) S 6692 6694 5667 0 -1 4202560 5589 0 1 0 2482 3 0 0 25 0 13 0 4531343 1573974016 10982 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1537084 CPUtime=0.07
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 415 0 0 0 7 0 0 0 15 0 13 0 4531344 1573974016 10982 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1537084 CPUtime=0.05
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 315 0 0 0 5 0 0 0 15 0 13 0 4531344 1573974016 10982 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1537084 CPUtime=0.46

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

/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10047 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10047 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.77
Current children cumulated vsize (KiB) 1533008

[startup+43.2007 s]
/proc/loadavg: 1.16 1.08 1.02 3/119 6707
/proc/meminfo: memFree=1517792/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1533008 CPUtime=45.37
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14158 0 1 0 4528 9 0 0 15 0 13 0 4531341 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 383252 10049 1442 10 0 380554 0
[pid=6694/tid=6696] ppid=6692 vsize=1533008 CPUtime=42.13
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5603 0 1 0 4209 4 0 0 25 0 13 0 4531343 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4109603421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1533008 CPUtime=0.11
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 421 0 0 0 11 0 0 0 16 0 13 0 4531344 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1533008 CPUtime=0.08
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 317 0 0 0 8 0 0 0 15 0 13 0 4531344 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1533008 CPUtime=0.84
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 899 0 0 0 84 0 0 0 16 0 13 0 4531346 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1533008 CPUtime=1.02
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 3610 0 0 0 101 1 0 0 15 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1533008 CPUtime=1.13
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 112 1 0 0 16 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 1533008

[startup+44.0007 s]
/proc/loadavg: 1.16 1.08 1.02 2/119 6707
/proc/meminfo: memFree=1517792/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1533008 CPUtime=46.21
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14159 0 1 0 4612 9 0 0 15 0 13 0 4531341 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 383252 10049 1442 10 0 380554 0
[pid=6694/tid=6696] ppid=6692 vsize=1533008 CPUtime=42.94
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5604 0 1 0 4290 4 0 0 25 0 13 0 4531343 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4159561922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1533008 CPUtime=0.11
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 421 0 0 0 11 0 0 0 16 0 13 0 4531344 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1533008 CPUtime=0.08
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 317 0 0 0 8 0 0 0 15 0 13 0 4531344 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1533008 CPUtime=0.84
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 899 0 0 0 84 0 0 0 16 0 13 0 4531346 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1533008 CPUtime=1.06
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 3610 0 0 0 105 1 0 0 16 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1533008 CPUtime=1.13
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 112 1 0 0 16 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10049 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.21
Current children cumulated vsize (KiB) 1533008

[startup+44.4016 s]
/proc/loadavg: 1.16 1.08 1.02 2/119 6707
/proc/meminfo: memFree=1517792/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1533008 CPUtime=46.66
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14166 0 1 0 4657 9 0 0 15 0 13 0 4531341 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 383252 10055 1442 10 0 380554 0
[pid=6694/tid=6696] ppid=6692 vsize=1533008 CPUtime=43.3
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5606 0 1 0 4326 4 0 0 25 0 13 0 4531343 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4109063240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1533008 CPUtime=0.11
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 421 0 0 0 11 0 0 0 16 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1533008 CPUtime=0.08
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 317 0 0 0 8 0 0 0 15 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1533008 CPUtime=0.86
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 904 0 0 0 86 0 0 0 16 0 13 0 4531346 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1533008 CPUtime=1.11
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 3610 0 0 0 110 1 0 0 16 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1533008 CPUtime=1.13
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 112 1 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.66
Current children cumulated vsize (KiB) 1533008

[startup+44.6016 s]
/proc/loadavg: 1.16 1.08 1.02 2/119 6707
/proc/meminfo: memFree=1517792/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1533008 CPUtime=46.87
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14166 0 1 0 4678 9 0 0 15 0 13 0 4531341 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 383252 10055 1442 10 0 380554 0
[pid=6694/tid=6696] ppid=6692 vsize=1533008 CPUtime=43.5
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5606 0 1 0 4346 4 0 0 25 0 13 0 4531343 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4109536952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1533008 CPUtime=0.11
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 421 0 0 0 11 0 0 0 16 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1533008 CPUtime=0.08
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 317 0 0 0 8 0 0 0 15 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1533008 CPUtime=0.86
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 904 0 0 0 86 0 0 0 16 0 13 0 4531346 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1533008 CPUtime=1.12
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 3610 0 0 0 111 1 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1533008 CPUtime=1.13
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 112 1 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.87
Current children cumulated vsize (KiB) 1533008

[startup+44.7016 s]
/proc/loadavg: 1.16 1.08 1.02 2/119 6707
/proc/meminfo: memFree=1517792/2059040 swapFree=4192956/4192956
[pid=6694] ppid=6692 vsize=1533008 CPUtime=46.97
/proc/6694/stat : 6694 (java) S 6692 6694 5667 0 -1 4202496 14166 0 1 0 4688 9 0 0 15 0 13 0 4531341 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6694/statm: 383252 10055 1442 10 0 380554 0
[pid=6694/tid=6696] ppid=6692 vsize=1533008 CPUtime=43.6
/proc/6694/task/6696/stat : 6696 (java) R 6692 6694 5667 0 -1 4202560 5606 0 1 0 4356 4 0 0 25 0 13 0 4531343 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4109552500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6694/tid=6697] ppid=6692 vsize=1533008 CPUtime=0.11
/proc/6694/task/6697/stat : 6697 (java) S 6692 6694 5667 0 -1 4202560 421 0 0 0 11 0 0 0 16 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6698] ppid=6692 vsize=1533008 CPUtime=0.08
/proc/6694/task/6698/stat : 6698 (java) S 6692 6694 5667 0 -1 4202560 317 0 0 0 8 0 0 0 15 0 13 0 4531344 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6699] ppid=6692 vsize=1533008 CPUtime=0.86
/proc/6694/task/6699/stat : 6699 (java) S 6692 6694 5667 0 -1 4202560 904 0 0 0 86 0 0 0 16 0 13 0 4531346 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 0 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6700] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6700/stat : 6700 (java) S 6692 6694 5667 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6701] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6701/stat : 6701 (java) S 6692 6694 5667 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4531347 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6702] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6702/stat : 6702 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6703] ppid=6692 vsize=1533008 CPUtime=1.12
/proc/6694/task/6703/stat : 6703 (java) S 6692 6694 5667 0 -1 4202560 3610 0 0 0 111 1 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6704] ppid=6692 vsize=1533008 CPUtime=1.13
/proc/6694/task/6704/stat : 6704 (java) S 6692 6694 5667 0 -1 4202560 2236 0 0 0 112 1 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6705] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6705/stat : 6705 (java) S 6692 6694 5667 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 0 0 0 0
[pid=6694/tid=6706] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6706/stat : 6706 (java) S 6692 6694 5667 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 4531351 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
[pid=6694/tid=6707] ppid=6692 vsize=1533008 CPUtime=0
/proc/6694/task/6707/stat : 6707 (java) S 6692 6694 5667 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4531407 1569800192 10055 1992294400 134512640 134550932 4293876480 18446744073709551615 4294960144 0 4 0 16800975 18446604437814999232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 1533008

Child status: 20
Real time (s): 44.7976
CPU time (s): 47.0808
CPU user time (s): 46.9769
CPU system time (s): 0.103984
CPU usage (%): 105.097
Max. virtual memory (cumulated for all children) (KiB): 1537084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9769
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14184
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= 1469
involuntary context switches= 1050

runsolver used 0.097985 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-11 22:48:20
IDJOB=2659425
IDBENCH=1294
IDSOLVER=1164
FILE ID=node015/2659425-1276289300
PBS_JOBID= 11173095
Free space on /tmp= 62540 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.1900575442.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659425-1276289300/watcher-2659425-1276289300 -o /tmp/evaluation-result-2659425-1276289300/solver-2659425-1276289300 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659425-1276289300.opb

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

MD5SUM BENCH= 3135d58f22cd009942de3e1dff086931
RANDOM SEED=1326737331

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:       1554172 kB
Buffers:         68524 kB
Cached:         308616 kB
SwapCached:          0 kB
Active:         171672 kB
Inactive:       265192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1554172 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       59632 kB
Mapped:          15412 kB
Slab:            45992 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 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= 62540 MiB
End job on node015 at 2010-06-11 22:49:05