Trace number 2692253

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.29 1730.71

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
MD5SUMfc51ff1d1c737b59f1aece9b373640d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark586.641
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
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
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1f436f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2692253-1277909147.wbo
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.19s.
0.27/0.29	c #vars     1137
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1639
0.27/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 913
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
47.53/44.90	c cleaning 0 clauses out of 5001 with flag 0/5001
273.74/264.73	c cleaning 0 clauses out of 11002 with flag 0/11002
973.44/943.56	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.09/1730.62	c starts		: 52
1800.09/1730.62	c conflicts		: 23655
1800.09/1730.62	c decisions		: 55194
1800.09/1730.62	c propagations		: 990533
1800.09/1730.62	c inspects		: 1804837882
1800.09/1730.62	c learnt literals	: 0
1800.09/1730.62	c learnt binary clauses	: 0
1800.09/1730.62	c learnt ternary clauses	: 0
1800.09/1730.62	c learnt clauses	: 23654
1800.09/1730.62	c ignored clauses	: 0
1800.09/1730.62	c root simplifications	: 0
1800.09/1730.62	c removed literals (reason simplification)	: 0
1800.09/1730.62	c reason swapping (by a shorter reason)	: 0
1800.09/1730.62	c Calls to reduceDB	: 3
1800.09/1730.62	c number of reductions to clauses (during analyze)	: 0
1800.09/1730.62	c number of learned constraints concerned by reduction	: 0
1800.09/1730.62	c number of learning phase by resolution	: 0
1800.09/1730.62	c number of learning phase by cutting planes	: 0
1800.09/1730.62	c speed (assignments/second)	: 572.4525697958542
1800.09/1730.62	c non guided choices	125
1800.09/1730.63	c learnt constraints type 
1800.09/1730.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 35
1800.09/1730.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/1730.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23618
1800.09/1730.63	c constraints type 
1800.09/1730.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
1800.09/1730.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1639
1800.09/1730.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 913
1800.09/1730.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1730.63	s UNKNOWN
1800.09/1730.64	c Total wall clock time (in seconds): 1730.537

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.53 2.70 2/196 25457
/proc/meminfo: memFree=31354232/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=13008 CPUtime=0
/proc/25457/stat : 25457 (java) R 25455 25457 24172 0 -1 4194304 440 0 0 0 0 0 0 0 23 0 1 0 166517872 13320192 169 4089446400 134512640 134550932 4293381120 18446744073709551615 9731567 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25457/statm: 3291 171 132 10 0 1121 0

[startup+0.093471 s]
/proc/loadavg: 2.01 2.53 2.70 2/196 25457
/proc/meminfo: memFree=31354232/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1529820 CPUtime=0.1
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 5121 0 1 0 9 1 0 0 23 0 18 0 166517872 1566535680 4558 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 382455 4559 1347 10 0 379757 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529820

[startup+0.100487 s]
/proc/loadavg: 2.01 2.53 2.70 2/196 25457
/proc/meminfo: memFree=31354232/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1529820 CPUtime=0.11
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 5181 0 1 0 10 1 0 0 23 0 18 0 166517872 1566535680 4618 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 382455 4618 1347 10 0 379757 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529820

[startup+0.302449 s]
/proc/loadavg: 2.01 2.53 2.70 2/196 25457
/proc/meminfo: memFree=31354232/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1531768 CPUtime=0.51
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 7529 0 1 0 49 2 0 0 23 0 18 0 166517872 1568530432 6832 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 382942 6833 1411 10 0 380244 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1531768

[startup+0.700381 s]
/proc/loadavg: 2.01 2.53 2.70 2/196 25457
/proc/meminfo: memFree=31354232/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544712 CPUtime=1.64
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 22323 0 1 0 160 4 0 0 23 0 19 0 166517872 1581785088 18841 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386178 18846 1424 10 0 383480 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1544712

[startup+1.50124 s]
/proc/loadavg: 2.01 2.53 2.70 4/215 25476
/proc/meminfo: memFree=31211552/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544492 CPUtime=3.32
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 46656 0 1 0 325 7 0 0 23 0 19 0 166517872 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386123 38171 1438 10 0 383425 0
[pid=25457/tid=25459] ppid=25455 vsize=1544492 CPUtime=1.47
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 32082 0 1 0 143 4 0 0 18 0 19 0 166517872 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4109204404 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 275 0 0 0 0 0 0 0 16 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 166517874 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544492 CPUtime=0.84
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3978 0 0 0 84 0 0 0 15 0 19 0 166517876 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544492 CPUtime=0.96
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8369 0 0 0 95 1 0 0 15 0 19 0 166517876 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517876 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1581559808 38171 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1544492

