Trace number 3715210

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
npSolver inc-topDown? (TO) 1800.06 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM4abf964a0a4662f4172f30dfa55a3bc2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1.40079
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints180
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 9197
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 9196
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.32	c run usual solver
4.58/4.64	o 5330
4.58/4.64	c fallback to adder encoding
5.22/5.39	o 5316
5.22/5.39	c fallback to adder encoding
6.16/6.34	o 2045
6.16/6.34	c fallback to adder encoding
6.80/6.97	o 2044
6.80/6.97	c fallback to adder encoding
7.57/7.62	o 1685
7.57/7.62	c fallback to adder encoding
8.40/8.58	o 1626
8.40/8.58	c fallback to adder encoding
9.01/9.18	o 1527
9.01/9.18	c fallback to adder encoding
9.92/10.09	o 1522
9.92/10.09	c fallback to adder encoding
10.64/10.84	o 1517
10.64/10.84	c fallback to adder encoding
10.97/11.32	o 1279
10.97/11.32	c fallback to adder encoding
11.48/11.82	o 1142
11.48/11.82	c fallback to adder encoding
12.18/12.53	o 1141
12.18/12.53	c fallback to adder encoding
12.89/13.19	o 1139
12.89/13.19	c fallback to adder encoding
13.52/13.86	o 1119
13.52/13.86	c fallback to adder encoding
14.40/14.60	o 1099
14.40/14.60	c fallback to adder encoding
15.22/15.40	o 1098
15.22/15.40	c fallback to adder encoding
15.75/16.09	o 1094
15.75/16.09	c fallback to adder encoding
16.40/16.73	o 143
24.32/24.73	o 127
37.58/37.99	o 104
143.44/143.85	o 94
177.97/178.27	o 91
182.09/182.50	o 13
182.72/183.11	o 10
183.43/183.72	o 9
183.87/184.26	o 6
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	s UNKNOWN

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-3715210-1338210666/watcher-3715210-1338210666 -o /tmp/evaluation-result-3715210-1338210666/solver-3715210-1338210666 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715210-1338210666.wbo 1906528155 HOME HOME 

running on 4 cores: 1,3,5,7

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: 1.88 1.97 1.99 3/179 29925
/proc/meminfo: memFree=30252440/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0

[startup+0.0800071 s]
/proc/loadavg: 1.88 1.97 1.99 3/179 29925
/proc/meminfo: memFree=30252440/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100358 s]
/proc/loadavg: 1.88 1.97 1.99 3/179 29925
/proc/meminfo: memFree=30252440/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 1.88 1.97 1.99 3/179 29925
/proc/meminfo: memFree=30252440/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70033 s]
/proc/loadavg: 1.88 1.97 1.99 3/179 29925
/proc/meminfo: memFree=30252440/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.88 1.97 1.99 3/183 29929
/proc/meminfo: memFree=30167780/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=14644 CPUtime=0.31 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 5059 0 0 0 30 1 0 0 20 0 1 0 287191051 14995456 2805 33554432000 4194304 5990268 140736610602464 140736610595616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 3661 2805 156 439 0 3218 0
[pid=29928] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29928/stat : 29928 (cp2_pre.sh) S 29926 29925 26619 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287191083 9367552 277 33554432000 4194304 5064252 140737335521568 140737335520272 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29928/statm: 2287 277 234 213 0 72 0
[pid=29929] ppid=29928 vsize=72728 CPUtime=1.16 cores=1,3,5,7
/proc/29929/stat : 29929 (coprocessor) R 29928 29925 26619 0 -1 4202496 13897 0 0 0 113 3 0 0 20 0 1 0 287191083 74473472 17549 33554432000 4194304 6586260 140733263757232 140733263752552 5599298 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29929/statm: 18182 17549 191 584 0 17594 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 105668

[startup+3.10027 s]
/proc/loadavg: 1.88 1.97 1.99 3/183 29929
/proc/meminfo: memFree=30158536/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=14644 CPUtime=2.78 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 5068 17173 0 0 30 1 212 35 20 0 1 0 287191051 14995456 2806 33554432000 4194304 5990268 140736610602464 140736610596704 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 3661 2806 157 439 0 3218 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 23792

[startup+6.30032 s]
/proc/loadavg: 1.89 1.97 1.99 3/181 29944
/proc/meminfo: memFree=30224616/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=20300 CPUtime=6.16 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 8819 49344 0 0 39 9 522 46 20 0 1 0 287191051 20787200 4130 33554432000 4194304 5990268 140736610602464 140736610593376 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5075 4130 169 439 0 4632 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 29448

