Trace number 2701400

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.1? (TO) 1800.13 1798.08

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-20reduc_wcsp.wbo
MD5SUMe94b4395b6b3ba71e47be69bc3403ba0
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1594
Total number of constraints87251
Number of soft constraints87169
Number of constraints which are clauses87169
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 29876722
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.1.v20100705
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.08	c java.vm.version	11.2-b01
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	32
0.02/0.08	c java.version		1.6.0_12
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		i386
0.02/0.08	c Free memory 		1393557488
0.02/0.08	c Max memory 		1395916800
0.02/0.08	c Total memory 		1395916800
0.02/0.08	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-2701400-1278539658.wbo
0.11/0.10	c reading problem ... 
2.02/1.12	c ... done. Wall clock time 1.023s.
2.02/1.12	c #vars     88763
2.02/1.12	c #constraints  87334
2.02/1.12	c constraints type 
2.02/1.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86769
2.02/1.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
2.02/1.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 483
2.02/1.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
204.45/202.65	c cleaning 2499 clauses out of 5001 with flag 5001/5001
620.47/618.52	c cleaning 4248 clauses out of 8501 with flag 11000/11000
1598.12/1596.13	c cleaning 5618 clauses out of 11253 with flag 18000/18000
1800.03/1798.01	c starts		: 45
1800.03/1798.01	c conflicts		: 20695
1800.03/1798.01	c decisions		: 418478
1800.03/1798.01	c propagations		: 136564445
1800.03/1798.01	c inspects		: 11650702
1800.03/1798.01	c learnt literals	: 0
1800.03/1798.01	c learnt binary clauses	: 0
1800.03/1798.01	c learnt ternary clauses	: 51
1800.03/1798.01	c learnt clauses	: 20694
1800.03/1798.01	c ignored clauses	: 0
1800.03/1798.01	c root simplifications	: 0
1800.03/1798.01	c removed literals (reason simplification)	: 574172
1800.03/1798.01	c reason swapping (by a shorter reason)	: 0
1800.03/1798.01	c Calls to reduceDB	: 3
1800.03/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.01	c number of learned constraints concerned by reduction	: 0
1800.03/1798.01	c number of learning phase by resolution	: 0
1800.03/1798.01	c number of learning phase by cutting planes	: 0
1800.03/1798.01	c speed (assignments/second)	: 76000.49029183216
1800.03/1798.01	c non guided choices	1731
1800.03/1798.01	c learnt constraints type 
1800.03/1798.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8329
1800.03/1798.01	c constraints type 
1800.03/1798.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86769
1800.03/1798.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.03/1798.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 483
1800.03/1798.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/1798.01	s UNKNOWN
1800.03/1798.01	c Total wall clock time (in seconds): 1797.918

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/196 20368
/proc/meminfo: memFree=28503968/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=392 CPUtime=0
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4194304 295 0 0 0 0 0 0 0 17 0 1 0 22180571 401408 41 4089446400 134512640 134550932 4290573184 18446744073709551615 9781844 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/20368/statm: 98 41 32 10 0 25 0

[startup+0.0350241 s]
/proc/loadavg: 2.00 2.00 1.94 3/196 20368
/proc/meminfo: memFree=28503968/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1526332 CPUtime=0.02
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 3737 0 1 0 2 0 0 0 17 0 13 0 22180571 1562963968 3178 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 381583 3178 1034 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.101015 s]
/proc/loadavg: 2.00 2.00 1.94 3/196 20368
/proc/meminfo: memFree=28503968/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1530028 CPUtime=0.11
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 5213 0 1 0 10 1 0 0 17 0 18 0 22180571 1566748672 4650 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 382507 4651 1346 10 0 379810 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530028

[startup+0.300973 s]
/proc/loadavg: 2.00 2.00 1.94 3/196 20368
/proc/meminfo: memFree=28503968/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1532044 CPUtime=0.53
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 7950 0 1 0 52 1 0 0 17 0 18 0 22180571 1568813056 7154 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 383011 7154 1399 10 0 380314 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1532044

