Trace number 2701234

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-26Wrong UNSAT 163.308 130.583

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub4_wcsp.wbo
MD5SUMca9d0852ab5b196169871de07952f6ec
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark11557
Best CPU time to get the best result obtained on this benchmark1800.16
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.06/0.06	c version 2.2.0.v20100526
0.06/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.06	c java.vm.version	11.2-b01
0.06/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.06	c sun.arch.data.model	32
0.06/0.06	c java.version		1.6.0_12
0.06/0.06	c os.name		Linux
0.06/0.06	c os.version		2.6.18-164.el5
0.06/0.06	c os.arch		i386
0.06/0.06	c Free memory 		1393557488
0.06/0.06	c Max memory 		1395916800
0.06/0.06	c Total memory 		1395916800
0.06/0.06	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2701234-1278538136.wbo
0.06/0.09	c reading problem ... 
161.35/129.56	c ... done. Wall clock time 129.473s.
161.35/129.56	c #vars     353960
161.35/129.56	c #constraints  353077
161.35/129.56	c constraints type 
161.35/129.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
161.35/129.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 353054
161.35/129.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
163.17/130.55	c starts		: 3
163.17/130.55	c conflicts		: 425
163.17/130.55	c decisions		: 355880
163.17/130.55	c propagations		: 443843
163.17/130.55	c inspects		: 522769
163.17/130.55	c learnt literals	: 4
163.17/130.55	c learnt binary clauses	: 4
163.17/130.55	c learnt ternary clauses	: 3
163.17/130.55	c learnt clauses	: 420
163.17/130.55	c ignored clauses	: 0
163.17/130.55	c root simplifications	: 0
163.17/130.55	c removed literals (reason simplification)	: 1208
163.17/130.55	c reason swapping (by a shorter reason)	: 0
163.17/130.55	c Calls to reduceDB	: 0
163.17/130.55	c number of reductions to clauses (during analyze)	: 0
163.17/130.55	c number of learned constraints concerned by reduction	: 0
163.17/130.55	c number of learning phase by resolution	: 0
163.17/130.55	c number of learning phase by cutting planes	: 0
163.17/130.55	c speed (assignments/second)	: 449688.9564336373
163.17/130.55	c non guided choices	821
163.17/130.55	c learnt constraints type 
163.17/130.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 416
163.17/130.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
163.17/130.55	c constraints type 
163.17/130.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
163.17/130.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 353054
163.17/130.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
163.17/130.55	s UNSATISFIABLE
163.17/130.55	c Total wall clock time (in seconds): 130.463

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-2701234-1278538136/watcher-2701234-1278538136 -o /tmp/evaluation-result-2701234-1278538136/solver-2701234-1278538136 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701234-1278538136.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.00 2.01 1.96 3/196 22232
/proc/meminfo: memFree=29208788/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=13484 CPUtime=0
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 1107 0 0 0 0 0 0 0 21 0 2 0 22027678 13807616 579 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 3371 579 262 10 0 1205 0
[pid=22232/tid=22233] ppid=22230 vsize=13480 CPUtime=0
/proc/22232/task/22233/stat : 22233 (java) S 22230 22232 20232 0 -1 4202560 70 0 0 0 0 0 0 0 22 0 2 0 22027678 13803520 581 4089446400 134512640 134550932 4286599408 18446744073709551615 11317844 0 2147483391 0 16784584 18446744071699199166 0 0 -1 0 0 0 0

[startup+0.065708 s]
/proc/loadavg: 2.00 2.01 1.96 3/196 22232
/proc/meminfo: memFree=29208788/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1527696 CPUtime=0.06
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 4279 0 1 0 5 1 0 0 21 0 18 0 22027678 1564360704 3719 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 381924 3719 1091 10 0 379226 0
[pid=22232/tid=22233] ppid=22230 vsize=1527696 CPUtime=0.05
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 3198 0 1 0 5 0 0 0 25 0 18 0 22027678 1564360704 3719 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1527696

[startup+0.100689 s]
/proc/loadavg: 2.00 2.01 1.96 3/196 22232
/proc/meminfo: memFree=29208788/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1530136 CPUtime=0.12
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 5248 0 1 0 11 1 0 0 21 0 18 0 22027678 1566859264 4686 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 382534 4687 1348 10 0 379836 0
[pid=22232/tid=22233] ppid=22230 vsize=1530136 CPUtime=0.08
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 3586 0 1 0 8 0 0 0 18 0 18 0 22027678 1566859264 4687 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530136

