Trace number 2701258

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 18.9931 15.243

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub0_wcsp.wbo
MD5SUM5c315664b873ce8198536ea2fe9f11ce
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark231
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 variables640
Total number of constraints123180
Number of soft constraints123164
Number of constraints which are clauses123164
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45316
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22402430
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.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 --- 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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
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 lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive 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-2701258-1278538384.wbo
0.11/0.10	c reading problem ... 
17.74/14.60	c ... done. Wall clock time 14.502s.
17.74/14.60	c #vars     123804
17.74/14.60	c #constraints  123197
17.74/14.60	c constraints type 
17.74/14.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
17.74/14.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 123180
17.74/14.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.94/15.20	c starts		: 2
18.94/15.20	c conflicts		: 402
18.94/15.20	c decisions		: 125891
18.94/15.20	c propagations		: 165293
18.94/15.20	c inspects		: 291391
18.94/15.20	c learnt literals	: 10
18.94/15.20	c learnt binary clauses	: 5
18.94/15.20	c learnt ternary clauses	: 17
18.94/15.20	c learnt clauses	: 391
18.94/15.20	c ignored clauses	: 0
18.94/15.20	c root simplifications	: 0
18.94/15.20	c removed literals (reason simplification)	: 1245
18.94/15.20	c reason swapping (by a shorter reason)	: 0
18.94/15.20	c Calls to reduceDB	: 0
18.94/15.20	c number of reductions to clauses (during analyze)	: 0
18.94/15.20	c number of learned constraints concerned by reduction	: 0
18.94/15.20	c number of learning phase by resolution	: 0
18.94/15.20	c number of learning phase by cutting planes	: 0
18.94/15.20	c speed (assignments/second)	: 275948.24707846413
18.94/15.20	c non guided choices	585
18.94/15.20	c learnt constraints type 
18.94/15.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 386
18.94/15.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
18.94/15.20	c constraints type 
18.94/15.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
18.94/15.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 123180
18.94/15.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.94/15.20	s UNSATISFIABLE
18.94/15.20	c Total wall clock time (in seconds): 15.103

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-2701258-1278538384/watcher-2701258-1278538384 -o /tmp/evaluation-result-2701258-1278538384/solver-2701258-1278538384 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701258-1278538384.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: 1.92 1.98 1.94 3/196 21210
/proc/meminfo: memFree=28637120/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=248 CPUtime=0
/proc/21210/stat : 21210 (java) R 21208 21210 19096 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 22052577 253952 29 4089446400 134512640 134550932 4287487600 18446744073709551615 9687636 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21210/statm: 62 29 21 10 0 23 0

[startup+0.083652 s]
/proc/loadavg: 1.92 1.98 1.94 3/196 21210
/proc/meminfo: memFree=28637120/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1529780 CPUtime=0.07
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 4983 0 1 0 7 0 0 0 18 0 18 0 22052577 1566494720 4419 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 382445 4419 1332 10 0 379747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529780

[startup+0.10065 s]
/proc/loadavg: 1.92 1.98 1.94 3/196 21210
/proc/meminfo: memFree=28637120/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1529924 CPUtime=0.11
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 5200 0 1 0 10 1 0 0 18 0 18 0 22052577 1566642176 4636 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 382481 4636 1346 10 0 379783 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529924

[startup+0.300635 s]
/proc/loadavg: 1.92 1.98 1.94 3/196 21210
/proc/meminfo: memFree=28637120/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1532724 CPUtime=0.53
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 17141 0 1 0 51 2 0 0 18 0 18 0 22052577 1569509376 16334 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383181 16338 1403 10 0 380483 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1532724

[startup+0.70151 s]
/proc/loadavg: 1.92 1.98 1.94 3/196 21210
/proc/meminfo: memFree=28637120/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1532448 CPUtime=1.31
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 45791 0 1 0 124 7 0 0 18 0 18 0 22052577 1569226752 44264 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383112 44264 1425 10 0 380414 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1532448

[startup+1.50144 s]
/proc/loadavg: 1.92 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28461152/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=2.2
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 48070 0 1 0 211 9 0 0 18 0 18 0 22052577 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 46471 1425 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=1.4
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 37631 0 1 0 135 5 0 0 18 0 18 0 22052578 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 1101 0 0 0 3 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 626 0 0 0 3 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.01
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 401 0 0 0 1 0 0 0 16 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.01
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 743 0 0 0 1 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 972 0 0 0 3 0 0 0 16 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 1232 0 0 0 3 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 913 0 0 0 3 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1533472 CPUtime=0.04
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 1115 0 0 0 4 0 0 0 16 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 22052579 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22052580 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22052580 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1533472 CPUtime=0.25
/proc/21210/task/21225/stat : 21225 (java) S 21208 21210 19096 0 -1 4202560 1035 0 0 0 25 0 0 0 16 0 18 0 22052582 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1533472 CPUtime=0.24
/proc/21210/task/21226/stat : 21226 (java) S 21208 21210 19096 0 -1 4202560 1213 0 0 0 24 0 0 0 16 0 18 0 22052582 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22052582 1570275328 46471 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1533472