[startup+12.7003 s]
/proc/loadavg: 1.90 1.97 1.99 3/183 30016
/proc/meminfo: memFree=30200220/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=20300 CPUtime=12.35 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 26005 168400 0 0 66 13 1067 89 20 0 1 0 287191051 20787200 4130 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5075 4130 169 439 0 4632 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 29448

[startup+25.5003 s]
/proc/loadavg: 1.92 1.97 1.99 3/183 30072
/proc/meminfo: memFree=30187260/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=24.57 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 38684 259783 0 0 86 16 2231 124 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30071] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30071/stat : 30071 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287193527 9367552 267 33554432000 4194304 5064252 140737373070848 140737373069760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30071/statm: 2287 267 226 213 0 72 0
[pid=30072] ppid=30071 vsize=35172 CPUtime=0.73 cores=1,3,5,7
/proc/30072/stat : 30072 (glucose) R 30071 29925 26619 0 -1 4202496 7246 0 0 0 72 1 0 0 20 0 1 0 287193527 36016128 7311 33554432000 4194304 5208918 140734009149456 140734009147304 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30072/statm: 8793 7311 95 248 0 8542 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 75724

[startup+51.1004 s]
/proc/loadavg: 1.95 1.97 1.99 3/183 30093
/proc/meminfo: memFree=30184532/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=37.83 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 40353 278820 0 0 89 17 3543 134 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30085] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30085/stat : 30085 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287194852 9367552 267 33554432000 4194304 5064252 140733414435392 140733414434304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30085/statm: 2287 267 226 213 0 72 0
[pid=30086] ppid=30085 vsize=53432 CPUtime=13.07 cores=1,3,5,7
/proc/30086/stat : 30086 (glucose) R 30085 29925 26619 0 -1 4202496 8871 0 0 0 1305 2 0 0 20 0 1 0 287194852 54714368 11866 33554432000 4194304 5208918 140735963998080 140735963996024 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30086/statm: 13358 11866 104 248 0 13107 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 93984

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/183 30107
/proc/meminfo: memFree=30156364/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=37.83 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 40353 278820 0 0 89 17 3543 134 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30085] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30085/stat : 30085 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287194852 9367552 267 33554432000 4194304 5064252 140733414435392 140733414434304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30085/statm: 2287 267 226 213 0 72 0
[pid=30086] ppid=30085 vsize=76832 CPUtime=64.26 cores=1,3,5,7
/proc/30086/stat : 30086 (glucose) R 30085 29925 26619 0 -1 4202496 10207 0 0 0 6423 3 0 0 20 0 1 0 287194852 78675968 17861 33554432000 4194304 5208918 140735963998080 140735963996168 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30086/statm: 19208 17861 104 248 0 18957 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 117384

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/183 30128
/proc/meminfo: memFree=30165784/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=143.66 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 41909 295567 0 0 91 17 14115 143 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30127] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30127/stat : 30127 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287205438 9367552 267 33554432000 4194304 5064252 140737371303568 140737371302480 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30127/statm: 2287 267 226 213 0 72 0
[pid=30128] ppid=30127 vsize=64272 CPUtime=18.41 cores=1,3,5,7
/proc/30128/stat : 30128 (glucose) R 30127 29925 26619 0 -1 4202496 10606 0 0 0 1839 2 0 0 20 0 1 0 287205438 65814528 14096 33554432000 4194304 5208918 140735936208720 140735936206712 4211620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30128/statm: 16068 14096 104 248 0 15817 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 104824

