Trace number 2701372

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 104.405 85.6019

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
scens/normalized-scen06-16_wcsp.wbo
MD5SUMee2a7941708829c599959db851b73ff3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark51435
Best CPU time to get the best result obtained on this benchmark1800.2
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2410
Total number of constraints293522
Number of soft constraints293422
Number of constraints which are clauses293422
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Top cost 255194
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 54015430
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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@16fd0b7
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-2701372-1278539472.wbo
0.11/0.10	c reading problem ... 
102.83/84.77	c ... done. Wall clock time 84.669s.
102.83/84.77	c #vars     295832
102.83/84.77	c #constraints  293623
102.83/84.77	c constraints type 
102.83/84.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
102.83/84.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 293522
102.83/84.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
104.26/85.56	c starts		: 2
104.26/85.56	c conflicts		: 239
104.26/85.56	c decisions		: 295975
104.26/85.56	c propagations		: 322009
104.26/85.56	c inspects		: 114126
104.26/85.56	c learnt literals	: 4
104.26/85.56	c learnt binary clauses	: 5
104.26/85.56	c learnt ternary clauses	: 3
104.26/85.56	c learnt clauses	: 234
104.26/85.56	c ignored clauses	: 0
104.26/85.56	c root simplifications	: 0
104.26/85.56	c removed literals (reason simplification)	: 365
104.26/85.56	c reason swapping (by a shorter reason)	: 0
104.26/85.56	c Calls to reduceDB	: 0
104.26/85.56	c number of reductions to clauses (during analyze)	: 0
104.26/85.56	c number of learned constraints concerned by reduction	: 0
104.26/85.56	c number of learning phase by resolution	: 0
104.26/85.56	c number of learning phase by cutting planes	: 0
104.26/85.56	c speed (assignments/second)	: 405552.8967254408
104.26/85.56	c non guided choices	1876
104.26/85.56	c learnt constraints type 
104.26/85.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 229
104.26/85.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
104.26/85.56	c constraints type 
104.26/85.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
104.26/85.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 293522
104.26/85.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
104.26/85.56	s UNSATISFIABLE
104.26/85.56	c Total wall clock time (in seconds): 85.465

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-2701372-1278539472/watcher-2701372-1278539472 -o /tmp/evaluation-result-2701372-1278539472/solver-2701372-1278539472 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701372-1278539472.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.22 2.22 2.11 2/178 19253
/proc/meminfo: memFree=27899604/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=300 CPUtime=0
/proc/19253/stat : 19253 (java) R 19251 19253 17729 0 -1 4194304 290 0 0 0 0 0 0 0 17 0 1 0 22162032 307200 36 4089446400 134512640 134550932 4293475744 18446744073709551615 5468154 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19253/statm: 98 40 32 10 0 25 0

[startup+0.086166 s]
/proc/loadavg: 2.22 2.22 2.11 2/178 19253
/proc/meminfo: memFree=27899604/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1529840 CPUtime=0.09
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 5022 0 1 0 8 1 0 0 17 0 18 0 22162032 1566556160 4459 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 382460 4459 1337 10 0 379762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1529840

[startup+0.101183 s]
/proc/loadavg: 2.22 2.22 2.11 2/178 19253
/proc/meminfo: memFree=27899604/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1529840 CPUtime=0.11
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 5211 0 1 0 10 1 0 0 17 0 18 0 22162032 1566556160 4648 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 382460 4649 1346 10 0 379762 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529840

[startup+0.301154 s]
/proc/loadavg: 2.22 2.22 2.11 2/178 19253
/proc/meminfo: memFree=27899604/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1533408 CPUtime=0.54
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 21605 0 1 0 51 3 0 0 17 0 18 0 22162032 1570209792 20935 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383352 20940 1407 10 0 380654 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1533408

[startup+0.702098 s]
/proc/loadavg: 2.22 2.22 2.11 2/178 19253
/proc/meminfo: memFree=27899604/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1533388 CPUtime=1.31
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 45413 0 1 0 124 7 0 0 17 0 18 0 22162032 1570189312 44395 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383347 44395 1425 10 0 380649 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1533388