[startup+3.10094 s]
/proc/loadavg: 2.01 2.53 2.70 3/215 25476
/proc/meminfo: memFree=31203244/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544492 CPUtime=4.96
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 55282 0 1 0 488 8 0 0 23 0 19 0 166517872 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386123 46669 1438 10 0 383425 0
[pid=25457/tid=25459] ppid=25455 vsize=1544492 CPUtime=3.05
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 37782 0 1 0 300 5 0 0 21 0 19 0 166517872 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4109196033 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 323 0 0 0 0 0 0 0 16 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 559 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 231 0 0 0 0 0 0 0 16 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1544492 CPUtime=0.01
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 988 0 0 0 1 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 660 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 166517873 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 166517874 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544492 CPUtime=0.86
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3979 0 0 0 86 0 0 0 15 0 19 0 166517876 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544492 CPUtime=0.96
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8369 0 0 0 95 1 0 0 15 0 19 0 166517876 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517876 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544492 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1581559808 46669 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1544492

[startup+6.30133 s]
/proc/loadavg: 2.01 2.52 2.69 3/215 25476
/proc/meminfo: memFree=31168264/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1542924 CPUtime=8.21
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 56802 0 1 0 812 9 0 0 23 0 19 0 166517872 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 385731 47631 1438 10 0 383033 0
[pid=25457/tid=25459] ppid=25455 vsize=1542924 CPUtime=6.23
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 37792 0 1 0 618 5 0 0 25 0 19 0 166517872 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4109255554 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1542924 CPUtime=0.01
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 492 0 0 0 1 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1542924 CPUtime=0.01
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 760 0 0 0 1 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 513 0 0 0 0 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1542924 CPUtime=0.01
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 355 0 0 0 1 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1542924 CPUtime=0.01
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 1191 0 0 0 1 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 898 0 0 0 0 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 463 0 0 0 0 0 0 0 15 0 19 0 166517873 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 166517874 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1542924 CPUtime=0.87
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3980 0 0 0 87 0 0 0 15 0 19 0 166517876 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1542924 CPUtime=0.97
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8369 0 0 0 96 1 0 0 15 0 19 0 166517876 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166517876 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1542924 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1579954176 47631 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1542924

[startup+12.7011 s]
/proc/loadavg: 2.01 2.51 2.69 3/215 25477
/proc/meminfo: memFree=31161608/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1542924 CPUtime=14.71
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 58879 0 1 0 1459 12 0 0 23 0 19 0 166517872 1579954176 49530 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 385731 49530 1442 10 0 383033 0
[pid=25457/tid=25459] ppid=25455 vsize=1542924 CPUtime=12.59
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 37916 0 1 0 1254 5 0 0 25 0 19 0 166517872 1579954176 49530 4089446400 134512640 134550932 4293381120 18446744073709551615 4109450490 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1542924 CPUtime=0.02
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 765 0 0 0 2 0 0 0 15 0 19 0 166517873 1579954176 49530 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0

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