[startup+0.712102 s]
/proc/loadavg: 2.00 2.00 1.94 3/196 20368
/proc/meminfo: memFree=28503968/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1538324 CPUtime=1.35
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 41648 0 1 0 130 5 0 0 17 0 18 0 22180571 1575243776 39965 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 384581 39965 1411 10 0 381884 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1538324

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 1.94 4/214 20386
/proc/meminfo: memFree=28348772/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1550600 CPUtime=3
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 56111 0 1 0 292 8 0 0 17 0 19 0 22180571 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387650 51766 1438 10 0 384953 0
[pid=20368/tid=20370] ppid=20366 vsize=1550600 CPUtime=1.41
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32080 0 1 0 137 4 0 0 25 0 19 0 22180571 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4109428410 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1550600 CPUtime=0.04
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3012 0 0 0 4 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1550600 CPUtime=0.02
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2085 0 0 0 2 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1550600 CPUtime=0.03
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2285 0 0 0 3 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1550600 CPUtime=0.03
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3247 0 0 0 3 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1215 0 0 0 1 0 0 0 15 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1064 0 0 0 1 0 0 0 15 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 19 0 22180572 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22180573 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1550600 CPUtime=0.84
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7075 0 0 0 84 0 0 0 15 0 19 0 22180575 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1550600 CPUtime=0.5
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2367 0 0 0 50 0 0 0 15 0 19 0 22180575 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22180575 1587814400 51766 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1550600

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 20387
/proc/meminfo: memFree=28303008/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1550600 CPUtime=4.94
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 56176 0 1 0 486 8 0 0 17 0 19 0 22180571 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387650 51830 1441 10 0 384953 0
[pid=20368/tid=20370] ppid=20366 vsize=1550600 CPUtime=3.01
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32086 0 1 0 297 4 0 0 25 0 19 0 22180571 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4110440911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1550600 CPUtime=0.04
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3012 0 0 0 4 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1550600 CPUtime=0.02
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2085 0 0 0 2 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1550600 CPUtime=0.03
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2285 0 0 0 3 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1550600 CPUtime=0.03
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3247 0 0 0 3 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1215 0 0 0 1 0 0 0 15 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1550600 CPUtime=0.01
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1064 0 0 0 1 0 0 0 15 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 19 0 22180572 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 22180573 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1550600 CPUtime=1.02
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7108 0 0 0 102 0 0 0 15 0 19 0 22180575 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1550600 CPUtime=0.66
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2393 0 0 0 66 0 0 0 15 0 19 0 22180575 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22180575 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1550600 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1587814400 51830 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1550600

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 20387
/proc/meminfo: memFree=28303388/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1549704 CPUtime=8.14
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 56177 0 1 0 806 8 0 0 17 0 19 0 22180571 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387426 51638 1441 10 0 384729 0
[pid=20368/tid=20370] ppid=20366 vsize=1549704 CPUtime=6.21
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32087 0 1 0 617 4 0 0 25 0 19 0 22180571 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4110462747 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3012 0 0 0 4 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2085 0 0 0 2 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1549704 CPUtime=0.03
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2285 0 0 0 3 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1549704 CPUtime=0.03
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3247 0 0 0 3 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1215 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1064 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 6 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 19 0 22180572 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1549704 CPUtime=1.02
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7108 0 0 0 102 0 0 0 15 0 19 0 22180575 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1549704 CPUtime=0.67
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2393 0 0 0 67 0 0 0 15 0 19 0 22180575 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22180575 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 0 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1586896896 51638 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1549704

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.94 3/215 20388
/proc/meminfo: memFree=28303656/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1549704 CPUtime=14.55
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 56181 0 1 0 1447 8 0 0 17 0 19 0 22180571 1586896896 51639 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387426 51639 1441 10 0 384729 0
[pid=20368/tid=20370] ppid=20366 vsize=1549704 CPUtime=12.61
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32090 0 1 0 1257 4 0 0 25 0 19 0 22180571 1586896896 51639 4089446400 134512640 134550932 4290573184 18446744073709551615 4110312215 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3012 0 0 0 4 0 0 0 16 0 19 0 22180572 1586896896 51639 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2085 0 0 0 2 0 0 0 16 0 19 0 22180572 1586896896 51639 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0

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

[pid=20368/tid=20376] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1216 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1107 0 0 0 2 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1549704 CPUtime=0.3
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 4929 0 0 0 30 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 7 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1549704 CPUtime=1.09
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7129 0 0 0 108 1 0 0 16 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1549704 CPUtime=0.72
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2406 0 0 0 72 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 3 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1664.32
Current children cumulated vsize (KiB) 1549704

[startup+1722.3 s]
/proc/loadavg: 2.37 2.37 2.12 3/215 20568
/proc/meminfo: memFree=27542876/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1549704 CPUtime=1724.32
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 61445 0 1 0 172419 13 0 0 17 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387426 56782 1446 10 0 384729 0
[pid=20368/tid=20370] ppid=20366 vsize=1549704 CPUtime=1721.88
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32094 0 1 0 172180 8 0 0 25 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4110462138 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3013 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2128 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2328 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3288 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1216 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1107 0 0 0 2 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1549704 CPUtime=0.3
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 4929 0 0 0 30 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 7 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1549704 CPUtime=1.09
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7129 0 0 0 108 1 0 0 16 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1549704 CPUtime=0.72
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2406 0 0 0 72 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 3 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.32
Current children cumulated vsize (KiB) 1549704