[startup+1.50088 s]
/proc/loadavg: 2.22 2.22 2.11 3/196 19271
/proc/meminfo: memFree=27724692/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1533388 CPUtime=2.22
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 47675 0 1 0 214 8 0 0 17 0 18 0 22162032 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383347 46597 1425 10 0 380649 0
[pid=19253/tid=19255] ppid=19251 vsize=1533388 CPUtime=1.38
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 37842 0 1 0 134 4 0 0 18 0 18 0 22162032 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1533388 CPUtime=0.03
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 1062 0 0 0 3 0 0 0 16 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1533388 CPUtime=0.03
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 1099 0 0 0 3 0 0 0 15 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1533388 CPUtime=0.03
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 989 0 0 0 3 0 0 0 15 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1533388 CPUtime=0.02
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 676 0 0 0 2 0 0 0 15 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1533388 CPUtime=0.04
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 482 0 0 0 4 0 0 0 16 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1533388 CPUtime=0.04
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 1044 0 0 0 4 0 0 0 15 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1533388 CPUtime=0.02
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 374 0 0 0 2 0 0 0 16 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1533388 CPUtime=0.04
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 1064 0 0 0 4 0 0 0 15 0 18 0 22162033 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 3 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 18 0 22162034 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1533388 CPUtime=0.21
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 834 0 0 0 21 0 0 0 16 0 18 0 22162036 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1533388 CPUtime=0.29
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1124 0 0 0 29 0 0 0 16 0 18 0 22162036 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22162036 1570189312 46597 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1533388

[startup+3.10162 s]
/proc/loadavg: 2.22 2.22 2.11 3/196 19271
/proc/meminfo: memFree=27714652/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1533388 CPUtime=4.08
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 50134 0 1 0 394 14 0 0 17 0 18 0 22162032 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383347 48938 1425 10 0 380649 0
[pid=19253/tid=19255] ppid=19251 vsize=1533388 CPUtime=2.9
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 37887 0 1 0 285 5 0 0 20 0 18 0 22162032 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 106834540 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1533388 CPUtime=0.08
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 1409 0 0 0 8 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1533388 CPUtime=0.07
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 1437 0 0 0 7 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1533388 CPUtime=0.07
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 1332 0 0 0 6 1 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 3 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1533388 CPUtime=0.06
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 1065 0 0 0 6 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1533388 CPUtime=0.07
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 760 0 0 0 7 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1533388 CPUtime=0.06
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 1170 0 0 0 6 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1533388 CPUtime=0.04
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 734 0 0 0 4 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1533388 CPUtime=0.08
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 1296 0 0 0 8 0 0 0 15 0 18 0 22162033 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1533388 CPUtime=0.01
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 22 0 0 0 0 1 0 0 15 0 18 0 22162034 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1533388 CPUtime=0.21
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 834 0 0 0 21 0 0 0 16 0 18 0 22162036 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1533388 CPUtime=0.29
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1124 0 0 0 29 0 0 0 16 0 18 0 22162036 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22162036 1570189312 48938 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1533388

[startup+6.30105 s]
/proc/loadavg: 2.20 2.22 2.11 3/196 19271
/proc/meminfo: memFree=27703368/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1533388 CPUtime=7.71
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 53306 0 1 0 746 25 0 0 17 0 18 0 22162032 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383347 51897 1425 10 0 380649 0
[pid=19253/tid=19255] ppid=19251 vsize=1533388 CPUtime=5.92
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 37980 0 1 0 587 5 0 0 20 0 18 0 22162032 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1533388 CPUtime=0.15
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 1873 0 0 0 14 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1533388 CPUtime=0.14
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 2138 0 0 0 13 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1533388 CPUtime=0.15
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 1589 0 0 0 13 2 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 3 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1533388 CPUtime=0.13
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 1387 0 0 0 12 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1533388 CPUtime=0.14
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 997 0 0 0 13 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1533388 CPUtime=0.12
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 1406 0 0 0 11 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1533388 CPUtime=0.12
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 1178 0 0 0 11 1 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1533388 CPUtime=0.17
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 1714 0 0 0 15 2 0 0 15 0 18 0 22162033 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1533388 CPUtime=0.05
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 22 0 0 0 1 4 0 0 15 0 18 0 22162034 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1533388 CPUtime=0.21
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 834 0 0 0 21 0 0 0 16 0 18 0 22162036 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1533388 CPUtime=0.29
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1124 0 0 0 29 0 0 0 16 0 18 0 22162036 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1533388 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22162036 1570189312 51897 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 1533388

