Trace number 3492958

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 Resolution 2011-06-08? (TO) 1800.25 1792.6

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
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 variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492958-1307912701.wbo
0.10/0.11	c reading problem ... 
24.50/17.63	c ... done. Wall clock time 17.525s.
24.50/17.63	c #vars     3350219
24.50/17.63	c #constraints  3333036
24.50/17.63	c constraints type 
24.50/17.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3332577
24.50/17.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 458
24.50/17.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1792.41	c starts		: 20
1800.04/1792.41	c conflicts		: 4060
1800.04/1792.41	c decisions		: 117668318
1800.04/1792.41	c propagations		: 117926138
1800.04/1792.41	c inspects		: 8586125
1800.04/1792.41	c shortcuts		: 0
1800.04/1792.41	c learnt literals	: 0
1800.04/1792.41	c learnt binary clauses	: 0
1800.04/1792.41	c learnt ternary clauses	: 0
1800.04/1792.41	c learnt constraints	: 4060
1800.04/1792.41	c ignored constraints	: 0
1800.04/1792.41	c root simplifications	: 0
1800.04/1792.41	c removed literals (reason simplification)	: 480
1800.04/1792.41	c reason swapping (by a shorter reason)	: 0
1800.04/1792.41	c Calls to reduceDB	: 0
1800.04/1792.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.41	c number of learned constraints concerned by reduction	: 0
1800.04/1792.41	c number of learning phase by resolution	: 0
1800.04/1792.41	c number of learning phase by cutting planes	: 0
1800.04/1792.41	c speed (assignments/second)	: 66446.17024705284
1800.04/1792.41	c non guided choices	104845
1800.04/1792.41	c learnt constraints type 
1800.04/1792.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4060
1800.04/1792.41	c constraints type 
1800.04/1792.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3332577
1800.04/1792.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 458
1800.04/1792.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1792.41	s UNKNOWN
1800.04/1792.41	c Total wall clock time (in seconds): 1792.306

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492958-1307912701/watcher-3492958-1307912701 -o /tmp/evaluation-result-3492958-1307912701/solver-3492958-1307912701 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492958-1307912701.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/27914/stat : 27914 (java) R 27912 27914 25773 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 902868475 23580672 700 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232330929640 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27914/statm: 5757 701 518 9 0 124 0