[pid=25457/tid=25465] ppid=25455 vsize=1544972 CPUtime=9.52
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 6558 0 0 0 856 96 0 0 15 0 19 0 166517873 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544972 CPUtime=9.11
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 6824 0 0 0 824 87 0 0 16 0 19 0 166517873 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544972 CPUtime=9.27
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 6533 0 0 0 833 94 0 0 16 0 19 0 166517873 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544972 CPUtime=1.25
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 354 0 0 0 77 48 0 0 15 0 19 0 166517874 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 4 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544972 CPUtime=0.92
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3993 0 0 0 92 0 0 0 16 0 19 0 166517876 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544972 CPUtime=1.05
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8375 0 0 0 104 1 0 0 15 0 19 0 166517876 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 166517876 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1582051328 89773 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1664.3
Current children cumulated vsize (KiB) 1544972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.17 2.41 3/197 25690
/proc/meminfo: memFree=31020380/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544972 CPUtime=1727.88
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 104393 0 1 0 171940 848 0 0 23 0 19 0 166517872 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386243 91128 1448 10 0 383545 0
[pid=25457/tid=25459] ppid=25455 vsize=1544972 CPUtime=1645.69
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 40050 0 1 0 164554 15 0 0 25 0 19 0 166517872 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4109255696 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1544972 CPUtime=9.94
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 5913 0 0 0 898 96 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1544972 CPUtime=9.73
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 6389 0 0 0 887 86 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1544972 CPUtime=10.16
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 5483 0 0 0 910 106 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1544972 CPUtime=9.53
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 6205 0 0 0 864 89 0 0 15 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1544972 CPUtime=10.02
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 6060 0 0 0 895 107 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1544972 CPUtime=10.09
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 6646 0 0 0 908 101 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 4 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544972 CPUtime=9.59
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 7016 0 0 0 866 93 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544972 CPUtime=9.78
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 6748 0 0 0 879 99 0 0 16 0 19 0 166517873 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544972 CPUtime=1.27
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 356 0 0 0 78 49 0 0 15 0 19 0 166517874 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544972 CPUtime=0.92
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3993 0 0 0 92 0 0 0 16 0 19 0 166517876 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544972 CPUtime=1.05
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8375 0 0 0 104 1 0 0 15 0 19 0 166517876 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 166517876 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1582051328 91128 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1727.88
Current children cumulated vsize (KiB) 1544972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.14 2.39 3/197 25694
/proc/meminfo: memFree=31008668/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544972 CPUtime=1791.34
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 105613 0 1 0 178236 898 0 0 23 0 19 0 166517872 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386243 92261 1448 10 0 383545 0
[pid=25457/tid=25459] ppid=25455 vsize=1544972 CPUtime=1704.93
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 40121 0 1 0 170478 15 0 0 25 0 19 0 166517872 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4109258264 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1544972 CPUtime=10.49
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 6009 0 0 0 947 102 0 0 16 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1544972 CPUtime=10.29
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 6577 0 0 0 937 92 0 0 15 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 4 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1544972 CPUtime=10.67
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 5642 0 0 0 954 113 0 0 15 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1544972 CPUtime=10
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 6331 0 0 0 905 95 0 0 15 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1544972 CPUtime=10.55
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 6204 0 0 0 943 112 0 0 16 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1544972 CPUtime=10.66
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 6743 0 0 0 958 108 0 0 16 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544972 CPUtime=10.12
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 7198 0 0 0 914 98 0 0 16 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544972 CPUtime=10.25
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 6897 0 0 0 921 104 0 0 16 0 19 0 166517873 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544972 CPUtime=1.29
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 360 0 0 0 78 51 0 0 15 0 19 0 166517874 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544972 CPUtime=0.92
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3993 0 0 0 92 0 0 0 16 0 19 0 166517876 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544972 CPUtime=1.05
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8375 0 0 0 104 1 0 0 15 0 19 0 166517876 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 166517876 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1582051328 92261 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 1544972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1730.6 s]
/proc/loadavg: 2.56 2.25 2.42 3/197 25694
/proc/meminfo: memFree=31007048/32950928 swapFree=67111528/67111528
[pid=25457] ppid=25455 vsize=1544972 CPUtime=1800.09
/proc/25457/stat : 25457 (java) S 25455 25457 24172 0 -1 4202496 105761 0 1 0 179105 904 0 0 23 0 19 0 166517872 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25457/statm: 386243 92397 1448 10 0 383545 0
[pid=25457/tid=25459] ppid=25455 vsize=1544972 CPUtime=1713.14
/proc/25457/task/25459/stat : 25459 (java) R 25455 25457 24172 0 -1 4202560 40130 0 1 0 171299 15 0 0 25 0 19 0 166517872 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4109450212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25457/tid=25460] ppid=25455 vsize=1544972 CPUtime=10.55
/proc/25457/task/25460/stat : 25460 (java) S 25455 25457 24172 0 -1 4202560 6056 0 0 0 953 102 0 0 15 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25461] ppid=25455 vsize=1544972 CPUtime=10.36
/proc/25457/task/25461/stat : 25461 (java) S 25455 25457 24172 0 -1 4202560 6590 0 0 0 944 92 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25462] ppid=25455 vsize=1544972 CPUtime=10.73
/proc/25457/task/25462/stat : 25462 (java) S 25455 25457 24172 0 -1 4202560 5649 0 0 0 959 114 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 4 0 0 0
[pid=25457/tid=25463] ppid=25455 vsize=1544972 CPUtime=10.05
/proc/25457/task/25463/stat : 25463 (java) S 25455 25457 24172 0 -1 4202560 6347 0 0 0 910 95 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 7 0 0 0
[pid=25457/tid=25464] ppid=25455 vsize=1544972 CPUtime=10.6
/proc/25457/task/25464/stat : 25464 (java) S 25455 25457 24172 0 -1 4202560 6216 0 0 0 947 113 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 5 0 0 0
[pid=25457/tid=25465] ppid=25455 vsize=1544972 CPUtime=10.73
/proc/25457/task/25465/stat : 25465 (java) S 25455 25457 24172 0 -1 4202560 6754 0 0 0 964 109 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25466] ppid=25455 vsize=1544972 CPUtime=10.19
/proc/25457/task/25466/stat : 25466 (java) S 25455 25457 24172 0 -1 4202560 7209 0 0 0 920 99 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25467] ppid=25455 vsize=1544972 CPUtime=10.32
/proc/25457/task/25467/stat : 25467 (java) S 25455 25457 24172 0 -1 4202560 6919 0 0 0 928 104 0 0 16 0 19 0 166517873 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
[pid=25457/tid=25468] ppid=25455 vsize=1544972 CPUtime=1.3
/proc/25457/task/25468/stat : 25468 (java) S 25455 25457 24172 0 -1 4202560 360 0 0 0 78 52 0 0 15 0 19 0 166517874 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 0 0 16800975 18446604471162492096 0 0 -1 2 0 0 0
[pid=25457/tid=25469] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25469/stat : 25469 (java) S 25455 25457 24172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25470] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25470/stat : 25470 (java) S 25455 25457 24172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 166517874 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25471] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25471/stat : 25471 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 166517876 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25472] ppid=25455 vsize=1544972 CPUtime=0.92
/proc/25457/task/25472/stat : 25472 (java) S 25455 25457 24172 0 -1 4202560 3993 0 0 0 92 0 0 0 16 0 19 0 166517876 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 0 0 0 0
[pid=25457/tid=25473] ppid=25455 vsize=1544972 CPUtime=1.05
/proc/25457/task/25473/stat : 25473 (java) S 25455 25457 24172 0 -1 4202560 8375 0 0 0 104 1 0 0 15 0 19 0 166517876 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25474] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25474/stat : 25474 (java) S 25455 25457 24172 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166517876 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 1 0 0 0
[pid=25457/tid=25475] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25475/stat : 25475 (java) S 25455 25457 24172 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 166517876 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 6 0 0 0
[pid=25457/tid=25476] ppid=25455 vsize=1544972 CPUtime=0
/proc/25457/task/25476/stat : 25476 (java) S 25455 25457 24172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 166517904 1582051328 92397 4089446400 134512640 134550932 4293381120 18446744073709551615 4294960144 0 4 0 16800975 18446604471162492096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1544972

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

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

Child status: 143
Real time (s): 1730.71
CPU time (s): 1800.29
CPU user time (s): 1791.22
CPU system time (s): 9.06562
CPU usage (%): 104.02
Max. virtual memory (cumulated for all children) (KiB): 1549312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.22
system time used= 9.06562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105813
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= 101364
involuntary context switches= 2548281

runsolver used 3.11852 second user time and 6.48801 second system time

The end

Launcher Data

Begin job on node114 at 2010-06-30 16:45:47
IDJOB=2692253
IDBENCH=78965
IDSOLVER=1203
FILE ID=node114/2692253-1277909147
PBS_JOBID= 11197192
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692253-1277909147/watcher-2692253-1277909147 -o /tmp/evaluation-result-2692253-1277909147/solver-2692253-1277909147 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692253-1277909147.wbo

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

MD5SUM BENCH= fc51ff1d1c737b59f1aece9b373640d1
RANDOM SEED=730992845

node114.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.819
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5447.01
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31354512 kB
Buffers:        192360 kB
Cached:        1117716 kB
SwapCached:          0 kB
Active:         550036 kB
Inactive:       903124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31354512 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      143616 kB
Mapped:          20280 kB
Slab:            78920 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1656448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node114 at 2010-06-30 17:14:40