[startup+12.7013 s]
/proc/loadavg: 2.18 2.21 2.11 3/196 19271
/proc/meminfo: memFree=27684712/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1534412 CPUtime=15.25
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 57221 0 1 0 1466 59 0 0 17 0 18 0 22162032 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383603 55564 1425 10 0 380905 0
[pid=19253/tid=19255] ppid=19251 vsize=1534412 CPUtime=11.83
/proc/19253/task/19255/stat : 19255 (java) S 19251 19253 17729 0 -1 4202560 38164 0 1 0 1178 5 0 0 25 0 18 0 22162032 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1534412 CPUtime=0.34
/proc/19253/task/19256/stat : 19256 (java) R 19251 19253 17729 0 -1 4202560 2222 0 0 0 29 5 0 0 15 0 18 0 22162033 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1534412 CPUtime=0.34
/proc/19253/task/19257/stat : 19257 (java) R 19251 19253 17729 0 -1 4202560 2527 0 0 0 29 5 0 0 15 0 18 0 22162033 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1534412 CPUtime=0.34
/proc/19253/task/19258/stat : 19258 (java) R 19251 19253 17729 0 -1 4202560 2204 0 0 0 29 5 0 0 15 0 18 0 22162033 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1534412 CPUtime=0.32
/proc/19253/task/19259/stat : 19259 (java) R 19251 19253 17729 0 -1 4202560 1819 0 0 0 28 4 0 0 15 0 18 0 22162033 1571237888 55564 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0

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

[pid=19253/tid=19257] ppid=19251 vsize=1535436 CPUtime=3.48
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 5388 0 0 0 261 87 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1535436 CPUtime=3.61
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 4797 0 0 0 281 80 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1535436 CPUtime=3.41
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 4320 0 0 0 262 79 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1535436 CPUtime=3.48
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 4703 0 0 0 265 83 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1535436 CPUtime=3.61
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 4217 0 0 0 284 77 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1535436 CPUtime=3.49
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 5271 0 0 0 272 77 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1535436 CPUtime=3.59
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 4591 0 0 0 272 87 0 0 15 0 18 0 22162033 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1535436 CPUtime=0.4
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 39 0 0 0 13 27 0 0 15 0 18 0 22162034 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1535436 CPUtime=0.21
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 834 0 0 0 21 0 0 0 16 0 18 0 22162036 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1535436 CPUtime=0.29
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1124 0 0 0 29 0 0 0 16 0 18 0 22162036 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 22162036 1572286464 76868 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 1535436

[startup+84.7067 s]
/proc/loadavg: 2.18 2.23 2.12 3/196 19273
/proc/meminfo: memFree=27591972/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1535436 CPUtime=102.83
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 82378 0 1 0 9575 708 0 0 17 0 18 0 22162032 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383859 78337 1425 10 0 381161 0
[pid=19253/tid=19255] ppid=19251 vsize=1535436 CPUtime=73.01
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 40078 0 1 0 7294 7 0 0 25 0 18 0 22162032 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4110047677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1535436 CPUtime=3.62
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 4534 0 0 0 275 87 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1535436 CPUtime=3.54
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 5422 0 0 0 265 89 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1535436 CPUtime=3.67
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 5415 0 0 0 286 81 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1535436 CPUtime=3.47
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 4641 0 0 0 267 80 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1535436 CPUtime=3.55
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 4740 0 0 0 270 85 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1535436 CPUtime=3.68
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 4250 0 0 0 289 79 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1535436 CPUtime=3.55
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 5590 0 0 0 277 78 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1535436 CPUtime=3.64
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 4623 0 0 0 275 89 0 0 15 0 18 0 22162033 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1535436 CPUtime=0.41
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 39 0 0 0 13 28 0 0 15 0 18 0 22162034 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1535436 CPUtime=0.28
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 854 0 0 0 28 0 0 0 15 0 18 0 22162036 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1535436 CPUtime=0.3
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1124 0 0 0 30 0 0 0 15 0 18 0 22162036 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1535436 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 22162036 1572286464 78337 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.83
Current children cumulated vsize (KiB) 1535436