[startup+0.075487 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 11913 0 1 0 5 1 0 0 25 0 18 0 902868475 10724442112 11610 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2618272 11611 1754 9 0 2609006 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100463 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10540336 CPUtime=0.1 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 13065 0 1 0 8 2 0 0 25 0 18 0 902868475 10793304064 12762 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2635084 12762 2092 9 0 2625818 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540336

[startup+0.306422 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10546932 CPUtime=0.57 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 28014 0 1 0 54 3 0 0 25 0 18 0 902868475 10800058368 26808 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636733 26809 2200 9 0 2627467 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10546932

[startup+0.700352 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545292 CPUtime=1.26 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 68809 0 1 0 117 9 0 0 25 0 18 0 902868475 10798379008 66709 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636323 66714 2215 9 0 2627057 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10545292

[startup+3.07693 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545292 CPUtime=3.64 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 341984 0 1 0 313 51 0 0 25 0 18 0 902868475 10798379008 339883 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636323 339888 2216 9 0 2627057 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 10545292

[startup+3.10092 s]
/proc/loadavg: 2.00 2.01 2.00 2/196 27914
/proc/meminfo: memFree=1720508/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545292 CPUtime=3.66 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 344648 0 1 0 315 51 0 0 25 0 18 0 902868475 10798379008 342547 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636323 342552 2216 9 0 2627057 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 10545292

[startup+6.30136 s]
/proc/loadavg: 2.08 2.03 2.01 4/194 27935
/proc/meminfo: memFree=94028/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545292 CPUtime=8.24 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 756098 0 1 0 712 112 0 0 25 0 18 0 902868475 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636323 753863 2231 9 0 2627057 0
[pid=27914/tid=27916] ppid=27912 vsize=10545292 CPUtime=5.8 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 650814 0 1 0 485 95 0 0 15 0 18 0 902868476 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912505603804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545292 CPUtime=0.01 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 455 0 0 0 1 0 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545292 CPUtime=0.09 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 5331 0 0 0 9 0 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545292 CPUtime=0.15 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 7058 0 0 0 15 0 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545292 CPUtime=0.19 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 10168 0 0 0 18 1 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545292 CPUtime=0.36 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 20724 0 0 0 33 3 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545292 CPUtime=0.21 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 12110 0 0 0 21 0 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545292 CPUtime=0.46 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 25029 0 0 0 42 4 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545292 CPUtime=0.3 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 18349 0 0 0 27 3 0 0 18 0 18 0 902868478 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 902868479 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 902868479 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 902868479 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902868481 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545292 CPUtime=0.28 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 2305 0 0 0 28 0 0 0 25 0 18 0 902868481 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545292 CPUtime=0.28 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2604 0 0 0 28 0 0 0 15 0 18 0 902868481 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902868481 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 902868481 10798379008 753863 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 10545292

[startup+12.7012 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 27990
/proc/meminfo: memFree=99300/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545292 CPUtime=17.07 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 957668 0 1 0 1561 146 0 0 25 0 18 0 902868475 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636323 955237 2231 9 0 2627057 0
[pid=27914/tid=27916] ppid=27912 vsize=10545292 CPUtime=11.36 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 650990 0 1 0 1040 96 0 0 20 0 18 0 902868476 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912505504196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545292 CPUtime=0.29 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 22187 0 0 0 27 2 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545292 CPUtime=0.38 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 22513 0 0 0 36 2 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545292 CPUtime=0.49 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 25255 0 0 0 45 4 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545292 CPUtime=0.59 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 38978 0 0 0 53 6 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545292 CPUtime=0.69 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 40149 0 0 0 63 6 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545292 CPUtime=0.75 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 44056 0 0 0 70 5 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545292 CPUtime=1 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 59400 0 0 0 89 11 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545292 CPUtime=0.8 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 48072 0 0 0 73 7 0 0 18 0 18 0 902868478 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 902868479 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 902868479 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 902868479 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902868481 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545292 CPUtime=0.3 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 2312 0 0 0 30 0 0 0 17 0 18 0 902868481 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545292 CPUtime=0.29 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2605 0 0 0 29 0 0 0 15 0 18 0 902868481 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902868481 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545292 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 902868481 10798379008 955237 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (KiB) 10545292

[startup+25.501 s]
/proc/loadavg: 2.06 2.03 2.00 3/215 27993
/proc/meminfo: memFree=99400/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545592 CPUtime=33.01 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 1077727 0 1 0 3137 164 0 0 25 0 19 0 902868475 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636398 1073719 2250 9 0 2627132 0
[pid=27914/tid=27916] ppid=27912 vsize=10545592 CPUtime=23.33 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 651052 0 1 0 2236 97 0 0 25 0 19 0 902868476 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912506003966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 40549 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545592 CPUtime=0.49 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 29518 0 0 0 46 3 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 41876 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545592 CPUtime=0.83 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 51889 0 0 0 75 8 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545592 CPUtime=1.11 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 52588 0 0 0 103 8 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545592 CPUtime=1.55 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 71223 0 0 0 145 10 0 0 19 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545592 CPUtime=1.3 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 70385 0 0 0 117 13 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545592 CPUtime=1.23 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 61004 0 0 0 115 8 0 0 18 0 19 0 902868478 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902868479 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073719 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0

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

/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545592 CPUtime=0.8 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 3699 0 0 0 79 1 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545592 CPUtime=0.57 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2799 0 0 0 57 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27992] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27992/stat : 27992 (java) S 27912 27914 25773 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902870329 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1669.93
Current children cumulated vsize (KiB) 10545592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28038
/proc/meminfo: memFree=94860/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545592 CPUtime=1729.93 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 1077852 0 1 0 172828 165 0 0 25 0 19 0 902868475 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636398 1073725 2250 9 0 2627132 0
[pid=27914/tid=27916] ppid=27912 vsize=10545592 CPUtime=1720.16 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 651059 0 1 0 171918 98 0 0 25 0 19 0 902868476 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912506185307 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 40549 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545592 CPUtime=0.49 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 29518 0 0 0 46 3 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 41876 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545592 CPUtime=0.83 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 51889 0 0 0 75 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545592 CPUtime=1.11 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 52588 0 0 0 103 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545592 CPUtime=1.55 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 71223 0 0 0 145 10 0 0 19 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545592 CPUtime=1.3 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 70385 0 0 0 117 13 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545592 CPUtime=1.23 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 61004 0 0 0 115 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545592 CPUtime=0.8 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 3699 0 0 0 79 1 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545592 CPUtime=0.57 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2799 0 0 0 57 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27992] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27992/stat : 27992 (java) S 27912 27914 25773 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902870329 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.93
Current children cumulated vsize (KiB) 10545592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28039
/proc/meminfo: memFree=94404/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545592 CPUtime=1789.94 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 1077854 0 1 0 178828 166 0 0 25 0 19 0 902868475 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636398 1073725 2250 9 0 2627132 0
[pid=27914/tid=27916] ppid=27912 vsize=10545592 CPUtime=1780.16 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 651059 0 1 0 177917 99 0 0 25 0 19 0 902868476 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912506185298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 40549 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545592 CPUtime=0.49 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 29518 0 0 0 46 3 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 41876 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545592 CPUtime=0.83 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 51889 0 0 0 75 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545592 CPUtime=1.11 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 52588 0 0 0 103 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545592 CPUtime=1.55 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 71223 0 0 0 145 10 0 0 19 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545592 CPUtime=1.3 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 70385 0 0 0 117 13 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545592 CPUtime=1.23 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 61004 0 0 0 115 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545592 CPUtime=0.8 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 3699 0 0 0 79 1 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545592 CPUtime=0.57 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2799 0 0 0 57 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27992] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27992/stat : 27992 (java) S 27912 27914 25773 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902870329 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 10545592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28040
/proc/meminfo: memFree=94656/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=10545592 CPUtime=1800.04 cores=0,2,4,6
/proc/27914/stat : 27914 (java) S 27912 27914 25773 0 -1 4202496 1077856 0 1 0 179838 166 0 0 25 0 19 0 902868475 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 2636398 1073725 2250 9 0 2627132 0
[pid=27914/tid=27916] ppid=27912 vsize=10545592 CPUtime=1790.27 cores=0,2,4,6
/proc/27914/task/27916/stat : 27916 (java) R 27912 27914 25773 0 -1 4202560 651059 0 1 0 178928 99 0 0 25 0 19 0 902868476 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 46912506185298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27914/tid=27917] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27917/stat : 27917 (java) S 27912 27914 25773 0 -1 4202560 40549 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27918] ppid=27912 vsize=10545592 CPUtime=0.49 cores=0,2,4,6
/proc/27914/task/27918/stat : 27918 (java) S 27912 27914 25773 0 -1 4202560 29518 0 0 0 46 3 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27919] ppid=27912 vsize=10545592 CPUtime=0.89 cores=0,2,4,6
/proc/27914/task/27919/stat : 27919 (java) S 27912 27914 25773 0 -1 4202560 41876 0 0 0 84 5 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27920] ppid=27912 vsize=10545592 CPUtime=0.83 cores=0,2,4,6
/proc/27914/task/27920/stat : 27920 (java) S 27912 27914 25773 0 -1 4202560 51889 0 0 0 75 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27921] ppid=27912 vsize=10545592 CPUtime=1.11 cores=0,2,4,6
/proc/27914/task/27921/stat : 27921 (java) S 27912 27914 25773 0 -1 4202560 52588 0 0 0 103 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27922] ppid=27912 vsize=10545592 CPUtime=1.55 cores=0,2,4,6
/proc/27914/task/27922/stat : 27922 (java) S 27912 27914 25773 0 -1 4202560 71223 0 0 0 145 10 0 0 19 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27923] ppid=27912 vsize=10545592 CPUtime=1.3 cores=0,2,4,6
/proc/27914/task/27923/stat : 27923 (java) S 27912 27914 25773 0 -1 4202560 70385 0 0 0 117 13 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27924] ppid=27912 vsize=10545592 CPUtime=1.23 cores=0,2,4,6
/proc/27914/task/27924/stat : 27924 (java) S 27912 27914 25773 0 -1 4202560 61004 0 0 0 115 8 0 0 18 0 19 0 902868478 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 0 0 0 0
[pid=27914/tid=27925] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27925/stat : 27925 (java) S 27912 27914 25773 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 0 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27926] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27926/stat : 27926 (java) S 27912 27914 25773 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27927] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27927/stat : 27927 (java) S 27912 27914 25773 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902868479 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27928] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27928/stat : 27928 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347716017 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27929] ppid=27912 vsize=10545592 CPUtime=0.8 cores=0,2,4,6
/proc/27914/task/27929/stat : 27929 (java) S 27912 27914 25773 0 -1 4202560 3699 0 0 0 79 1 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27930] ppid=27912 vsize=10545592 CPUtime=0.57 cores=0,2,4,6
/proc/27914/task/27930/stat : 27930 (java) S 27912 27914 25773 0 -1 4202560 2799 0 0 0 57 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 4 0 0 0
[pid=27914/tid=27931] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27931/stat : 27931 (java) S 27912 27914 25773 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708313 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
[pid=27914/tid=27932] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27932/stat : 27932 (java) S 27912 27914 25773 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902868481 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 2 0 0 0
[pid=27914/tid=27992] ppid=27912 vsize=10545592 CPUtime=0 cores=0,2,4,6
/proc/27914/task/27992/stat : 27992 (java) S 27912 27914 25773 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902870329 10798686208 1073725 33554432000 1073741824 1073778376 140734479307152 18446744073709551615 232347708928 0 4 0 16800975 18446604452991089664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10545592

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

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