[startup+3.10106 s]
/proc/loadavg: 1.92 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28451852/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=3.98
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 50481 0 1 0 385 13 0 0 18 0 18 0 22052577 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 48751 1425 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=2.92
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 37673 0 1 0 287 5 0 0 20 0 18 0 22052578 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.06
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 1488 0 0 0 6 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.05
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 1004 0 0 0 5 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.03
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 581 0 0 0 3 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.04
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 946 0 0 0 4 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1533472 CPUtime=0.06
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 1259 0 0 0 6 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1533472 CPUtime=0.05
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 1544 0 0 0 5 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1533472 CPUtime=0.06
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 1128 0 0 0 6 0 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1533472 CPUtime=0.08
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 1522 0 0 0 7 1 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1533472 CPUtime=0.02
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 23 0 0 0 1 1 0 0 15 0 18 0 22052579 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22052580 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22052580 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1533472 CPUtime=0.25
/proc/21210/task/21225/stat : 21225 (java) S 21208 21210 19096 0 -1 4202560 1035 0 0 0 25 0 0 0 16 0 18 0 22052582 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1533472 CPUtime=0.24
/proc/21210/task/21226/stat : 21226 (java) S 21208 21210 19096 0 -1 4202560 1213 0 0 0 24 0 0 0 16 0 18 0 22052582 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22052582 1570275328 48751 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1533472

[startup+6.30151 s]
/proc/loadavg: 1.93 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28440584/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=7.59
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 52769 0 1 0 737 22 0 0 18 0 18 0 22052577 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 50905 1425 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=5.95
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 37765 0 1 0 590 5 0 0 19 0 18 0 22052578 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.13
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 1747 0 0 0 12 1 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.1
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 1254 0 0 0 10 0 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.09
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 849 0 0 0 8 1 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.09
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1159 0 0 0 9 0 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1533472 CPUtime=0.13
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 1596 0 0 0 12 1 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1533472 CPUtime=0.11
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 1811 0 0 0 10 1 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1533472 CPUtime=0.15
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 1392 0 0 0 13 2 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 3 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1533472 CPUtime=0.18
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 1860 0 0 0 15 3 0 0 16 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1533472 CPUtime=0.04
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 23 0 0 0 2 2 0 0 15 0 18 0 22052579 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22052580 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22052580 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1533472 CPUtime=0.25
/proc/21210/task/21225/stat : 21225 (java) S 21208 21210 19096 0 -1 4202560 1035 0 0 0 25 0 0 0 16 0 18 0 22052582 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1533472 CPUtime=0.24
/proc/21210/task/21226/stat : 21226 (java) S 21208 21210 19096 0 -1 4202560 1213 0 0 0 24 0 0 0 16 0 18 0 22052582 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22052582 1570275328 50905 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1533472

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28422108/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=15.4
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 57652 0 1 0 1474 66 0 0 18 0 18 0 22052577 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 55527 1425 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=11.89
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 37947 0 1 0 1184 5 0 0 19 0 18 0 22052578 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.35
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 2331 0 0 0 30 5 0 0 15 0 18 0 22052579 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.32
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 1636 0 0 0 28 4 0 0 15 0 18 0 22052579 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.29
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 1397 0 0 0 24 5 0 0 15 0 18 0 22052579 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.28
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1512 0 0 0 24 4 0 0 15 0 18 0 22052579 1570275328 55527 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0

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

/proc/loadavg: 1.94 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28418388/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=17.31
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 58346 0 1 0 1654 77 0 0 18 0 18 0 22052577 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 56151 1425 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=13.37
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 37992 0 1 0 1331 6 0 0 20 0 18 0 22052578 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.39
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 2401 0 0 0 33 6 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.35
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 1704 0 0 0 31 4 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.34
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 1468 0 0 0 28 6 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.34
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1616 0 0 0 29 5 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1533472 CPUtime=0.43
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 2470 0 0 0 35 8 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1533472 CPUtime=0.43
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 2446 0 0 0 34 9 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1533472 CPUtime=0.45
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 2077 0 0 0 36 9 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 3 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1533472 CPUtime=0.48
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 2835 0 0 0 37 11 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1533472 CPUtime=0.11
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 24 0 0 0 4 7 0 0 15 0 18 0 22052579 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22052580 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22052580 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1533472 CPUtime=0.25
/proc/21210/task/21225/stat : 21225 (java) S 21208 21210 19096 0 -1 4202560 1035 0 0 0 25 0 0 0 16 0 18 0 22052582 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1533472 CPUtime=0.24
/proc/21210/task/21226/stat : 21226 (java) S 21208 21210 19096 0 -1 4202560 1213 0 0 0 24 0 0 0 16 0 18 0 22052582 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22052582 1570275328 56151 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 1533472