[startup+85.1006 s]
/proc/loadavg: 2.18 2.23 2.12 3/196 19273
/proc/meminfo: memFree=27591972/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1535256 CPUtime=103.6
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 90358 0 1 0 9651 709 0 0 17 0 18 0 22162032 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383814 85490 1438 10 0 381116 0
[pid=19253/tid=19255] ppid=19251 vsize=1535256 CPUtime=73.38
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 40090 0 1 0 7331 7 0 0 25 0 18 0 22162032 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4110075674 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1535256 CPUtime=3.64
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 4789 0 0 0 277 87 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1535256 CPUtime=3.55
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 5705 0 0 0 266 89 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1535256 CPUtime=3.69
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 6552 0 0 0 288 81 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1535256 CPUtime=3.48
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 5689 0 0 0 268 80 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1535256 CPUtime=3.57
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 5871 0 0 0 272 85 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1535256 CPUtime=3.69
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 5269 0 0 0 290 79 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1535256 CPUtime=3.58
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 7007 0 0 0 279 79 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1535256 CPUtime=3.65
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 5940 0 0 0 276 89 0 0 16 0 18 0 22162033 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1535256 CPUtime=0.41
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 39 0 0 0 13 28 0 0 15 0 18 0 22162034 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1535256 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 18 0 22162034 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1535256 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 22162034 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1535256 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 22162036 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1535256 CPUtime=0.4
/proc/19253/task/19268/stat : 19268 (java) R 19251 19253 17729 0 -1 4202560 1158 0 0 0 40 0 0 0 15 0 18 0 22162036 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 105575916 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1535256 CPUtime=0.44
/proc/19253/task/19269/stat : 19269 (java) R 19251 19253 17729 0 -1 4202560 1181 0 0 0 44 0 0 0 15 0 18 0 22162036 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 103142700 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1535256 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22162036 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1535256 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 22162036 1572102144 85490 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 103.6
Current children cumulated vsize (KiB) 1535256