[startup+1782.3 s]
/proc/loadavg: 2.13 2.30 2.11 3/215 20570
/proc/meminfo: memFree=27542440/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1549704 CPUtime=1784.32
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 61449 0 1 0 178419 13 0 0 17 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387426 56782 1446 10 0 384729 0
[pid=20368/tid=20370] ppid=20366 vsize=1549704 CPUtime=1781.89
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32094 0 1 0 178181 8 0 0 25 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4110312039 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3013 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2128 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2328 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3288 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1216 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1107 0 0 0 2 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1549704 CPUtime=0.3
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 4929 0 0 0 30 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 7 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1549704 CPUtime=1.09
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7129 0 0 0 108 1 0 0 16 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1549704 CPUtime=0.72
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2406 0 0 0 72 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 3 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 1549704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.10 2.28 2.10 3/215 20570
/proc/meminfo: memFree=27542424/32950928 swapFree=67111528/67111528
[pid=20368] ppid=20366 vsize=1549704 CPUtime=1800.03
/proc/20368/stat : 20368 (java) S 20366 20368 19082 0 -1 4202496 61449 0 1 0 179990 13 0 0 17 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/20368/statm: 387426 56782 1446 10 0 384729 0
[pid=20368/tid=20370] ppid=20366 vsize=1549704 CPUtime=1797.59
/proc/20368/task/20370/stat : 20370 (java) R 20366 20368 19082 0 -1 4202560 32094 0 1 0 179751 8 0 0 25 0 19 0 22180571 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4110440900 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20368/tid=20371] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20371/stat : 20371 (java) S 20366 20368 19082 0 -1 4202560 3013 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20372] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20372/stat : 20372 (java) S 20366 20368 19082 0 -1 4202560 2128 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20373] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20373/stat : 20373 (java) S 20366 20368 19082 0 -1 4202560 419 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20374] ppid=20366 vsize=1549704 CPUtime=0.05
/proc/20368/task/20374/stat : 20374 (java) S 20366 20368 19082 0 -1 4202560 2328 0 0 0 5 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 5 0 0 0
[pid=20368/tid=20375] ppid=20366 vsize=1549704 CPUtime=0.04
/proc/20368/task/20375/stat : 20375 (java) S 20366 20368 19082 0 -1 4202560 3288 0 0 0 4 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20376] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20376/stat : 20376 (java) S 20366 20368 19082 0 -1 4202560 1216 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20377] ppid=20366 vsize=1549704 CPUtime=0.02
/proc/20368/task/20377/stat : 20377 (java) S 20366 20368 19082 0 -1 4202560 1107 0 0 0 2 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20378] ppid=20366 vsize=1549704 CPUtime=0.01
/proc/20368/task/20378/stat : 20378 (java) S 20366 20368 19082 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 19 0 22180572 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 1 0 0 0
[pid=20368/tid=20379] ppid=20366 vsize=1549704 CPUtime=0.3
/proc/20368/task/20379/stat : 20379 (java) S 20366 20368 19082 0 -1 4202560 4929 0 0 0 30 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 0 0 16800975 18446604471108872256 0 0 -1 7 0 0 0
[pid=20368/tid=20380] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20380/stat : 20380 (java) S 20366 20368 19082 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20381] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20381/stat : 20381 (java) S 20366 20368 19082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22180573 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20382] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20382/stat : 20382 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20383] ppid=20366 vsize=1549704 CPUtime=1.09
/proc/20368/task/20383/stat : 20383 (java) S 20366 20368 19082 0 -1 4202560 7129 0 0 0 108 1 0 0 16 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
[pid=20368/tid=20384] ppid=20366 vsize=1549704 CPUtime=0.72
/proc/20368/task/20384/stat : 20384 (java) S 20366 20368 19082 0 -1 4202560 2406 0 0 0 72 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20385] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20385/stat : 20385 (java) S 20366 20368 19082 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 2 0 0 0
[pid=20368/tid=20386] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20386/stat : 20386 (java) S 20366 20368 19082 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 22180575 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 3 0 0 0
[pid=20368/tid=20387] ppid=20366 vsize=1549704 CPUtime=0
/proc/20368/task/20387/stat : 20387 (java) S 20366 20368 19082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22180715 1586896896 56782 4089446400 134512640 134550932 4290573184 18446744073709551615 4294960144 0 4 0 16800975 18446604471108872256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1549704

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

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

Child status: 143
Real time (s): 1798.08
CPU time (s): 1800.13
CPU user time (s): 1799.97
CPU system time (s): 0.152976
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 1550600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61470
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= 36872
involuntary context switches= 12528

runsolver used 3.31549 second user time and 6.43502 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-07 23:54:18
IDJOB=2701400
IDBENCH=79573
IDSOLVER=1211
FILE ID=node114/2701400-1278539658
PBS_JOBID= 11239250
Free space on /tmp= 73160 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-20reduc_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701400-1278539658/watcher-2701400-1278539658 -o /tmp/evaluation-result-2701400-1278539658/solver-2701400-1278539658 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701400-1278539658.wbo

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

MD5SUM BENCH= e94b4395b6b3ba71e47be69bc3403ba0
RANDOM SEED=1046439121

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.64
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.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.83
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.824
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.81
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.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.82
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.824
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28504380 kB
Buffers:        140456 kB
Cached:        3878548 kB
SwapCached:          0 kB
Active:        1478428 kB
Inactive:      2806592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28504380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2840 kB
Writeback:           0 kB
AnonPages:      266352 kB
Mapped:          20264 kB
Slab:            96432 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1646656 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= 73112 MiB
End job on node114 at 2010-07-08 00:24:18