[startup+14.701 s]
/proc/loadavg: 1.94 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28418388/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1533472 CPUtime=17.92
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 60110 0 1 0 1715 77 0 0 18 0 18 0 22052577 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383368 57777 1430 10 0 380670 0
[pid=21210/tid=21212] ppid=21208 vsize=1533472 CPUtime=13.74
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 38025 0 1 0 1368 6 0 0 20 0 18 0 22052578 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1533472 CPUtime=0.4
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 2405 0 0 0 34 6 0 0 15 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1533472 CPUtime=0.36
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 2288 0 0 0 32 4 0 0 16 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1533472 CPUtime=0.34
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 1472 0 0 0 28 6 0 0 15 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1533472 CPUtime=0.35
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1925 0 0 0 30 5 0 0 16 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1533472 CPUtime=0.44
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 2762 0 0 0 36 8 0 0 16 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1533472 CPUtime=0.43
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 2598 0 0 0 34 9 0 0 15 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1533472 CPUtime=0.46
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 2436 0 0 0 37 9 0 0 16 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 3 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1533472 CPUtime=0.49
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 2837 0 0 0 38 11 0 0 15 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1533472 CPUtime=0.11
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 24 0 0 0 4 7 0 0 15 0 18 0 22052579 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22052580 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 22052580 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1533472 CPUtime=0.35
/proc/21210/task/21225/stat : 21225 (java) R 21208 21210 19096 0 -1 4202560 1048 0 0 0 35 0 0 0 15 0 18 0 22052582 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 104190273 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1533472 CPUtime=0.32
/proc/21210/task/21226/stat : 21226 (java) R 21208 21210 19096 0 -1 4202560 1225 0 0 0 32 0 0 0 15 0 18 0 22052582 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 102258624 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22052582 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1533472 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22052582 1570275328 57777 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.92
Current children cumulated vsize (KiB) 1533472

[startup+15.1009 s]
/proc/loadavg: 1.94 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28418388/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1535600 CPUtime=18.73
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 61083 0 1 0 1796 77 0 0 18 0 19 0 22052577 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383900 58394 1440 10 0 381202 0
[pid=21210/tid=21212] ppid=21208 vsize=1535600 CPUtime=14.14
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 38036 0 1 0 1408 6 0 0 22 0 19 0 22052578 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4108630520 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1535600 CPUtime=0.4
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 2405 0 0 0 34 6 0 0 15 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1535600 CPUtime=0.36
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 2288 0 0 0 32 4 0 0 16 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1535600 CPUtime=0.34
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 1472 0 0 0 28 6 0 0 15 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1535600 CPUtime=0.35
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1925 0 0 0 30 5 0 0 16 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1535600 CPUtime=0.44
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 2762 0 0 0 36 8 0 0 16 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1535600 CPUtime=0.43
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 2598 0 0 0 34 9 0 0 15 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1535600 CPUtime=0.46
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 2436 0 0 0 37 9 0 0 16 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 3 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1535600 CPUtime=0.49
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 2837 0 0 0 38 11 0 0 15 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1535600 CPUtime=0.11
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 24 0 0 0 4 7 0 0 16 0 19 0 22052579 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22052580 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 22052580 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22052582 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1535600 CPUtime=0.53
/proc/21210/task/21225/stat : 21225 (java) R 21208 21210 19096 0 -1 4202560 1603 0 0 0 53 0 0 0 15 0 19 0 22052582 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 105508912 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1535600 CPUtime=0.55
/proc/21210/task/21226/stat : 21226 (java) R 21208 21210 19096 0 -1 4202560 1626 0 0 0 55 0 0 0 16 0 19 0 22052582 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 104163975 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22052582 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22052582 1572454400 58394 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.73
Current children cumulated vsize (KiB) 1535600