[startup+85.5016 s]
/proc/loadavg: 2.18 2.23 2.12 3/196 19273
/proc/meminfo: memFree=27591972/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=1535732 CPUtime=104.26
/proc/19253/stat : 19253 (java) S 19251 19253 17729 0 -1 4202496 92313 0 1 0 9716 710 0 0 17 0 19 0 22162032 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 383933 87420 1440 10 0 381235 0
[pid=19253/tid=19255] ppid=19251 vsize=1535732 CPUtime=73.77
/proc/19253/task/19255/stat : 19255 (java) R 19251 19253 17729 0 -1 4202560 40103 0 1 0 7370 7 0 0 18 0 19 0 22162032 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4110149910 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19253/tid=19256] ppid=19251 vsize=1535732 CPUtime=3.65
/proc/19253/task/19256/stat : 19256 (java) S 19251 19253 17729 0 -1 4202560 4791 0 0 0 278 87 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19257] ppid=19251 vsize=1535732 CPUtime=3.55
/proc/19253/task/19257/stat : 19257 (java) S 19251 19253 17729 0 -1 4202560 5707 0 0 0 266 89 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19258] ppid=19251 vsize=1535732 CPUtime=3.69
/proc/19253/task/19258/stat : 19258 (java) S 19251 19253 17729 0 -1 4202560 6552 0 0 0 288 81 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 2 0 0 0
[pid=19253/tid=19259] ppid=19251 vsize=1535732 CPUtime=3.48
/proc/19253/task/19259/stat : 19259 (java) S 19251 19253 17729 0 -1 4202560 5689 0 0 0 268 80 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 0 0 0 0
[pid=19253/tid=19260] ppid=19251 vsize=1535732 CPUtime=3.58
/proc/19253/task/19260/stat : 19260 (java) S 19251 19253 17729 0 -1 4202560 5871 0 0 0 273 85 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19261] ppid=19251 vsize=1535732 CPUtime=3.7
/proc/19253/task/19261/stat : 19261 (java) S 19251 19253 17729 0 -1 4202560 6432 0 0 0 291 79 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 7 0 0 0
[pid=19253/tid=19262] ppid=19251 vsize=1535732 CPUtime=3.59
/proc/19253/task/19262/stat : 19262 (java) S 19251 19253 17729 0 -1 4202560 7680 0 0 0 280 79 0 0 15 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19263] ppid=19251 vsize=1535732 CPUtime=3.67
/proc/19253/task/19263/stat : 19263 (java) S 19251 19253 17729 0 -1 4202560 5982 0 0 0 278 89 0 0 16 0 19 0 22162033 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 1 0 0 0
[pid=19253/tid=19264] ppid=19251 vsize=1535732 CPUtime=0.41
/proc/19253/task/19264/stat : 19264 (java) S 19251 19253 17729 0 -1 4202560 39 0 0 0 13 28 0 0 15 0 19 0 22162034 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 0 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19265] ppid=19251 vsize=1535732 CPUtime=0
/proc/19253/task/19265/stat : 19265 (java) S 19251 19253 17729 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 22162034 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19266] ppid=19251 vsize=1535732 CPUtime=0
/proc/19253/task/19266/stat : 19266 (java) S 19251 19253 17729 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22162034 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19267] ppid=19251 vsize=1535732 CPUtime=0
/proc/19253/task/19267/stat : 19267 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22162036 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19268] ppid=19251 vsize=1535732 CPUtime=0.49
/proc/19253/task/19268/stat : 19268 (java) S 19251 19253 17729 0 -1 4202560 1186 0 0 0 49 0 0 0 15 0 19 0 22162036 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 6 0 0 0
[pid=19253/tid=19269] ppid=19251 vsize=1535732 CPUtime=0.57
/proc/19253/task/19269/stat : 19269 (java) S 19251 19253 17729 0 -1 4202560 1208 0 0 0 57 0 0 0 16 0 19 0 22162036 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
[pid=19253/tid=19270] ppid=19251 vsize=1535732 CPUtime=0
/proc/19253/task/19270/stat : 19270 (java) S 19251 19253 17729 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22162036 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 4 0 0 0
[pid=19253/tid=19271] ppid=19251 vsize=1535732 CPUtime=0
/proc/19253/task/19271/stat : 19271 (java) S 19251 19253 17729 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 22162036 1572589568 87420 4089446400 134512640 134550932 4293475744 18446744073709551615 4294960144 0 4 0 16800975 18446604471147936576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 104.26
Current children cumulated vsize (KiB) 1535732

[startup+85.6015 s]
/proc/loadavg: 2.18 2.23 2.12 3/196 19273
/proc/meminfo: memFree=27591972/32951124 swapFree=67111528/67111528
[pid=19253] ppid=19251 vsize=0 CPUtime=104.39
/proc/19253/stat : 19253 (java) Z 19251 19253 17729 0 -1 4203548 92376 0 1 0 9728 711 0 0 15 0 2 0 22162032 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19253/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 104.39
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 85.6019
CPU time (s): 104.405
CPU user time (s): 97.2882
CPU system time (s): 7.11692
CPU usage (%): 121.966
Max. virtual memory (cumulated for all children) (KiB): 1535732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.2882
system time used= 7.11692
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92376
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= 83805
involuntary context switches= 4659059

runsolver used 0.180972 second user time and 0.307953 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-07 23:51:12
IDJOB=2701372
IDBENCH=79569
IDSOLVER=1202
FILE ID=node110/2701372-1278539472
PBS_JOBID= 11239257
Free space on /tmp= 73492 MiB

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

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

MD5SUM BENCH= ee2a7941708829c599959db851b73ff3
RANDOM SEED=721597787

node110.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.801
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.60
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.801
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.83
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.801
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.801
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.82
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.801
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.801
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.801
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.801
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	: 5347.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27900008 kB
Buffers:        141936 kB
Cached:        4301284 kB
SwapCached:          0 kB
Active:        2447604 kB
Inactive:      2443568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27900008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8788 kB
Writeback:           0 kB
AnonPages:      448200 kB
Mapped:          15452 kB
Slab:            94424 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   611396 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= 73492 MiB
End job on node110 at 2010-07-07 23:52:38