[startup+1792.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 28040
/proc/meminfo: memFree=94656/32951124 swapFree=67063272/67111528
[pid=27914] ppid=27912 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/27914/stat : 27914 (java) Z 27912 27914 25773 0 -1 4203548 1077884 0 1 0 179840 176 0 0 17 0 2 0 902868475 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.6
CPU time (s): 1800.25
CPU user time (s): 1798.4
CPU system time (s): 1.84572
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 10546936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.4
system time used= 1.84572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1077884
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= 36691
involuntary context switches= 4597

runsolver used 3.11753 second user time and 6.65799 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-12 23:05:03
IDJOB=3492958
IDBENCH=79566
IDSOLVER=1982
FILE ID=node132/3492958-1307912701
RUNJOBID= node132-1307908309-27379
PBS_JOBID= 13559574
Free space on /tmp= 13244 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492958-1307912701/watcher-3492958-1307912701 -o /tmp/evaluation-result-3492958-1307912701/solver-3492958-1307912701 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492958-1307912701.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=435926189

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:       1720680 kB
Buffers:         75604 kB
Cached:       30013420 kB
SwapCached:       9516 kB
Active:       15605992 kB
Inactive:     14678068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1720680 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          101708 kB
Writeback:           0 kB
AnonPages:      193120 kB
Mapped:          17648 kB
Slab:           882988 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10517644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13188 MiB
End job on node132 at 2011-06-12 23:34:58