[startup+15.2009 s]
/proc/loadavg: 1.94 1.98 1.94 3/214 21228
/proc/meminfo: memFree=28418388/32951124 swapFree=67111528/67111528
[pid=21210] ppid=21208 vsize=1535600 CPUtime=18.94
/proc/21210/stat : 21210 (java) S 21208 21210 19096 0 -1 4202496 61131 0 1 0 1817 77 0 0 18 0 19 0 22052577 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21210/statm: 383900 58442 1442 10 0 381202 0
[pid=21210/tid=21212] ppid=21208 vsize=1535600 CPUtime=14.24
/proc/21210/task/21212/stat : 21212 (java) R 21208 21210 19096 0 -1 4202560 38039 0 1 0 1418 6 0 0 22 0 19 0 22052578 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4109364917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21210/tid=21213] ppid=21208 vsize=1535600 CPUtime=0.4
/proc/21210/task/21213/stat : 21213 (java) S 21208 21210 19096 0 -1 4202560 2405 0 0 0 34 6 0 0 15 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21214] ppid=21208 vsize=1535600 CPUtime=0.36
/proc/21210/task/21214/stat : 21214 (java) S 21208 21210 19096 0 -1 4202560 2288 0 0 0 32 4 0 0 16 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 6 0 0 0
[pid=21210/tid=21215] ppid=21208 vsize=1535600 CPUtime=0.34
/proc/21210/task/21215/stat : 21215 (java) S 21208 21210 19096 0 -1 4202560 1472 0 0 0 28 6 0 0 15 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21216] ppid=21208 vsize=1535600 CPUtime=0.35
/proc/21210/task/21216/stat : 21216 (java) S 21208 21210 19096 0 -1 4202560 1925 0 0 0 30 5 0 0 16 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
[pid=21210/tid=21217] ppid=21208 vsize=1535600 CPUtime=0.44
/proc/21210/task/21217/stat : 21217 (java) S 21208 21210 19096 0 -1 4202560 2762 0 0 0 36 8 0 0 16 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21218] ppid=21208 vsize=1535600 CPUtime=0.43
/proc/21210/task/21218/stat : 21218 (java) S 21208 21210 19096 0 -1 4202560 2598 0 0 0 34 9 0 0 15 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21219] ppid=21208 vsize=1535600 CPUtime=0.46
/proc/21210/task/21219/stat : 21219 (java) S 21208 21210 19096 0 -1 4202560 2436 0 0 0 37 9 0 0 16 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 3 0 0 0
[pid=21210/tid=21220] ppid=21208 vsize=1535600 CPUtime=0.49
/proc/21210/task/21220/stat : 21220 (java) S 21208 21210 19096 0 -1 4202560 2837 0 0 0 38 11 0 0 15 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21221] ppid=21208 vsize=1535600 CPUtime=0.11
/proc/21210/task/21221/stat : 21221 (java) S 21208 21210 19096 0 -1 4202560 24 0 0 0 4 7 0 0 16 0 19 0 22052579 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 0 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21222] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21222/stat : 21222 (java) S 21208 21210 19096 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22052580 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 2 0 0 0
[pid=21210/tid=21223] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21223/stat : 21223 (java) S 21208 21210 19096 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 22052580 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 1 0 0 0
[pid=21210/tid=21224] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21224/stat : 21224 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22052582 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21225] ppid=21208 vsize=1535600 CPUtime=0.59
/proc/21210/task/21225/stat : 21225 (java) S 21208 21210 19096 0 -1 4202560 1640 0 0 0 59 0 0 0 15 0 19 0 22052582 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 5 0 0 0
[pid=21210/tid=21226] ppid=21208 vsize=1535600 CPUtime=0.6
/proc/21210/task/21226/stat : 21226 (java) R 21208 21210 19096 0 -1 4202560 1634 0 0 0 60 0 0 0 15 0 19 0 22052582 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 102192160 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21210/tid=21227] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21227/stat : 21227 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22052582 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 4 0 0 0
[pid=21210/tid=21228] ppid=21208 vsize=1535600 CPUtime=0
/proc/21210/task/21228/stat : 21228 (java) S 21208 21210 19096 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22052582 1572454400 58442 4089446400 134512640 134550932 4287487600 18446744073709551615 4294960144 0 4 0 16800975 18446604457343809728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.94
Current children cumulated vsize (KiB) 1535600

Child status: 20
Real time (s): 15.243
CPU time (s): 18.9931
CPU user time (s): 18.1982
CPU system time (s): 0.794879
CPU usage (%): 124.602
Max. virtual memory (cumulated for all children) (KiB): 1535600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1982
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61149
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= 12232
involuntary context switches= 216728

runsolver used 0.029995 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node111 at 2010-07-07 23:33:04
IDJOB=2701258
IDBENCH=79550
IDSOLVER=1202
FILE ID=node111/2701258-1278538384
PBS_JOBID= 11239256
Free space on /tmp= 73612 MiB

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

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

MD5SUM BENCH= 5c315664b873ce8198536ea2fe9f11ce
RANDOM SEED=919292218

node111.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.825
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.65
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.825
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.98
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.825
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.67
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.825
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.86
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.825
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	: 5233.30
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.825
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.825
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.825
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28637524 kB
Buffers:        145000 kB
Cached:        3554064 kB
SwapCached:          0 kB
Active:        2446452 kB
Inactive:      1719176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28637524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4072 kB
Writeback:           0 kB
AnonPages:      466636 kB
Mapped:          20336 kB
Slab:            84216 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644060 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= 73612 MiB
End job on node111 at 2010-07-07 23:33:20