[startup+0.300654 s]
/proc/loadavg: 2.00 2.01 1.96 3/196 22232
/proc/meminfo: memFree=29208788/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1533324 CPUtime=0.55
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 19051 0 1 0 52 3 0 0 21 0 18 0 22027678 1570123776 18342 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383331 18349 1403 10 0 380633 0
[pid=22232/tid=22233] ppid=22230 vsize=1533324 CPUtime=0.28
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 16344 0 1 0 26 2 0 0 18 0 18 0 22027678 1570123776 18349 4089446400 134512640 134550932 4286599408 18446744073709551615 4109253583 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1533324

[startup+0.700545 s]
/proc/loadavg: 2.00 2.01 1.96 3/196 22232
/proc/meminfo: memFree=29208788/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1533316 CPUtime=1.28
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 45556 0 1 0 121 7 0 0 21 0 18 0 22027678 1570115584 44487 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383329 44487 1425 10 0 380631 0
[pid=22232/tid=22233] ppid=22230 vsize=1533316 CPUtime=0.64
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 37432 0 1 0 59 5 0 0 18 0 18 0 22027678 1570115584 44487 4089446400 134512640 134550932 4286599408 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 1533316

[startup+1.50145 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 22250
/proc/meminfo: memFree=29033868/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1533316 CPUtime=2.21
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 47999 0 1 0 212 9 0 0 21 0 18 0 22027678 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383329 46847 1425 10 0 380631 0
[pid=22232/tid=22233] ppid=22230 vsize=1533316 CPUtime=1.39
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 37830 0 1 0 134 5 0 0 18 0 18 0 22027678 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 106834429 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1533316 CPUtime=0.03
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 748 0 0 0 3 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1533316 CPUtime=0.04
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 1402 0 0 0 4 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1533316 CPUtime=0.03
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 1175 0 0 0 3 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1533316 CPUtime=0.02
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 449 0 0 0 2 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1533316 CPUtime=0.04
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 1219 0 0 0 4 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1533316 CPUtime=0.04
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 718 0 0 0 4 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1533316 CPUtime=0.03
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 840 0 0 0 3 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1533316 CPUtime=0.02
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 583 0 0 0 2 0 0 0 15 0 18 0 22027679 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 18 0 22027680 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 22027680 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 18 0 22027680 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1533316 CPUtime=0.23
/proc/22232/task/22247/stat : 22247 (java) S 22230 22232 20232 0 -1 4202560 989 0 0 0 23 0 0 0 15 0 18 0 22027682 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1533316 CPUtime=0.25
/proc/22232/task/22248/stat : 22248 (java) S 22230 22232 20232 0 -1 4202560 964 0 0 0 25 0 0 0 18 0 18 0 22027682 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027682 1570115584 46847 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1533316

[startup+3.1011 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 22250
/proc/meminfo: memFree=29024568/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1533316 CPUtime=4
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 50041 0 1 0 387 13 0 0 21 0 18 0 22027678 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383329 48762 1425 10 0 380631 0
[pid=22232/tid=22233] ppid=22230 vsize=1533316 CPUtime=2.91
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 37904 0 1 0 285 6 0 0 18 0 18 0 22027678 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1533316 CPUtime=0.08
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 998 0 0 0 8 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 5 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1533316 CPUtime=0.08
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 1678 0 0 0 8 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1533316 CPUtime=0.05
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 1354 0 0 0 5 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1533316 CPUtime=0.04
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 572 0 0 0 4 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1533316 CPUtime=0.07
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 1384 0 0 0 7 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1533316 CPUtime=0.07
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 1032 0 0 0 7 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1533316 CPUtime=0.06
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 1068 0 0 0 5 1 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1533316 CPUtime=0.05
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 1015 0 0 0 5 0 0 0 15 0 18 0 22027679 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1533316 CPUtime=0.01
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 22 0 0 0 0 1 0 0 15 0 18 0 22027680 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 22027680 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 18 0 22027680 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1533316 CPUtime=0.23
/proc/22232/task/22247/stat : 22247 (java) S 22230 22232 20232 0 -1 4202560 989 0 0 0 23 0 0 0 15 0 18 0 22027682 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1533316 CPUtime=0.25
/proc/22232/task/22248/stat : 22248 (java) S 22230 22232 20232 0 -1 4202560 964 0 0 0 25 0 0 0 18 0 18 0 22027682 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1533316 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027682 1570115584 48762 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1533316

[startup+6.30057 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 22250
/proc/meminfo: memFree=29011844/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1532984 CPUtime=7.59
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 53044 0 1 0 739 20 0 0 21 0 18 0 22027678 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383246 51509 1425 10 0 380548 0
[pid=22232/tid=22233] ppid=22230 vsize=1532984 CPUtime=5.94
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 37995 0 1 0 588 6 0 0 19 0 18 0 22027678 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1532984 CPUtime=0.16
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 1436 0 0 0 15 1 0 0 16 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1532984 CPUtime=0.14
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 1968 0 0 0 14 0 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1532984 CPUtime=0.12
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 1661 0 0 0 12 0 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1532984 CPUtime=0.09
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 1169 0 0 0 9 0 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1532984 CPUtime=0.13
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 1657 0 0 0 13 0 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1532984 CPUtime=0.15
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 1388 0 0 0 14 1 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1532984 CPUtime=0.12
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 1327 0 0 0 11 1 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1532984 CPUtime=0.1
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 1407 0 0 0 9 1 0 0 15 0 18 0 22027679 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1532984 CPUtime=0.04
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 22 0 0 0 1 3 0 0 16 0 18 0 22027680 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 6 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1532984 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 22027680 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1532984 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 18 0 22027680 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1532984 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1532984 CPUtime=0.23
/proc/22232/task/22247/stat : 22247 (java) S 22230 22232 20232 0 -1 4202560 989 0 0 0 23 0 0 0 15 0 18 0 22027682 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1532984 CPUtime=0.25
/proc/22232/task/22248/stat : 22248 (java) S 22230 22232 20232 0 -1 4202560 964 0 0 0 25 0 0 0 18 0 18 0 22027682 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1532984 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1532984 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22027682 1569775616 51509 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1532984

[startup+12.7014 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 22250
/proc/meminfo: memFree=28996856/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1534008 CPUtime=14.91
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 57039 0 1 0 1455 36 0 0 21 0 18 0 22027678 1570824192 55222 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383502 55222 1425 10 0 380804 0

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

/proc/loadavg: 2.51 2.16 2.02 3/214 22254
/proc/meminfo: memFree=28879836/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1535032 CPUtime=159.22
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 89778 0 1 0 15000 922 0 0 21 0 18 0 22027678 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383758 84474 1425 10 0 381060 0
[pid=22232/tid=22233] ppid=22230 vsize=1535032 CPUtime=113.7
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 41017 0 1 0 11357 13 0 0 15 0 18 0 22027678 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1535032 CPUtime=5.56
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 5872 0 0 0 446 110 0 0 16 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1535032 CPUtime=5.57
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 6488 0 0 0 446 111 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1535032 CPUtime=5.56
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 5691 0 0 0 447 109 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1535032 CPUtime=5.41
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 4866 0 0 0 448 93 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1535032 CPUtime=5.48
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 5795 0 0 0 435 113 0 0 16 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1535032 CPUtime=6.03
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 5801 0 0 0 501 102 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1535032 CPUtime=5.29
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 6323 0 0 0 405 124 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1535032 CPUtime=5.52
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 4867 0 0 0 444 108 0 0 15 0 18 0 22027679 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 5 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1535032 CPUtime=0.52
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 39 0 0 0 20 32 0 0 15 0 18 0 22027680 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 22027680 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 18 0 22027680 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1535032 CPUtime=0.23
/proc/22232/task/22247/stat : 22247 (java) S 22230 22232 20232 0 -1 4202560 989 0 0 0 23 0 0 0 15 0 18 0 22027682 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1535032 CPUtime=0.25
/proc/22232/task/22248/stat : 22248 (java) S 22230 22232 20232 0 -1 4202560 964 0 0 0 25 0 0 0 18 0 18 0 22027682 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22027682 1571872768 84474 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 159.22
Current children cumulated vsize (KiB) 1535032

[startup+129.501 s]
/proc/loadavg: 2.39 2.14 2.02 3/214 22254
/proc/meminfo: memFree=28878968/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1535032 CPUtime=161.35
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 94764 0 1 0 15205 930 0 0 21 0 18 0 22027678 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 383758 89313 1425 10 0 381060 0
[pid=22232/tid=22233] ppid=22230 vsize=1535032 CPUtime=115.13
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 41067 0 1 0 11500 13 0 0 16 0 18 0 22027678 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4109419716 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1535032 CPUtime=5.65
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 6313 0 0 0 454 111 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1535032 CPUtime=5.65
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 7048 0 0 0 453 112 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1535032 CPUtime=5.64
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 6977 0 0 0 454 110 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1535032 CPUtime=5.48
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 5269 0 0 0 454 94 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1535032 CPUtime=5.56
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 6337 0 0 0 442 114 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1535032 CPUtime=6.08
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 5834 0 0 0 506 102 0 0 15 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1535032 CPUtime=5.35
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 6872 0 0 0 410 125 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1535032 CPUtime=5.6
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 5781 0 0 0 451 109 0 0 16 0 18 0 22027679 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1535032 CPUtime=0.52
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 40 0 0 0 20 32 0 0 15 0 18 0 22027680 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 22027680 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 18 0 22027680 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1535032 CPUtime=0.24
/proc/22232/task/22247/stat : 22247 (java) S 22230 22232 20232 0 -1 4202560 992 0 0 0 24 0 0 0 15 0 18 0 22027682 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1535032 CPUtime=0.32
/proc/22232/task/22248/stat : 22248 (java) S 22230 22232 20232 0 -1 4202560 1168 0 0 0 32 0 0 0 17 0 18 0 22027682 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22027682 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1535032 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 22027682 1571872768 89313 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 1535032

[startup+130.301 s]
/proc/loadavg: 2.39 2.14 2.02 5/214 22254
/proc/meminfo: memFree=28858744/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1537024 CPUtime=162.71
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 101181 0 1 0 15339 932 0 0 21 0 19 0 22027678 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 384256 94903 1439 10 0 381558 0
[pid=22232/tid=22233] ppid=22230 vsize=1537024 CPUtime=115.89
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 41090 0 1 0 11576 13 0 0 17 0 19 0 22027678 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4108875214 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1537024 CPUtime=5.67
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 7724 0 0 0 456 111 0 0 16 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1537024 CPUtime=5.68
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 8223 0 0 0 455 113 0 0 16 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1537024 CPUtime=5.66
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 6991 0 0 0 456 110 0 0 15 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1537024 CPUtime=5.51
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 5295 0 0 0 457 94 0 0 15 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1537024 CPUtime=5.59
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 7968 0 0 0 445 114 0 0 15 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1537024 CPUtime=6.1
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 5860 0 0 0 507 103 0 0 16 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1537024 CPUtime=5.37
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 6900 0 0 0 412 125 0 0 15 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1537024 CPUtime=5.63
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 6847 0 0 0 453 110 0 0 15 0 19 0 22027679 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 5 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1537024 CPUtime=0.52
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 40 0 0 0 20 32 0 0 16 0 19 0 22027680 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1537024 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 19 0 22027680 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1537024 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 19 0 22027680 1573912576 94903 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1537024 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22027682 1573912576 94905 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1537024 CPUtime=0.45
/proc/22232/task/22247/stat : 22247 (java) R 22230 22232 20232 0 -1 4202560 1058 0 0 0 45 0 0 0 15 0 19 0 22027682 1573912576 94906 4089446400 134512640 134550932 4286599408 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1537024 CPUtime=0.52
/proc/22232/task/22248/stat : 22248 (java) R 22230 22232 20232 0 -1 4202560 2118 0 0 0 52 0 0 0 16 0 19 0 22027682 1573912576 94907 4089446400 134512640 134550932 4286599408 18446744073709551615 103861690 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1537024 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22027682 1573912576 94908 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1537024 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 22027682 1573912576 94909 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.71
Current children cumulated vsize (KiB) 1537024

[startup+130.501 s]
/proc/loadavg: 2.39 2.14 2.02 5/214 22254
/proc/meminfo: memFree=28858744/32951124 swapFree=67111528/67111528
[pid=22232] ppid=22230 vsize=1540096 CPUtime=163.17
/proc/22232/stat : 22232 (java) S 22230 22232 20232 0 -1 4202496 102498 0 1 0 15385 932 0 0 21 0 19 0 22027678 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22232/statm: 385024 95816 1442 10 0 382326 0
[pid=22232/tid=22233] ppid=22230 vsize=1540096 CPUtime=116.09
/proc/22232/task/22233/stat : 22233 (java) R 22230 22232 20232 0 -1 4202560 41094 0 1 0 11596 13 0 0 17 0 19 0 22027678 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4109652827 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22232/tid=22235] ppid=22230 vsize=1540096 CPUtime=5.67
/proc/22232/task/22235/stat : 22235 (java) S 22230 22232 20232 0 -1 4202560 7724 0 0 0 456 111 0 0 16 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22236] ppid=22230 vsize=1540096 CPUtime=5.68
/proc/22232/task/22236/stat : 22236 (java) S 22230 22232 20232 0 -1 4202560 8223 0 0 0 455 113 0 0 16 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22237] ppid=22230 vsize=1540096 CPUtime=5.66
/proc/22232/task/22237/stat : 22237 (java) S 22230 22232 20232 0 -1 4202560 6991 0 0 0 456 110 0 0 15 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22238] ppid=22230 vsize=1540096 CPUtime=5.51
/proc/22232/task/22238/stat : 22238 (java) S 22230 22232 20232 0 -1 4202560 5295 0 0 0 457 94 0 0 15 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 1 0 0 0
[pid=22232/tid=22239] ppid=22230 vsize=1540096 CPUtime=5.59
/proc/22232/task/22239/stat : 22239 (java) S 22230 22232 20232 0 -1 4202560 7968 0 0 0 445 114 0 0 15 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22240] ppid=22230 vsize=1540096 CPUtime=6.1
/proc/22232/task/22240/stat : 22240 (java) S 22230 22232 20232 0 -1 4202560 5860 0 0 0 507 103 0 0 16 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 4 0 0 0
[pid=22232/tid=22241] ppid=22230 vsize=1540096 CPUtime=5.37
/proc/22232/task/22241/stat : 22241 (java) S 22230 22232 20232 0 -1 4202560 6900 0 0 0 412 125 0 0 15 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 7 0 0 0
[pid=22232/tid=22242] ppid=22230 vsize=1540096 CPUtime=5.63
/proc/22232/task/22242/stat : 22242 (java) S 22230 22232 20232 0 -1 4202560 6847 0 0 0 453 110 0 0 15 0 19 0 22027679 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 5 0 0 0
[pid=22232/tid=22243] ppid=22230 vsize=1540096 CPUtime=0.52
/proc/22232/task/22243/stat : 22243 (java) S 22230 22232 20232 0 -1 4202560 40 0 0 0 20 32 0 0 16 0 19 0 22027680 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 0 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22244] ppid=22230 vsize=1540096 CPUtime=0
/proc/22232/task/22244/stat : 22244 (java) S 22230 22232 20232 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 19 0 22027680 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 0 0 0 0
[pid=22232/tid=22245] ppid=22230 vsize=1540096 CPUtime=0
/proc/22232/task/22245/stat : 22245 (java) S 22230 22232 20232 0 -1 4202560 13 0 0 0 0 0 0 0 22 0 19 0 22027680 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 3 0 0 0
[pid=22232/tid=22246] ppid=22230 vsize=1540096 CPUtime=0
/proc/22232/task/22246/stat : 22246 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22027682 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22247] ppid=22230 vsize=1540096 CPUtime=0.57
/proc/22232/task/22247/stat : 22247 (java) R 22230 22232 20232 0 -1 4202560 1554 0 0 0 57 0 0 0 15 0 19 0 22027682 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 103108545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22232/tid=22248] ppid=22230 vsize=1540096 CPUtime=0.66
/proc/22232/task/22248/stat : 22248 (java) R 22230 22232 20232 0 -1 4202560 2932 0 0 0 66 0 0 0 16 0 19 0 22027682 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 104140262 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22232/tid=22249] ppid=22230 vsize=1540096 CPUtime=0
/proc/22232/task/22249/stat : 22249 (java) S 22230 22232 20232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22027682 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
[pid=22232/tid=22250] ppid=22230 vsize=1540096 CPUtime=0
/proc/22232/task/22250/stat : 22250 (java) S 22230 22232 20232 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 22027682 1577058304 95816 4089446400 134512640 134550932 4286599408 18446744073709551615 4294960144 0 4 0 16800975 18446604454224046016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 163.17
Current children cumulated vsize (KiB) 1540096