[startup+222.3 s]
/proc/loadavg: 2.10 2.00 2.00 3/183 30164
/proc/meminfo: memFree=30169796/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 34743 0 0 0 117720 63 0 0 20 0 1 0 287209477 283598848 62803 33554432000 4194304 5208918 140734402416800 140734402413112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 69238 62803 105 248 0 68987 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 317504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 30285
/proc/meminfo: memFree=30041444/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=226864 CPUtime=1237.83 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 35443 0 0 0 123717 66 0 0 20 0 1 0 287209477 232308736 55846 33554432000 4194304 5208918 140734402416800 140734402413176 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 56716 55846 105 248 0 56465 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 267416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30301
/proc/meminfo: memFree=30057356/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=226864 CPUtime=1297.82 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 36966 0 0 0 129712 70 0 0 20 0 1 0 287209477 232308736 52774 33554432000 4194304 5208918 140734402416800 140734402413112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 56716 52774 105 248 0 56465 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 267416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30301
/proc/meminfo: memFree=29969188/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=276952 CPUtime=1357.79 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 37826 0 0 0 135708 71 0 0 20 0 1 0 287209477 283598848 66387 33554432000 4194304 5208918 140734402416800 140734402413176 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 69238 66387 105 248 0 68987 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 317504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30301
/proc/meminfo: memFree=30002116/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=276952 CPUtime=1417.78 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 39797 0 0 0 141704 74 0 0 20 0 1 0 287209477 283598848 56597 33554432000 4194304 5208918 140734402416800 140734402414952 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 69238 56597 105 248 0 68987 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 317504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30301
/proc/meminfo: memFree=30006696/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=226864 CPUtime=1477.77 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 40567 0 0 0 147700 77 0 0 20 0 1 0 287209477 232308736 52262 33554432000 4194304 5208918 140734402416800 140734402413176 4229328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 56716 52262 105 248 0 56465 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 267416

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 30308
/proc/meminfo: memFree=30000244/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=276952 CPUtime=1537.76 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 41420 0 0 0 153697 79 0 0 20 0 1 0 287209477 283598848 66899 33554432000 4194304 5208918 140734402416800 140734402413176 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 69238 66899 105 248 0 68987 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 317504

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/184 30469
/proc/meminfo: memFree=30103144/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=226864 CPUtime=1597.75 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 42638 0 0 0 159693 82 0 0 20 0 1 0 287209477 232308736 54310 33554432000 4194304 5208918 140734402416800 140734402413176 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 56716 54310 105 248 0 56465 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 267416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 30476
/proc/meminfo: memFree=30087636/32873844 swapFree=7388/7388
[pid=29925] ppid=29923 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29925/stat : 29925 (npSolver-wbo-It) S 29923 29925 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287191051 9367552 274 33554432000 4194304 5064252 140736978324400 140736978323312 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29925/statm: 2287 274 233 213 0 72 0
[pid=29926] ppid=29925 vsize=22256 CPUtime=184 cores=1,3,5,7
/proc/29926/stat : 29926 (npSolver-wbo) S 29925 29925 26619 0 -1 4202496 46516 360938 0 0 96 18 18117 169 20 0 1 0 287191051 22790144 4668 33554432000 4194304 5990268 140736610602464 140736610593888 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29926/statm: 5564 4668 170 439 0 5121 0
[pid=30162] ppid=29926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30162/stat : 30162 (satsolver.sh) S 29926 29925 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287209477 9367552 266 33554432000 4194304 5064252 140733741063184 140733741062096 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30162/statm: 2287 266 226 213 0 72 0
[pid=30163] ppid=30162 vsize=276952 CPUtime=1616.06 cores=1,3,5,7
/proc/30163/stat : 30163 (glucose) R 30162 29925 26619 0 -1 4202496 43468 0 0 0 161523 83 0 0 20 0 1 0 287209477 283598848 58707 33554432000 4194304 5208918 140734402416800 140734402413176 4229512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30163/statm: 69238 58707 105 248 0 68987 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 317504

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29925 and gives
#  childrusage.ru_utime.tv_sec=182
#  childrusage.ru_utime.tv_usec=142310
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=889712
# CPU time returned by wait4() is 184.032
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1797.36
CPU system time (s): 2.7
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 398892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.142
system time used= 1.88971
maximum resident set size= 92680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 243744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5706
involuntary context switches= 467

runsolver used 3.51647 second user time and 9.63853 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-28 15:11:07
IDJOB=3715210
IDBENCH=79159
IDSOLVER=2296
FILE ID=node147/3715210-1338210666
RUNJOBID= node147-1338192581-26636
PBS_JOBID= 14624579
Free space on /tmp= 71648 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715210-1338210666/watcher-3715210-1338210666 -o /tmp/evaluation-result-3715210-1338210666/solver-3715210-1338210666 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715210-1338210666.wbo 1906528155 HOME HOME

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

MD5SUM BENCH= 4abf964a0a4662f4172f30dfa55a3bc2
RANDOM SEED=1906528155

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30252960 kB
Buffers:          375360 kB
Cached:          1270272 kB
SwapCached:         5068 kB
Active:           809272 kB
Inactive:         984444 kB
Active(anon):     142712 kB
Inactive(anon):     7584 kB
Active(file):     666560 kB
Inactive(file):   976860 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:             23268 kB
Writeback:             0 kB
AnonPages:         97696 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             686600 kB
SReclaimable:     127496 kB
SUnreclaim:       559104 kB
KernelStack:        1520 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     284500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node147 at 2012-05-28 15:41:07