Child status: 20
Real time (s): 130.583
CPU time (s): 163.308
CPU user time (s): 153.965
CPU system time (s): 9.34358
CPU usage (%): 125.061
Max. virtual memory (cumulated for all children) (KiB): 1540096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.965
system time used= 9.34358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102794
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= 107365
involuntary context switches= 3985327

runsolver used 0.218966 second user time and 0.517921 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-07 23:28:56
IDJOB=2701234
IDBENCH=79546
IDSOLVER=1202
FILE ID=node109/2701234-1278538136
PBS_JOBID= 11239260
Free space on /tmp= 73760 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701234-1278538136/watcher-2701234-1278538136 -o /tmp/evaluation-result-2701234-1278538136/solver-2701234-1278538136 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701234-1278538136.wbo

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

MD5SUM BENCH= ca9d0852ab5b196169871de07952f6ec
RANDOM SEED=1753795661

node109.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.817
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.817
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.82
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.817
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.75
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.817
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.83
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.817
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.75
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.817
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.82
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.817
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.75
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.817
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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29209068 kB
Buffers:        144304 kB
Cached:        3330588 kB
SwapCached:          0 kB
Active:        2016464 kB
Inactive:      1577768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29209068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10408 kB
Writeback:           0 kB
AnonPages:      119792 kB
Mapped:          20352 kB
Slab:            81624 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649276 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= 73760 MiB
End job on node109 at 2010-07-07 23:31:07